F♭ (pronounced F-flat) is a toy language.
stringifya -> str
spawnevalues the quote in a child environment, returns a future
[A] -> future
awaitevalues the quote in a child environment, waits for result
[A] -> [a]
suspendstops execution, push queue to stack, loses other state
->
f♭> [ 1 2 * suspend 3 4 * ] in
[ [ 2 3 4 * ] ]
allexecutes each element in a child environment
[A] -> [a]
raceexecutes each element in a child environment, returns first to finish
[A] -> [b]`
js-rawevalues a string as raw javascript
str -> a*