Entries in the ‘Lisp’ Category:

wxCL, SBCL, and Windows

wxCL is a GUI package for Common Lisp that uses wxWidgets, and it seems to look pretty good on Windows and Linux, and the code is sufficiently lispy. Exactly what I’m looking for, except it’s in alpha. Serious, seeping wound alpha. I haven’t gotten it working on Linux yet, but it works on Windows. [...]

Tags: , , ,

Leave a Comment

KPAX, SLIME, and SBCL

I’ve been struggling on and off to get KPAX to work for the past few days. It turns out that the default method SLIME uses to communicate with the Lisp interpreter causes problems with the way s-sysdeps sets up the socket listening function in SBCL. The workaround is to set swank:communication-style to :fd-handler, [...]

Tags: , , , ,

Comments (1)