» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with CLISP + Emacs

Redshank: Common Lisp Editing Extensions

"I finally dusted off some code more-wrangling Emacs macros and bundled them up in the Redshank minor mode. "

Emacs: del.icio.us tag/emacs

Setting Up Emacs for Lisp Hacking in Cygwin " Learning Lisp

(add-to-list load-path "/cygdrive/c/cygwin/lispy/slime-2.0/") ; (the path to where you unzipped slime-2.0.tgz) (setq inferior-lisp-program "/cygdrive/c/cygwin/bin/clisp.exe") ; this is where Cygwin puts the clisp program (require 'slime) (

Emacs: del.icio.us tag/emacs

Lispbox

"Lispbox is a version of Lisp in a Box, which was originally created by Matthew Danish and Mikel Evins, customized for use with Practical Common Lisp."

Emacs: del.icio.us tag/emacs