Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Lang/Slope/00-LANG.txt
Normal file
14
Lang/Slope/00-LANG.txt
Normal 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
2
Lang/Slope/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Slope
|
||||
1
Lang/Slope/99-bottles-of-beer
Symbolic link
1
Lang/Slope/99-bottles-of-beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-bottles-of-beer/Slope
|
||||
1
Lang/Slope/Array-concatenation
Symbolic link
1
Lang/Slope/Array-concatenation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-concatenation/Slope
|
||||
1
Lang/Slope/Call-a-function
Symbolic link
1
Lang/Slope/Call-a-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Call-a-function/Slope
|
||||
1
Lang/Slope/Command-line-arguments
Symbolic link
1
Lang/Slope/Command-line-arguments
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Command-line-arguments/Slope
|
||||
1
Lang/Slope/Concurrent-computing
Symbolic link
1
Lang/Slope/Concurrent-computing
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Concurrent-computing/Slope
|
||||
1
Lang/Slope/Conditional-structures
Symbolic link
1
Lang/Slope/Conditional-structures
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conditional-structures/Slope
|
||||
1
Lang/Slope/Create-a-file
Symbolic link
1
Lang/Slope/Create-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-file/Slope
|
||||
1
Lang/Slope/Create-a-two-dimensional-array-at-runtime
Symbolic link
1
Lang/Slope/Create-a-two-dimensional-array-at-runtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Create-a-two-dimensional-array-at-runtime/Slope
|
||||
1
Lang/Slope/Empty-string
Symbolic link
1
Lang/Slope/Empty-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-string/Slope
|
||||
1
Lang/Slope/Environment-variables
Symbolic link
1
Lang/Slope/Environment-variables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Environment-variables/Slope
|
||||
1
Lang/Slope/Factorial
Symbolic link
1
Lang/Slope/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/Slope
|
||||
1
Lang/Slope/Filter
Symbolic link
1
Lang/Slope/Filter
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Filter/Slope
|
||||
1
Lang/Slope/FizzBuzz
Symbolic link
1
Lang/Slope/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/Slope
|
||||
1
Lang/Slope/Hello-world-Graphical
Symbolic link
1
Lang/Slope/Hello-world-Graphical
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Graphical/Slope
|
||||
1
Lang/Slope/Hello-world-Line-printer
Symbolic link
1
Lang/Slope/Hello-world-Line-printer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Line-printer/Slope
|
||||
1
Lang/Slope/Hello-world-Standard-error
Symbolic link
1
Lang/Slope/Hello-world-Standard-error
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Standard-error/Slope
|
||||
1
Lang/Slope/Hello-world-Text
Symbolic link
1
Lang/Slope/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Slope
|
||||
1
Lang/Slope/Hostname
Symbolic link
1
Lang/Slope/Hostname
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hostname/Slope
|
||||
1
Lang/Slope/MD5
Symbolic link
1
Lang/Slope/MD5
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/MD5/Slope
|
||||
1
Lang/Slope/Rot-13
Symbolic link
1
Lang/Slope/Rot-13
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rot-13/Slope
|
||||
1
Lang/Slope/Runtime-evaluation
Symbolic link
1
Lang/Slope/Runtime-evaluation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Runtime-evaluation/Slope
|
||||
1
Lang/Slope/SHA-256
Symbolic link
1
Lang/Slope/SHA-256
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/SHA-256/Slope
|
||||
1
Lang/Slope/String-concatenation
Symbolic link
1
Lang/Slope/String-concatenation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-concatenation/Slope
|
||||
1
Lang/Slope/String-interpolation-included-
Symbolic link
1
Lang/Slope/String-interpolation-included-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-interpolation-included-/Slope
|
||||
1
Lang/Slope/String-length
Symbolic link
1
Lang/Slope/String-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/String-length/Slope
|
||||
1
Lang/Slope/Strip-a-set-of-characters-from-a-string
Symbolic link
1
Lang/Slope/Strip-a-set-of-characters-from-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Strip-a-set-of-characters-from-a-string/Slope
|
||||
1
Lang/Slope/Tokenize-a-string
Symbolic link
1
Lang/Slope/Tokenize-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Tokenize-a-string/Slope
|
||||
Loading…
Add table
Add a link
Reference in a new issue