coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Emilio Jesús Gallego Arias <e AT x80.org>
- To: Coq Club <coq-club AT inria.fr>
- Subject: [Coq-Club] [ANNOUNCE] jsCoq and SerAPI releases
- Date: Tue, 23 Apr 2019 23:50:15 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=e AT x80.org; spf=Pass smtp.mailfrom=e AT x80.org; spf=Pass smtp.helo=postmaster AT x80.org
- Ironport-phdr: 9a23:piYSJhIMdDwRcXTSDNmcpTZWNBhigK39O0sv0rFitYgRI/7xwZ3uMQTl6Ol3ixeRBMOHsqsC17uempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffhhEiCCybL52MR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QKsqUjq+8ahkVB7oiD8GNzEn9mHXltdwh79frB64uhBz35LYbISTOfFjfK3SYMkaSHJBUMhPSiJBBY2yYYgBAOUOIelVtJX9q0cUoBeiGQWhHuHixzlVjXH2x6061OEhHBnJ0gwlHtIOtHXUrNLtO6kWT++117PQzS7bYP1Xwzj97IzIfQ4uofGLRb19bdDRyUg1GAPek16drpLqMiia1+kOr2SX9e1gVfigi2M+rQx6vzahxsApiobTh4IVzEjJ9Cp6zYopP9G4T1R7YdG8HJtftiGaK4t2Qt45TG1ypCk6zbgGtJimdyYJ0JQq3wPTZv+EfoSS/B7vSuecLS1liH9nZb6znQu+/Ea+xuHkVMS50kxGojdLn9TNrHwByhje58qdRvdg8Eqs3TCC3B3J5O5eO0A7j6/bJoYhwrEukpoTtlzOHyD1lUnqlqOWcV8k+uew5+TmZLXpuIOcOpdphgz9MakigNKzDfo5PwQUQmSW+/mw2Kf+8UD3XrlGlvg2nbPYsJDeK8QbvKm5AwpN34k98Bu+ADSr3MgCkXkANlJFdwqLj5L1NFHWPPD4EfC/jkywnzds3vDKJ6HuApHQLnfYi7rhZrZ860tEyAUp19xf5pRUCqsAIP3pQEPxusbYXVcFNFmfxP+vI9Fg3MtKUmWWR6SdLan6sFmS5+tpLfPaN6EPvzOoBv0k4//pul00gs0GSoag2Z8aZ3ePN+5nKl7RNXfEkodZV2AQsVxtH6TRlFSeXGsLND6JVKUm62R+Udr+VNqRdsWWmLWEmRyDMNhWa2RBWwKcQS+ucJ+LCa5VNHCiZ/R5mzlBboCPDpc73ED8pF+ijb19IbiMo3xKhdfYzNFwotbru1Q3/D1wAd6a1jDfXzEs2GQSSG1v0Q==
- Organization: X80 Heavy Industries
Dear Coq users and developers,
we are happy to announce the releases of jsCoq 0.9.3 and SerAPI 0.6.1
for Coq 8.9.
JsCoq and SerAPI are free software, please don't hesitate to report
issues and contribute at:
- https://github.com/ejgallego/jscoq
- https://github.com/ejgallego/coq-serapi
## JsCoq 0.9:
JsCoq allows interacting with Coq developments as standard-compliant
HTML documents using a browser. standard-compliant web pages. The
project aims to ease the development of interactive Coq documents and
teaching material, to improve the accessibility of the platform, and
to explore new user interaction possibilities.
jsCoq 0.9 has been three years in the making, and it features a long list
of improvements, most of them due to the incredible work of Shachar
Itzhaky, who managed to stabilize the Web Worker version and provided
countless usability and display improvements including
"Company-Coq"-like contextual information display facilities.
While there are still some minor bugs, we feel that this is the first
release that seems ready for wider testing and exposure; in
particular, as Coq now runs in a separate browser thread, the overall
experience is much smoother than before. Keep in mind that jsCoq's
primary target is introductory Coq material, thus it is expected to
struggle with heavy developments.
You can see some examples including the "Software Foundations" suite
in the links below:
- https://x80.org/rhino-coq/
- https://x80.org/rhino-coq/examples/lf/
- https://x80.org/rhino-coq/examples/plf/
See more examples and information in the project's web page
https://github.com/ejgallego/jscoq, the full list of changes is
at https://github.com/ejgallego/jscoq/blob/v8.9%2Bworker/CHANGES.md
## SerAPI 0.6.1
Coq-SerAPI provides an S-expression based API suitable for machine
interaction with Coq. Capabilities include full round-trip
serialization of Coq's AST and most internal structures, easy access
to the document build and checking API, and facilities for querying
Coq's environment and proof state.
The 0.6.1 release brings many improvements and features in the
serialization front. Thanks to the awesome efforts of Karl Palmskog
and Ahmet Celik, SerAPI is now able to serialize/deserialize large Coq
developments reliably, and we have improved the `sercomp` command-line
tool for batch (de)serialization of Coq files.
See more information and examples on the project's website
https://github.com/ejgallego/coq-serapi, the full list of changes is
at https://github.com/ejgallego/coq-serapi/blob/v8.9/CHANGES.md
Best regards,
Emilio & all contributors to these projects
- [Coq-Club] [ANNOUNCE] jsCoq and SerAPI releases, Emilio Jesús Gallego Arias, 04/23/2019
Archive powered by MHonArc 2.6.18.