LakatosI
unread,Jul 3, 2009, 1:49:58 PM7/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ShowMeDo
The compiler isn't that important really, because I'll at the
beginning will probably only show some very "basic" code, which can
run on any Common Lisp compiler.However, there are a few concepts,
like threading for example, which aren't implemented on every
compiler. For the video-series I'll probably use the SBCL compiler,
mostly because it's open-source, and it also supports unicode and
threading. Allegro is also a very good choice.
I'll also probably start an AI video-series with Lisp, because that's
what I'm trying to make right now, artificial intelligence :P
There is a common misconception that Lisp is only for making AI, or
for recursions and such. The truth is that Lisp is so versatile,
especially Common Lisp, that it can be used in almost every domain.
Why it's so popular with the AI programmers is because of it's awesome
syntax, which is just absolutely, mind-bogglingly incredible, and did
I mention awesome, that it lets you think in ways you've never
imagined before (very much like Python, only way cooler). But I'll get
to that in the video series.