Even though I've been using Emacs for years, I still have trouble remembering a lot of the key combinations for commands that I don't use all the time (e.g.: killing and yanking rectangles, bookmarks, etc.). I think Lotus 123 for...
Interesting to see that Scheme is moving forward, though not everyone is totally happy with the direction. Arto Bendiken: R5.97RS Scheme Considered Harmful...
A bit of Scheme code that I was dorking around with a long time ago and never got around to posting. This probably only works in MzScheme since it uses implementation-specific APIs to do HTTP. Here's an example of using it:...
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...
I like reading Paul Graham essays from time to time, but sometimes he makes me scratch my head. In his "Revenge of the Nerds", essay he says: "As one data point on the curve, at any rate, if you were to compete with ITA and chose...
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...