|
|
|
|
|
by kaiwetzel
5214 days ago
|
|
A nice addition to my slime/Emacs environment (which is really a rediscovery for me after almost 10 years in IDEs like Eclipse) was iimage[1]. It converts image file name in the REPL to inline images, makes it very easy to prototype functions that create some graphics. E.g. I use vecto[2] (also written by Zach!) to produce a disk usage visualization and it shows up directly below the function call in Emacs :D [1] http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html [2] http://www.xach.com/lisp/vecto/ or (ql:quickload 'vecto) |
|