Re: Question about OCAML translator

Jon Harrop <usenet@jdh30.plus.com>
28 Jul 2005 02:40:02 -0400

          From comp.compilers

Related articles
Question about OCAML translator berpast@hotmail.com (Ber Past) (2005-07-26)
Re: Question about OCAML translator usenet@jdh30.plus.com (Jon Harrop) (2005-07-28)
Re: Question about OCAML translator brown@cs.bris.ac.uk (Julian Brown) (2005-07-31)
Re: Question about OCAML translator haberg@math.su.se (2005-08-01)
Re: Question about OCAML translator liekweg@gmx.de (Florian Liekweg) (2005-08-03)
Re: Question about OCAML translator hannah@schlund.de (2006-01-26)
| List of all articles for this month |

From: Jon Harrop <usenet@jdh30.plus.com>
Newsgroups: comp.compilers
Date: 28 Jul 2005 02:40:02 -0400
Organization: Flying Frog Consultancy Ltd.
References: 05-07-102
Keywords: OOP, question
Posted-Date: 28 Jul 2005 02:40:02 EDT

Ber Past wrote:
> Is there any publicly available tool to translate OCAML (or other
> functional languages) to C/C++ or Java?


Not for OCaml unless you count embedding bytecode compiled programs in a
custom run-time and interpreter which you would have to do by hand. For
SML, I think MLton can compile to C.


--
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.