First I installed some stuff
apt-get install mzscheme
apt-get install quack-el
Then I added this to .emacs
;; Start up SchemeThe code fragment borrowed from http://jeffcjensen.net/scheme/_emacs
(add-to-list 'load-path "/usr/share/emacs/site-lisp/quack-el")
(setq scheme-program "mzscheme")
(global-set-key [(f5)]
'(lambda ()
(interactive)
(require 'quack)
(run-scheme scheme-program)))
That link has quite a bit for scheme customization for emacs but I am not sure I will need it that much yet.
I picked mzscheme because I can apt-get install it and the .emacs I borrowed from seems to have some support for it.
09:22 AM, 02 Jan 2008
by dave bauer
Permalink
| Comments (0)
categories:
Programming
,
Computer Science
,
Learning Portfolio
,
Scheme Code
Scheme Implementation in Javascript by Chris Double and Little Scheme by Douglas Crockford who also wrote The Little JavaScripter a version of The Little Schemer focused on the same concepts implemented in Javascript.
07:24 PM, 26 Nov 2006
by dave bauer
Permalink
| Comments (1)
categories:
Scheme Code
| November 2008 | ||||||
| S | M | T | W | T | F | S |
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | ||||||