An open API service indexing awesome lists of open source software.

https://github.com/hcarty/ocaml-pytoy

Playing with OCaml + pyml
https://github.com/hcarty/ocaml-pytoy

Last synced: 5 months ago
JSON representation

Playing with OCaml + pyml

Awesome Lists containing this project

README

          

# Playing with OCaml loading Python dynamically

This toy project requires a relatively recent version of Python and well as
`dune` and `pyml` which can be installed via opam.
```
$ opam install dune pyml
```

Then the example can be run with dune.
```
$ dune exec ./pytoy.exe
Hey there, how about some APPLES?
None
I print out a different message
None
Oh cool, toy.setme is now {'APPLES': 'Set by a.py'}
None
```