Hello,

I've implemented two new Edwin modes for interacting with external Schemes. You can start an external Scheme's REPL and then send code from a buffer in `external Scheme mode' to that REPL. Basically, they inherit from the existing Comint and Scheme modes and are very generic.

From the README:

External Scheme REPL mode allows you to interact with an external Scheme REPL's process from Edwin in the same way you would interact with a shell using `#\M-x shell'. Load the file `external-scheme-repl.scm' and enter the command `#\M-x external-scheme-repl'. You'll be asked to enter the name of the external Scheme you'd like to run, and away you go.

External Scheme mode inherits from Edwin's Scheme mode for all of its formatting and editing commands, but provides its own commands for sending expressions to a running external Scheme REPL, if one exists.

They're available for download here:

https://github.com/rmloveland/edwin-external-scheme

Hopefully someone else finds these useful.

Best,
Rich

_______________________________________________
MIT-Scheme-users mailing list
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users

Reply via email to