june / Quad Store w/ Arrays
0 likes
0 forks
1 files
Last active 6 days ago
A definition of a quad store, and an example defining arrays.
| 1 | ||:: foo @ 0 = 10 |
| 2 | :: foo @ 1 = 20 |
| 3 | :: foo @ 2 = 30 |
| 4 | :: foo @ 0 |
| 5 | :: foo @ * |
| 6 | |
| 7 | |:: $name @ *? :found: array $name $index $value| |
| 8 | :values: $value |
| 9 | |:: $name @ * :empty:| |
| 10 | |:: $name @ *?| |
capitalex / DOESNT Fibonacci
0 likes
0 forks
1 files
Last active 4 weeks ago
An implementation of the fibonacci in DOESNT by Floozutter
| 1 | give a < > b |
| 2 | unless |
| 3 | [ , b , c , < , > , ] |
| 4 | , a a !! , a c !! , a < !! , a ] !! |
| 5 | , a b b , a b ] ; |
| 6 | |
| 7 | give < c b |
| 8 | unless |
| 9 | [ , b , c , < , > , ] |
| 10 | , a a !! , a b !! , a c !! , a ] !! |
Newer
Older