Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club]program extraction in Java?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club]program extraction in Java?


chronological Thread 
  • From: Benjamin Gregoire <Benjamin.Gregoire AT sophia.inria.fr>
  • To: Adam Megacz <megacz AT cs.berkeley.edu>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club]program extraction in Java?
  • Date: Thu, 19 Oct 2006 11:54:50 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Adam Megacz wrote:

Coq currently extracts certified programs to Haskell, ML, and Scheme
(and TopLevel).

Has there been any work on extracting Java programs from Coq proofs?

 - a



Coq is a functional language so it allow partial application and local definition of functions.
It is not impossible to encode partial application using JAVA, but not simpl.
Furthermore, I think that polymorphism in JAVA is problematic.
But from C you can call OCaml function, and from JAVA you can call C function.
Since you can extract Coq to Caml you have a way to extract Coq to JAVA,
 Good luke :).

B.





Archive powered by MhonArc 2.6.16.

Top of Page