Name: Anonymous 2007-04-03 8:40 ID:6+zobEwv
I know C and Assembly but i guess that is not enough to join the EXPERT PROGRAMMERS CLUB, so i started learning lisp.
I downloaded 'clisp'
But i can't find any good books/tutorials.
HALP /prog/ HALP!
ps. So far i wrote this incredible piece of software
I downloaded 'clisp'
clisp - ANSI Common Lisp compiler, interpreter and debugger.But i can't find any good books/tutorials.
HALP /prog/ HALP!
ps. So far i wrote this incredible piece of software
(defun main(msg)
(format t msg))
(main "hello, world!")