scheme / scsh

A Unix shell embedded in scheme
Other
386 stars 36 forks source link

Running Under Emacs #23

Closed snunez1 closed 9 years ago

snunez1 commented 10 years ago

Gents,

In the absence of any docs, I thought I'd document some issues, questions and best practices here.

What are you guys using for your emacs set-up? Do you use scsh as the scheme interpreter, or scheme48 and then ',open scsh'?

Anyone leaning one way or the other as best practice?

roderyc commented 10 years ago

scsh is now implemented mostly as a s48 library, but as is, it can't just be used with something like ,open scsh. You'll want to fully install it and run it via the scsh executable. That'll call the s48 vm with an image file with all sorts of necessary setup already done, like using scsh's implementation of read to support elements of scsh scripts with syntax that is not standard scheme.