mit-scheme-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-users] Edwin modes for interacting with external schemes


From: Richard Loveland
Subject: [MIT-Scheme-users] Edwin modes for interacting with external schemes
Date: Fri, 09 Nov 2012 14:37:33 -0500
User-agent: Opera Mail/12.10 (MacIntel)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]