[ prog / sol / mona ]

prog


The R7RS-large Thread

21 2021-04-03 19:22

>>16
Darkart, a library for chez, might be relevant if you're still looking to use numpy. https://github.com/guenchi/Darkart

A binary interface let Chez Scheme use Python, Lua, Ruby etc's library
This project is inspired by the Julia language. The FFI interface provided by Chez is used to embed the interpreter or JIT compiler of other languages into the Scheme program (CPython, Luajit etc) or to link the compiled object code with the C binary interface. (OCaml, Golang etc).

28


VIP:

do not edit these