esolang and esoteric repository

If no menu is displayed on left, it might appear by going here.

This page features only programs I've written (and they all might not be here).


Thue repository

digitalr.t - You can calculate the digital root of a given non-negative integer with this program. Use digits (0123456789) to input the number.
bct.t - A BCT interpreter written in Thue. The interpreter prints out the program and memory state on every cycle.
kquine.t - A quine in Thue.
random.t - Random generator. This program creates random digit sequence. This program is written to show that Thue is non-deterministic. Or well, everyone knows it's random but I just wanted to see it myself. :)
las.t - Look-and-say sequence in Thue. Begins with a 1, doesn't terminate by itself.

Return to list of languages.