From: "Clément Pit--Claudel" <clement.pit@gmail.com>
To: Phillip Lord <phillip.lord@russet.org.uk>
Cc: emacs-devel@gnu.org
Subject: Re: Beyond release
Date: Mon, 27 Jun 2016 14:05:31 -0400 [thread overview]
Message-ID: <57716AEB.9050409@gmail.com> (raw)
In-Reply-To: <878txqfuuf.fsf@russet.org.uk>
[-- Attachment #1.1: Type: text/plain, Size: 1356 bytes --]
On 2016-06-27 12:40, Phillip Lord wrote:
> I'm guessing that Isabelle/Emacs integration used "parsing output"
> interaction. FWIW, I think that the days of this form of archictecture
> are numbered. Both scala and clojure interaction now use something with
> a structured protocol, with a specialized server on the scala or clojure
> side. A similar thing is happening with R, also, and maybe with JDEE.
And with Coq, another proof assistant that still uses Emacs as its main IDE. We're currently working on porting Proof General to use Coq's structured protocol.
> I don't know if anything could be done, but adding general support for
> repl interaction to core or ELPA would probably be a good thing. I don't
> know if it is possible -- most of the tools that I have mentioned so far
> use different protocols, so perhaps it is not.
Do you really mean REPL interaction? If so, comint-mode does exactly this, I think :)
But if you meant structured protocols, then it's tricky; there's indeed a large variety of protocols. The main pain point when developing those (based on limited experience developing Emacs modes for Dafny, F* and Coq — which all use different protocols) is asynchronicity; you end up registering timers to delay certain actions or implement queues, and it's pretty tricky to keep the code organized properly.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2016-06-27 18:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-27 9:58 Beyond release Andreas Röhler
2016-06-27 14:18 ` Clément Pit--Claudel
2016-06-27 15:33 ` Andreas Röhler
2016-06-27 15:52 ` Clément Pit--Claudel
2016-06-27 16:10 ` Dmitry Gutov
2016-06-27 16:25 ` Andreas Röhler
2016-06-27 16:55 ` Dmitry Gutov
2016-06-27 18:10 ` Andreas Röhler
2016-06-27 19:55 ` Dmitry Gutov
2016-06-28 6:14 ` Andreas Röhler
2016-06-28 11:13 ` Dmitry Gutov
2016-06-27 20:29 ` Alan Mackenzie
2016-06-28 8:39 ` Andreas Röhler
2016-06-27 16:21 ` Andreas Röhler
2016-06-27 16:40 ` Phillip Lord
2016-06-27 18:00 ` Clément Pit--Claudel
2016-06-27 18:05 ` Clément Pit--Claudel [this message]
2016-06-27 20:35 ` Phillip Lord
2016-06-27 15:53 ` Clément Pit--Claudel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57716AEB.9050409@gmail.com \
--to=clement.pit@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=phillip.lord@russet.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.