Laconic

From Esolang
Jump to navigation Jump to search

Laconic is a programming language that compiles to a one-tape two-symbol Turing machine. The goal for its creation was to create two-symbol Turing machines with very few states (a golfed Turing machine) that does something interesting when started on a blank tape. Laconic is a strongly-typed language that supports recursive functions.

Laconic was created by Adam Yedidia in 2016.

External resources