Folks, People still interested? Well I will list some misc. info I came across. Might be totally redundant, but am doing my li'll bit.
Beginner's Text: Common Lisp: A Gentle Introduction to Symbolic Computation -- David S. Touretzky. A excellent book for starting. A mite on the slow side but builds solid foundations. Can be found at http://www.cs.cmu.edu/~dst/LispBook/book.pdf
Another book by David J Cooper gives a good introduction. A link can be found at www.franz.com
Some Sites www.lisp.org www.franz.com
I have tried GCL, CLISP and finally setteled on CMUCL. GCL, they say is not fully compliant with the latest CL standard. It is a compiler which translates Lisp to C and then uses GCC to compile a true native binary. Quite fast. But it seems it is not actively maintained or developed. CLISP is actively maintained or developed but it compiles to byte code which has to run on a VM. CMUCL compiles to native binary and is quite fast.
I have also got ilisp (an emacs package) to work with Xemacs and CMUCL. It allows to run lisp in a emacs buffer and one can (supposedly) do incremental developement. (Xemacs because I do not subscribe to RMS philosophy ;))
BTW Philip, Emacs _does_not_ have a built in lisp interpreter. It has a built in elisp interpreter. elisp is a very small and restricted subset of CL.
hope I am not being overly enthusiastic.
quasi p.s. I have a problem : The Alt key is not defined as the Meta key in X. In Xemacs I have to use ESC as the meta key. How do I redifine?
-- postscript --
Math is like love -- a simple idea but it can get complicated. -- R. Drabek
__________________________________________________
?/ .Quasi. (0-0) ( | ) quasiabhi@yahoo.com ( v ) yahoo messenger : quasiabhi __| |__ / \ Protect OUR Earth.
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Sometime on Aug 13, Q u a s i assembled some asciibets to say:
I have a problem : The Alt key is not defined as the Meta key in X. In Xemacs I have to use ESC as the meta key. How do I redifine?
In /etc/X11/XF86Config, section Keyboard,
LeftAlt Meta
will do it.
--- Philip S Tellis philip.tellis@iname.com wrote:
Sometime on Aug 13, Q u a s i assembled some asciibets to say:
I have a problem : The Alt key is not defined as the Meta key in X. In Xemacs I have to use ESC as the meta key. How do I redifine?
In /etc/X11/XF86Config, section Keyboard,
LeftAlt Meta
will do it.
I have a different problem - the Windows key on the keyboard is defined as Meta, and so I can't use it for custom shortcuts - Emacs and the desktop contend for the Alt and the new Meta key.
How do I configure Emacs, so that all its commands look for the Alt key rather than the Meta key?
SameerDS.
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
On Mon, 13 Aug 2001, Sameer D. Sahasrabuddhe wrote:
How do I configure Emacs, so that all its commands look for the Alt key rather than the Meta key?
EMACS - Escape Meta Alt Control Shift. You're out of luck man. Emacs uses meta and alt. Best you can do is use left alt as meta and right alt as alt.
Philip
Hi,
On Tue, 14 Aug 2001, Philip S Tellis wrote:
Sometime on Aug 13, Q u a s i assembled some asciibets to say:
I have a problem : The Alt key is not defined as the Meta key in X. In Xemacs I have to use ESC as the meta key. How do I redifine?
In /etc/X11/XF86Config, section Keyboard,
LeftAlt Meta
Option "LeftAlt" "Meta"
will do it.
HTH With regards,