Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Software

Journal Journal: Writing OCaml extensions for Python

Blog post explaining how to write an OCaml extension for the Python interpreter. It uses a C glue code to export a OCaml function in object file and to import this in a Python C extension. Explanations, code and use example on the page.

Slashdot Top Deals

"Oh my! An `inflammatory attitude' in alt.flame? Never heard of such a thing..." -- Allen Gwinn, allen@sulaco.Sigma.COM

Working...