By Marc, on April 24th, 2007%
Here’s a page (from a blog that’s on my blogroll) which links to two screencasts that show using LispWorks (a Common Lisp implementation on the Mac with a nice IDE) to do HTTP client and server stuff and then to develop a Reddit-like web site in around 20 minutes.
I think these would be very impressive for . . . → Read More: Lisp movies
By Marc, on April 8th, 2007%
Python for Lisp Programmers
Peter Norvig compares and contrasts Python and Lisp (esp. Common Lisp)
(tags: python . . . → Read More: links for 2007-04-08
By Marc, on March 4th, 2007%
Getting started with ASDF
A concise intro to Common Lisp’s ASDF packaging system
(tags: lisp asdf cl common-lisp)
CLiki : cl-yahoo
CL-YAHOO is a Common Lisp interface to the Yahoo! API, a networking api which enables searching the web through yahoo. Web-search, image-search, spelling, news-search, local search , contextual search, and term extraction are supported.
(tags: cl common-lisp)
CLiki : cl-delicious
cl-delicious is . . . → Read More: links for 2007-03-04
By Marc, on March 3rd, 2007%
I was reading some essays about Common Lisp and came across a few interesting libraries for accessing some of Yahoo’s Web Services APIs:
cl-delicious: for accessing the del.icio.us API
cl-yahoo: for accessing the Yahoo! Search API
Clickr – for accessing the Flickr API
In the case of cl-delicious, it was a little harder to install (into SBCL on my Ubuntu . . . → Read More: Common Lisp libraries for Yahoo! APIs
By Marc, on October 21st, 2006%
A few months ago, while I was on a Lisp kick, I looked into installing and trying the UnCommon Web framework but I was put off on how difficult it was to install.
Well, it looks like some folks have worked to make it easy to install. At this nice page, they offer a UCW “boxset”, . . . → Read More: Lisp: UnCommon Web framework now easily installable
By Marc, on May 1st, 2006%
An interesting-looking Lisp dialect built on top of Common Lisp:
Qi for the . . . → Read More: Qi for the Lisp Programmer
By Marc, on April 20th, 2006%
There’s a pretty easy way to download and install a lot of Common Lisp software packages. It’s called ASDF-Install.
Continue reading Lisp and ASDF-Install