Beluga icon indicating copy to clipboard operation
Beluga copied to clipboard

Implement s-expression based communication protocol

Open tsani opened this issue 5 years ago • 1 comments

The interactive mode presently communicates with emacs with an ad-hoc protocol. Instead, we should use an s-expression based scheme, which will facilitate deserialization on the Emacs end, and serialization on the OCaml end, since OCaml natively supports s-expression based serialization.

tsani avatar Aug 15 '18 14:08 tsani

Given that the old-style Emacs interactive mode has been largely replaced by Harpoon, this is a low-priority issue.

tsani avatar Sep 26 '20 14:09 tsani