We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

CQfuck

From Esolang
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.