drepl

Homepage: https://github.com/astoff/drepl

Author: Augusto Stoffel

Updated:

Summary

REPL protocol for the dumb terminal

Commentary

dREPL is a collection of fully featured language shells for Emacs
built on top of Comint.  It can be described as a REPL protocol for
the dumb terminal.  This file provides a base protocol
implementation as well as the user interface.  The other files in
this package define REPLs for specific interpreters.  Each of them
is comprised of one Elisp file defining a REPL subclass and one
file in the target programming language implementing the server
side of the protocol.

See the package README for a description of the communication
protocol that needs to be implemented on the interpreter side.

Dependencies