Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

14
Lang/Slope/00-LANG.txt Normal file
View file

@ -0,0 +1,14 @@
{{language|Slope
|exec=Interpreted
|express=implicit
|checking=dynamic
|parampass=value
|hopl=no
|gc=yes
|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}}
'''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 lexically scoped, has a package manager and central repository, and comes with a featureful repl to allow for repl driven programming.

2
Lang/Slope/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Slope

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/Slope

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/Slope

1
Lang/Slope/Call-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Call-a-function/Slope

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/Slope

View file

@ -0,0 +1 @@
../../Task/Concurrent-computing/Slope

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/Slope

1
Lang/Slope/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/Slope

View file

@ -0,0 +1 @@
../../Task/Create-a-two-dimensional-array-at-runtime/Slope

1
Lang/Slope/Empty-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-string/Slope

View file

@ -0,0 +1 @@
../../Task/Environment-variables/Slope

1
Lang/Slope/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Slope

1
Lang/Slope/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/Slope

1
Lang/Slope/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/Slope

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/Slope

View file

@ -0,0 +1 @@
../../Task/Hello-world-Line-printer/Slope

View file

@ -0,0 +1 @@
../../Task/Hello-world-Standard-error/Slope

1
Lang/Slope/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Slope

1
Lang/Slope/Hostname Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hostname/Slope

1
Lang/Slope/MD5 Symbolic link
View file

@ -0,0 +1 @@
../../Task/MD5/Slope

1
Lang/Slope/Rot-13 Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rot-13/Slope

View file

@ -0,0 +1 @@
../../Task/Runtime-evaluation/Slope

1
Lang/Slope/SHA-256 Symbolic link
View file

@ -0,0 +1 @@
../../Task/SHA-256/Slope

View file

@ -0,0 +1 @@
../../Task/String-concatenation/Slope

View file

@ -0,0 +1 @@
../../Task/String-interpolation-included-/Slope

1
Lang/Slope/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/Slope

View file

@ -0,0 +1 @@
../../Task/Strip-a-set-of-characters-from-a-string/Slope

View file

@ -0,0 +1 @@
../../Task/Tokenize-a-string/Slope