204417 journal Journal Journal: Writing OCaml extensions for Python Journal by maxme on Monday June 25, 2007 @09:43AM 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.