なんだこれは

はてなダイアリーから移転しました。

my Clozure CL environment setting Memo

1.1 get ccl by macports for Mac Only

sudo port install ccl

1.2 or get ccl by subversion

#for mac x86/x86_64
svn co http://svn.clozure.com/publicsvn/openmcl/release/1.10/darwinx86/ccl
#for linux x86/x86_64
svn co http://svn.clozure.com/publicsvn/openmcl/release/1.10/linuxx86/ccl
#for windows x86/x86_64
svn co http://svn.clozure.com/publicsvn/openmcl/release/1.10/windows/ccl

1.2 or go to http://ccl.clozure.com/download.html and download tarballs

2 run ccl64 ("ccl64" is clozure cl command for macports)

3 get quicklisp from http://beta.quicklisp.org/quicklisp.lisp

4 install quicklisp and slime

(load "path-to-downloaded/quicklisp")
(quicklisp-quickstart:install)
(ql:add-to-init-file)
(ql:system-apropos "slime-helper")
(ql:quickload "quicklisp-slime-helper")

5 obeying the above result tomodify your ~/.emacs.d/init.el
#NOTE: in some environment, $HOME is different emacs and ccl