Data update
This commit is contained in:
parent
aec8ed51b6
commit
29a5eea0d4
128 changed files with 1298 additions and 0 deletions
12
Lang/FurryScript/00-LANG.txt
Normal file
12
Lang/FurryScript/00-LANG.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{stub}}{{language|FurryScript|hopl=no}}
|
||||
From the [https://esolangs.org/wiki/User:Zzo38/FurryScript esolangs.org article]:
|
||||
|
||||
FurryScript is a domain specific programming language (mostly for random text generation), also usable (but not very well) for other programming (as esolangs often are), with some strange features compared with ordinary programming languages:
|
||||
* The only arithmetic operation is subtraction.
|
||||
* Negative numbers cannot be entered directly and can only be achieved by subtraction or type casting.
|
||||
* Strings may contain subroutine calls, but these calls are probabilistic and delayed.
|
||||
* There are no scalar variables (actually there is one (the input), but it only stores text strings).
|
||||
* There are only some kinds of loops, and not most of the common kinds found in other programming languages (although it does have some of them).
|
||||
* List variables and subroutine variables can be anonymous, even though they are not first-class objects.
|
||||
* There are no conditional blocks.
|
||||
* Subroutines may exit "OK", "bad", or "very bad", with different effects depending on circumstances.
|
||||
2
Lang/FurryScript/00-META.yaml
Normal file
2
Lang/FurryScript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:FurryScript
|
||||
1
Lang/FurryScript/Array-length
Symbolic link
1
Lang/FurryScript/Array-length
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Array-length/FurryScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue