Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Organization of Coq enhancement requests from UI developers

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Organization of Coq enhancement requests from UI developers


Chronological Thread 
  • From: Kenneth Roe <kendroe AT hotmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Organization of Coq enhancement requests from UI developers
  • Date: Fri, 29 Jan 2016 21:06:56 -0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=kendroe AT hotmail.com; spf=Pass smtp.mailfrom=kendroe AT hotmail.com; spf=None smtp.helo=postmaster AT BLU004-OMC1S20.hotmail.com
  • Ironport-phdr: 9a23:7aFgPRHzClXKx0glAkHSaJ1GYnF86YWxBRYc798ds5kLTJ75pMiwAkXT6L1XgUPTWs2DsrQf27WQ6/+rAjZIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/niKbqpNaIOU1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQYxGI4y4/X2MQnwZISzLC4VmuXZr3vjH9u8J93zWfNMzyC7szXGLxvO9QVBb0hXJfZHYC+2bNh5kogQ==

I am definitely available for traveling to France at the end of May. It
would, however, be nice if some organization in the research community could
pay for the trip. Traveling to Europe is expensive and it is unlikely that
I’ll get money from Johns Hopkins.

- Ken

> On Jan 29, 2016, at 3:23 AM, Enrico Tassi
> <enrico.tassi AT inria.fr>
> wrote:
>
> On Thu, Jan 28, 2016 at 10:01:54PM -0500, Kenneth Roe wrote:
>> 1) parsing support—Input a Coq command or expression and in response,
>> Coq returns an xml representation of the parse tree is returned with
>> line/column information. (Is this already present)?
>
> Yes. It is available via the CoqIDE XML protocol IIRC. The AST pretty
> printer requires some work, possibly it should be rewritten using the modern
> ppx technology OCaml provides. Right now it is written by hand, hence
> it lags behind (not all AST nodes are supported).
>
>> 3) Extensions to the asynchronous (PIDE) interface to support multiple
>> source files. Is this already present?
>
> It is not, and Coq itself can hardly do that. So I'm afraid you'd need
> to simulate that on the UI side.
>
> I like your initiative, writing down the requirements of modern IDEs is
> a good step forward IMO.
>
> It has not been announced yet, but we are organizing a week long
> hackaton (last year was called Coding Sprint) around the end of May or
> beginning of June. It would be nice to have all the user interface guys
> and the Coq developers in the same room.
>
> Best,
> --
> Enrico Tassi




Archive powered by MHonArc 2.6.18.

Top of Page