Results 508 comments of hhugo

Indeed, the ocaml weak reference semantic cannot be implemented using weak map / weak set

One could try to port new js feature implemented in https://github.com/returntocorp/pfff/blob/develop/lang_js/parsing/parser_js.mly

People should feel free to comment here and mention useful external libraries to document

> alternative to yojson that produces smaller You mean alternative to https://github.com/ocaml-ppx/ppx_deriving_yojson, https://github.com/janestreet/ppx_yojson_conv and https://github.com/janestreet/ppx_jsonaf_conv

Thanks for taking the time to write all this. I want to clarify one aspect for people reading this RFC > the full runtime is compiled, even if only a...

There are two ways to compile with jsoo: Separate compilation (probably what you used), it is the default when using dune. libraries and modules are compiled individually to javascript and...

The `Js` module uses`Printexc` that in turn `Printf`. Here is the sizes of stdlib modules compiled to js. Note that jsoo does deadcode elimination and that using a module doesn't...

related to https://github.com/ocsigen/js_of_ocaml/issues/551

The bucklescript you're using is compiled with js_of_ocaml. It's likely that they interfere badly with each other. I'm not sure I understand you last statement ? You seem to imply...