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
- Host: GitHub
- URL: https://github.com/xoolive/cython-ocaml
- Owner: xoolive
- Created: 2014-09-08T13:30:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T21:55:58.000Z (about 8 years ago)
- Last Synced: 2025-01-22T00:49:36.096Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)