Peter Coffee has an interesting article about "="" programming="" languages"=""> (and techniques) that are being used in mainstream applications. Peter mentions LISP, Prolog, genetic programming, and ...
Bel is interesting, not least because it highlights the enduring and improbable longevity of one of the earliest high-level programming languages. That’s no small feat, especially given the ...
I'm new to LISP (i'm learing it for fun and a project).<P>after one writes functions/program/code, how can one compile it into a standalone? is it requires that you use an interpreter to access the ...
So I've started into learning lisp. For my learning project I've decided to try and write a small game by linking to the SDL library through a dll. So far going surprisingly well. The thing I don't ...