(Apr 6. 01)
A program which searches for and prints prime numbers.
It's large and complicated, and its speed is horrible. But it works,
and is absolutely fascinating to watch!
(Apr 9. 01)
This program uses the same text encoding as Aske's, but is not as slow.
(Apr 5. 01)
This is a modified version of the first Hello World program.
It is somewhat smaller and somewhat faster.
(Apr 6. 01)
This is a very different Hello World. It is not binary, but decimal.
It is rather small and fast - while still being structured.
(Apr 6. 01)
A smaller version of the decimal Hello World program. Nicer.
(Apr 6. 01)
Prints out the Fibonacci numbers.
I'm pretty sure it can be made smaller - but it works.
(It even terminates when overflow occurs :)
(Apr 6. 01)
Prints out the Fibonacci numbers.
A nicer version.
(Apr 19. 01)
The smallest Hello World program yet.