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).


Underload repository

natural.ul - Prints the sequence of natural numbers (in unary), starting with 1.
99.ul - 99 bottles of beer.
thumor.ul - Thue-Morse sequence.
kquine.ul - A quine.
assembly.ul - A self-assembling program. Quite interesting program type in my opinion. This program is like a quine in the sense that it makes an exact replica of itself -- but it creates the copy in memory and replaces itself with it. It doesn't print out anything, and runs infinitely, always replacing itself with itself.
padovan.ul - A program to print the Padovan sequence, in unary.
selfi.ul - Self-interpreter. Sort of a joke.

Return to list of languages.