Gigs_ wrote:
> Is there any way to convert ocaml code to python? but not manually
For Python and ocaml, my bookmark contains this link:
http://www.programs4all.net/programs/Pycaml-Python-Embedding-API-for-Ocaml.htm
But no ocaml to Python compiler...
--
http://mail.python.org/mailman/listinfo/
Gigs_ wrote:
> Is there any way to convert ocaml code to python? but not manually
Translating between dissimilar high-level languages is very difficult, so
difficult that it is hard to do such a task justice by hand, let alone
automating the procedure.
If you must do it then write a compiler that