Hypersmurf
Moderatarrrrh...
Squire James said:In one particularly distressing assignment, I was required to write a program in LISP and in Prolog that actually involved I/O! All in all, anything harder than assembly language should probably just be written in assembly language!
I found I really, really enjoyed the LISP assignments I had - it was an "Introduction to AI" paper.
The interesting thing about LISP is that code and data are stored in the same form - the list - so it's ideal for creating programs that manipulate their own structure...
-Hyp.