Hi Gregg.

You can use cmuscheme and then (run-scheme "the S7 repl binary").
But then there's the issue that when multiple lines sexps sent from emacs
to S7, S7 will try to eval each line on its own and thus error.
For that I compile my own main() that tries to evaluate the input, and
keeps appending to the given input new until the whole sexp is given and
the evaluation can occur.

Bil might correct me though on this one!

On Sun, Sep 26, 2021, 8:21 PM Gregg Reynolds <d...@mobileink.com> wrote:

> Any tips for running s7 under emacs?
>
> I'm looking at geiser, wondering if it would be worth the trouble to
> derive a geiser-s7 package.
>
> Gregg
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist
>
_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
https://cm-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to