caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Translating C++ tree into OCaml ADT
@ 2017-10-04 11:00 Christoph Höger
  0 siblings, 0 replies; only message in thread
From: Christoph Höger @ 2017-10-04 11:00 UTC (permalink / raw)
  To: OCaml Mailing List

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Dear OCaml users,

I need to translate a C++ tree structure into its OCaml equivalent in a
safe and efficient way.

I wrote up the details at stackoverflow:

https://stackoverflow.com/questions/46562400/how-to-safely-translate-tree-data-structures-between-c-ocaml

Forgive me, if that kind of cross-referencing is frowned upon ;), I wanted
to cover as large an audience as possible.

The gist is that I do not want to use some intermediate serialization
format but rather traverse and construct in one pass and how to do that
with OCaml's GC in between.

Any comments are very much appreciated.

Christoph

[-- Attachment #2: Type: text/html, Size: 883 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-04 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 11:00 [Caml-list] Translating C++ tree into OCaml ADT Christoph Höger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).