help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Learning LISP; Scheme vs elisp.


From: Adam Funk
Subject: Learning LISP; Scheme vs elisp.
Date: Fri, 1 Aug 2008 13:45:57 +0100
User-agent: slrn/pre0.9.9-120/mm/ao (Ubuntu Hardy)

I've decided I ought to train myself in the most elegant programming
weapon --- http://xkcd.com/297/ --- so I've started working through
_The Structure and Interpretation of Computer Programs_.

In the long term I hope I'll be able to customize Emacs more in its
native way instead of wrapping external Perl programs in
shell-command-on-region (as I often do now).

Any tips on transferring knowledge between Scheme and elisp?

As a first observation, it seems to me that Scheme's define seems to
correspond to both defun and setq in elisp --- is that a fair
interpretation (or a stupid one)?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]