Data update

This commit is contained in:
Ingy dot Net 2024-04-20 12:30:13 -07:00
parent aec8ed51b6
commit 29a5eea0d4
128 changed files with 1298 additions and 0 deletions

View 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.

View file

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

View file

@ -0,0 +1 @@
../../Task/Array-length/FurryScript