Quylthulg is a programming language with but a single control-flow
construct: foreach. In fact, it does also have a goto, but that can
only appear inside data structures.
Sample Program
foreach $n$=:L:[1,2,3|goto$L$] with $a$=1 be +$a$+$n$+ else be abort
Computational Class
Programming Paradigms
Documentation
Implementations
-
Qlzqqlzuup, the Lord of Flesh, an interpreter in Haskell
To run this implementation, you need:
Test Requirements
- an implementation of Falderal (we suggest py-falderal)
Download
Development
Github: catseye/Quylthulg
Bitbucket: catseye/quylthulg
Issue tracker: on github