The Home of OMouse
Or, How I Waste my Time on the Internet
WelcomeI'm currently working on:
I've stopped working on the following programming projects for the time-being:
REDLispCurrently, REDLisp has some basic core lisp functions such as: first, rest, last, list, load, slice (subseq), +, -, /, *, mod, eq, >, >=, <, <=, and, or, xor, not. and assignments. It'll be interestin to Lisp programmers to note that REDLisp doesn't even have cond programmed in but does have and, or, & xor. I'm used to programming in C++ and there might be a speed advantage though probably not. I'll test that once I code cond and then code those functions in REDLisp. Anyway, very slow progress is being made and we're pretty much just another crappy little Common Lisp interpreter for now. |