[CM] emacs support for s7 repl?

Christos Vagias chris.actondev at gmail.com
Sun Sep 26 11:52:21 PDT 2021


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 <dev at 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 at ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20210926/28f8e986/attachment.html>


More information about the Cmdist mailing list