« Return to Thread: ocaml dll in an Erlang runtime

Re: ocaml dll in an Erlang runtime

by Joel Reymont :: Rate this Message:

Reply to Author | View in Thread

My biggest issue with OCaml is building shared libraries.

I tried to build a shared library for use with Ruby once and failed  
miserably.

On Jun 21, 2007, at 10:39 AM, Ulf Wiger (TN/EAB) wrote:

> I'd like to explore the idea of running an Ocaml runtime in Erlang's
> memory space. Both languages are garbage-collected, and Erlang's
> linked-in driver interface allows for "drivers" that use their own
> threads. We could target only the multi-processor variant of Erlang,
> where this sort of cooperation becomes slightly easier.
>
--
http://topdog.cc      - EasyLanguage to C# translator
http://wagerlabs.com  - Blog





_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

 « Return to Thread: ocaml dll in an Erlang runtime