Hello.
Projects
Laser Chess
A retooling of a game created by someone else and released as GPL2. It also uses Java.
The Incredible Virtual Machine
Build a machine out of flying pointers. To be posted.
One-line strcat
char*c(char*d,char*s){return*s&&c(d+1,s+(!*d&&(d[1]=0,*d=*s))),d;}
In those 66 characters, I have a correct implementation of the strcat operation. Can you beat that?
Structured Spreadsheet
This is a prototype for an improved way to do spreadsheets. A write-up and the software is to-be-posted.
