Search Results

0
votes

Simple Lisp Program Causing Computer To Hang

Peter Norvig wrote a guide on how to correctly format lisp code, you may want to take a look. Tutorial on G …
5
votes

Keeping CL and Scheme straight in your head

Map is more general than mapcar, for example you could do the following rather than using mapcar: …
2
votes

How do I display an image with ltk?

It has been a while since I used LTK for anything, but the simplest way to display an image with LTK is as follows: (defpackage #:ltk-image-example (:use #:cl #:ltk)) (in-package …