HQ9+ - interpreter
HQ9+ is probably the most useless programming-language in the world but solves four basic tasks/problems in programming in an easy way. it was developed by [cliff l. biffle] in 2001. see the author's [specification] for details and history.the instructions:
- H: prints "Hello World"
- Q: prints the entire source-code of the programm
- 9: prints the entire lyrics of 99-bottles of beer
- +: increments a counter by 1
the interpreter is written in javascript. eventhough the specification doesn't cover comments or the handling of wrong instructions this interpreter is very strict with those kinds of things: comments are not allowed and will throw errors. so will will wrong/unknown instructions.
nobody needs... unpunk!