ocamerl ... no update :(
Quick news about ocamerl:
Amongst things I'd like to change:
- I changed the build system to ocamlbuild (need ocaml 3.10).
- ... and that's all! can't find time to clean all the mess.
- ocaml can register a hidden erlang node (epmd).
- ocaml node can respond to ping and keep connection up with erlang node (net_kernel process)
- erlang can send (some) terms to named ocaml process
- ocaml can send (some) terms to erlang process if it received the pid in a previous message
Amongst things I'd like to change:
- simplify terms manipulation in ocaml
- add features (most important initial message from ocaml to erlang)
- complete redesign of concurrency (using events or JoCaml maybe!)
- add a minimum of documentation
Post imported from wordpress
Please refer to original post for earlier comments.