|
|
|
|
|
by seliopou
3505 days ago
|
|
For nearly half a decade, you have been able to compile OCaml[0] to JavaScript with js_of_ocaml[1]. For a comparison of writing native bindings for both Elm and OCaml (and some TodoMVC code that uses them), check out elm-d3[2], and ocaml-d3[3]. elm-d3 predates the virtual-dom library and was therefore the first Elm library to provide a direct interface to HTML. It also predates the removal of signals in 0.18, so it needs to be ported. Been having some difficulty with that. I've had the native code blessing to publish it for a couple years, but never have. [0]: http://ocaml.org/ [1]: http://ocsigen.org/js_of_ocaml/ [2]: https://github.com/seliopou/elm-d3 [3]: https://github.com/seliopou/ocaml-d3 |
|