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.

Slug+

From Esolang
Jump to navigation Jump to search

Slug+ is a modification of Slug that is Turing Complete.

New commands

.jump \n ; jumps
.jumpif @b, \n ; jump condition

Programs

Truth-machine

1 n: .in
2 b: ~@n = 1
3 n .out
4 .jumpif @b, \3