Lisp

55 posts

Lispium ?

What if you did the following: * Take a chromebook * Modify the chromium build running to run Sbcl within it. * Create lisp bindings to the internal surface, so that all UI elements can be created…

SDL on OSX

(ql:quickload 'lispbuilder-sdl) worked right away on an ubuntu box, but failed (couldn't find `cocoahelper) when I tried the sam on my Macbook. The fix is to install SDL, then go to ~/quickli…