(hide navigation)
  • Swedish content
Fund my projects
Patreon
Steady
Forum
Register
Log in
Latest comments
Syndication
RSS feed
Feedback

Pages about obfuscated programming

Page thumbnail

Brainfuck

The Game Of Life implemented in Brainfuck Read more.

Posted in ancient times, 63 comments.

Page thumbnail

Intercal

There are quite a few obfuscated programming languages around, but INTERCAL was arguably the first. Read more.

Posted in ancient times, 1 comment.

Page thumbnail

Java challenge

What does the following code do — and how? Read more.

Posted Tuesday 7-Jun-2011 17:27, 7 comments.

Page thumbnail

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.

Page thumbnail

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.

Page thumbnail

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.