Pages about obfuscated programming
Intercal
There are quite a few obfuscated programming languages around, but INTERCAL was arguably the first. Read more.
Posted in ancient times, 1 comment.
Java challenge
What does the following code do — and how? Read more.
Posted Tuesday 7-Jun-2011 17:27, 7 comments.
The Symbolic Links Virtual Machine
This is a virtual machine whose programs are expressed as directory trees containing nothing but symbolic links. Read more.
Posted in ancient times, 11 comments.
Turtle Race implemented in Sendmail
Well, what can I say? Turtle Race was an introductory programming exercise at LTH, and Sendmail is such a bloated mail transport agent that it is possible to write small programs using its dreaded configuration file syntax. Read more.
Posted in ancient times, 0 comments.
Vim code
Vim can be programmed, just like emacs can. But I'm not talking about the fancy-schmancy .vimrc-style scripting. I'm talking about copying parts of the buffer into registers, and then executing the contents of those registers as if they were macros. Read more.
Posted in ancient times, 17 comments.