Category:Slope

From Rosetta Code
(Redirected from Slope)
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.