CQfuck
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
CQfuck is an esolang by User:ChuckEsoteric08 where [ and ] use Call Queue instead.
How it works
[ would enqueue IP. If cell is nonzero while ] is executed then it would dequeue element and set IP to it. Otherwise it would just dequeue element
Examples
Cat Program
[,.]
Print HI
+++++++[->++++++++++<]>++.+.
Truth-machine
,[->+>+<<]>>>++++++++[-<<------>>]<<[>.<]
Interpreter
- Common Lisp implementation of the CQfuck programming language.