Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Let Floy ("FLat jOY") be that susbet of Joy in which quotations are not allowed to contain more than one atom. This means that [] [3] [dup] [*] and [map] are allowed, but [[]] [1 2 3] [[3]] [dup *] and [[map]] are not.
hypercubed.github.io/joy/html/

3 comments
(wryl)

@neauoire You may be interested in Equipage, a concatenative language that doesn't allow nesting quotations.

You can treat the stack as a set of delimited sections.

esolangs.org/wiki/Equipage

Devil Lu Linvega

@wryl oh wow, I had never seen this. The "Computational class" section is actually a bit more straight-forward on the explanation than the Floy page. Thanks for show me :)

Go Up