Linked by Thom Holwerda on Fri 25th Aug 2006 09:03 UTC, submitted by anonymous
Thread beginning with comment 155794
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
My eyes! They burn! Never understood what drove people to submit programs to the IOCCC. Must be have some sadistic streak in them.
The code posted in the original article reminds me of the C interpreter I wrote during my undergraduate years. It's simple, it's straight forward, though I imagine BASIC is an easier language to parse than C since you have less overloaded constructs (the operator * for example).





Member since:
2006-03-29
I use the 25 line dds.c - http://www.ioccc.org/1990/dds.c - from the 1990 ioccc competition for all my BASIC needs.
Also: 'a very small scripting language for systems where memory really is at a premium'. Didn't some guys called Gates and Allen do something similar a few years back?
--
10 PRINT "JamesW Rules ";: GOTO 10