Category:Slope: Difference between revisions

From Rosetta Code
Content added Content deleted
(Adds more meta data including link to homepage)
m (Minor capitalization change)
 
Line 8: Line 8:
|site=http://slope.colorfield.space/}}
|site=http://slope.colorfield.space/}}
{{provides|Concurrency}}{{provides|File access}}{{provides|File system access}}{{provides|First class functions}}{{provides|Network access}}{{language programming paradigm|functional}}{{language programming paradigm|Imperative}}{{language programming paradigm|Procedural}}
{{provides|Concurrency}}{{provides|File access}}{{provides|File system access}}{{provides|First class functions}}{{provides|Network access}}{{language programming paradigm|functional}}{{language programming paradigm|Imperative}}{{language programming paradigm|Procedural}}
'''Slope''', or ''SlOum's Programming Environment'', is a multi-[[:Category:Programming Paradigms|paradigm]] programming language. It was initially based on [[derived from::Scheme]] and supports [[procedural programming]] and [[functional programming]]. It was developed by sloum in 2021. Slope is not a strictly defined language and has a single interpreter implementation written in [[Go]].
'''Slope''', or ''SLOum's Programming Environment'', is a multi-[[:Category:Programming Paradigms|paradigm]] programming language. It was initially based on [[derived from::Scheme]] and supports [[procedural programming]] and [[functional programming]]. It was developed by sloum in 2021. Slope is not a strictly defined language and has a single interpreter implementation written in [[Go]].


Slope is meant to be easy to learn and come with enough batteries included to get most programming tasks done easily and quickly.
Slope is meant to be easy to learn and come with enough batteries included to get most programming tasks done easily and quickly.

Latest revision as of 05:02, 20 September 2022

Language
Slope
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Parameter passing methods: By value
Type expression: Implicit
Type checking: Dynamic


Listed below are all of the tasks on Rosetta Code which have been solved using Slope.

Slope, or SLOum's Programming Environment, is a multi-paradigm programming language. It was initially based on Scheme and supports procedural programming and functional programming. It was developed by sloum in 2021. Slope is not a strictly defined language and has a single interpreter implementation written in Go.

Slope is meant to be easy to learn and come with enough batteries included to get most programming tasks done easily and quickly.

Slope is lexically scoped, has a package manager and central repository, and comes with a featureful repl to allow for repl driven programming.