From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Learning LISP; Scheme vs elisp.
Date: Sat, 02 Aug 2008 00:10:43 +0200 [thread overview]
Message-ID: <87wsj075ek.fsf@hubble.informatimago.com> (raw)
In-Reply-To: mailman.15727.1217618719.18990.help-gnu-emacs@gnu.org
"Joel J. Adamson " <adamsonj@email.unc.edu> writes:
> I suggest you use Emacs for Scheme hacking, and that way you will learn
> the ins and outs of both.
Oh yes, and be sure to use paredit.
http://mumble.net/~campbell/emacs/paredit.el
Here is a quick tutorial for using scheme in emacs:
C-x C-f ~/test.scm RET
C-x 2
C-u M-x inferior-lisp RET
C-a C-k mzscheme RET -- assuming you have mzscheme in the PATH.
(display "Hello") RET
C-x o -- return to test.scm buffer.
(define (hw)
(newline) (display "Hello") (newline)) C-x C-e
(hw) c-x C-e
-- so you can keep your source and test
-- expressions in the scm buffer, and
-- send the over to the inferior-lisp
-- process for execution with C-x C-e.
Have fun!
--
__Pascal Bourguignon__ http://www.informatimago.com/
"Our users will know fear and cower before our software! Ship it!
Ship it and let them flee like the dogs they are!"
next prev parent reply other threads:[~2008-08-01 22:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-01 12:45 Learning LISP; Scheme vs elisp Adam Funk
2008-08-01 13:06 ` Joost Kremers
2008-08-01 20:26 ` Adam Funk
2008-08-01 14:09 ` Thien-Thi Nguyen
2008-08-01 19:16 ` Joel J. Adamson
[not found] ` <mailman.15727.1217618719.18990.help-gnu-emacs@gnu.org>
2008-08-01 20:18 ` David Kastrup
2008-08-04 2:31 ` Joel J. Adamson
2008-08-01 20:30 ` Adam Funk
2008-08-01 22:10 ` Pascal J. Bourguignon [this message]
2008-08-01 21:51 ` Pascal J. Bourguignon
2008-08-02 1:06 ` weber
2008-08-02 12:33 ` Xah
2008-08-02 13:51 ` Xah
[not found] ` <mailman.15710.1217599959.18990.help-gnu-emacs@gnu.org>
2008-08-06 19:38 ` Adam Funk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wsj075ek.fsf@hubble.informatimago.com \
--to=pjb@informatimago.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.