Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 344 Bytes

README.MD

File metadata and controls

20 lines (15 loc) · 344 Bytes

Haskell + R with Deno FFI (To learn Haskell + R internal)

# Enter nix-shell
$ nix-shell

# building shared library
$ chmod +x ./build-hs-dylib.sh
$ cargo build --release

# Haskell
$ deno run -A --unstable playground/haskell.ts

# R
$ deno run -A --unstable playground/r.ts

# Python
$ pip3 install cffi
$ python3 py_ffi/main.py