hhugo
hhugo
What is the toplevel printer story ? By completion, you mean completion in the ocaml top loop ?
Thanks for the clarification
I'm using jsonm because it's used in a "general" libraries (e.g. https://opam.ocaml.org/packages/data-encoding/)
> I may be a bit grumpy right now, but honestly I'm not super fond of starting to add kludges to support js_of_ocaml in my libraries (especially for a JSON...
Isn't this incompatible with punning ?
@TheSpyder, how much does it save after gzip ?
Are you aware that deriving and deriving_yojson exist for camlp4 (I don't know how much camp4 and camlp5 differ though)
What I had in mind was to not touch the ml files at all and generate the Js stubs automatically (like it's done for c). All this would be easier...
I'm not sure. I don't want to provide an "identical" API, I want the current API to just work with jsoo. The generated jsoo stubs would indeed implement the calling...
No. I want to use ctypes and compile it with jsoo. I want to use the ocaml code as it is now.