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

https://github.com/xoolive/cython-ocaml

Some snippets for OCaml and Python/Cython
https://github.com/xoolive/cython-ocaml

Last synced: over 1 year ago
JSON representation

Some snippets for OCaml and Python/Cython

Awesome Lists containing this project

README

          

## Some snippets for OCaml and Python/Cython

1. [`cythonize-ml`](cythonize-ml) is a snippet for wrapping OCaml functions
into Python via Cython

2. [`void-star`](void-star) is a snippet for delegating to C/C++ the evaluation
of a function on a set of attributes, both written in another language (resp.
Python and OCaml)