lymp
lymp copied to clipboard
Use Python functions and objects from OCaml
I use opam, and I admit there was a long time I used ocaml, more into F# the recent years. I tried this: ``` $ ocaml -I +threads OCaml version...
The dependency of pymongo just for the BSON encoding is a bit annoying. Is it feasible to get rid of it? For example, would to be possible to use a...
is it possible to either attach lymp to a running ipython process or to spawn an ipython process from lymp such that i can interact with it in another shell?
Currently if I have 'mypkg' directory with '__init__.py' and 'mymod.py' with 'myfunc' in it - it fails to get the function from the main. I use ```ocaml let py_entrypoint pymod...
To be able to trace Python code (including limp.py) with this module: https://docs.python.org/3.6/library/trace.html