Search found 3 matches
- Tue Jan 31, 2012 1:11 am
- Forum: Common Lisp
- Topic: Lisp
- Replies: 9
- Views: 27999
Re: Lisp
I would add that Crash Bandicoot (a PlayStation game) was developed using Lisp.
- Sat Oct 15, 2011 7:33 am
- Forum: Common Lisp
- Topic: quickproject [newbie]
- Replies: 3
- Views: 7009
Re: quickproject [newbie]
Thanks for your answer Ramarren. I am seeing the light now about importing the symbols. Now my next question is: What is the standard practice in Lisp for importing libraries? Do you import the symbols one by one? Or you can import the whole symbols in a library? Which one is desirable? Thanks for y...
- Fri Oct 14, 2011 10:07 pm
- Forum: Common Lisp
- Topic: quickproject [newbie]
- Replies: 3
- Views: 7009
quickproject [newbie]
Hi Lispers, I use the excellent quicklisp and have just tried using Lisp for trivial stuff at the moment but I am planning to use them more in serious projects. I came across Zach's post and I want to use quickproject as a base for new project template. (e.g. quickproject:make-project "~/src/li...