Search found 3 matches

by Gradualore
Tue Apr 06, 2010 5:17 pm
Forum: Books and Resources
Topic: New book: Land of Lisp
Replies: 8
Views: 37188

Re: New book: Land of Lisp

I really hope that book comes out also. I worked through Conrad Barski's free tutorial, Casting SPELs with Lisp:

http://www.lisperati.com/casting.html
by Gradualore
Tue Apr 06, 2010 7:28 am
Forum: Common Lisp
Topic: compiling an executable = lisp + your code?
Replies: 2
Views: 3463

compiling an executable = lisp + your code?

I became curious lately how to build an executable with Lisp. From what I can understand so far, when you compile a Lisp program (to a standalone executable...), you're basically stuffing your own code along with the entire Lisp implementation you're using into a stand alone exe that runs a function...
by Gradualore
Sat Mar 13, 2010 2:15 pm
Forum: The Lounge
Topic: hello, I'm a new lisp newbie
Replies: 4
Views: 9246

hello, I'm a new lisp newbie

Hello everyone. I recently encountered Lisp at my workplace and was very impressed with what a co-worker of mine was able to do with it. This inspired me to learn it. I think the coolest thing about Lisp is its powerful macro system. I don't know much about it yet nor do I have experience in it but ...