Y
Hacker News
new
|
ask
|
show
|
jobs
by
millstone
3584 days ago
This looks really cool. How does the integration with external JavaScript libraries work? Could I use this with something like Three.js?
1 comments
hongbo_zhang
3584 days ago
Definitely, almost half the time is spent in polishing the FFI. Check out the FFI section in the Manual. OCaml's type system is so powerful, that it can model most js libraries without writing JS stubs code
link