[erlang-questions] Erlang & .NET

Ulf Wiger ulf@REDACTED
Sat Sep 27 22:06:54 CEST 2008


You could stay within the FP fold and port the OCaml
Erlang term-to-caml type implementation in ErlOcaml
to F#.  (:

http://code.google.com/p/erlocaml/source/browse/trunk/lib/ocamerl/ocamerl/eterm.ml

I have no intuition for whether or not this is a good idea...

BR,
Ulf W


2008/9/27 Serge Aleynikov <saleyn@REDACTED>:
> In a recent need to have a rich UI client for some of my UNIX processes,
> this week I was playing with the otp.net contribution (from jungerl)
> that implements an Erlang node in .NET.  Given limited experience with
> .NET I was quite impressed with how easy it was to get a node running in
> .NET that exchanges terms with the Erlang VM.  After making some
> improvements to otp.net I ran into a need to be able to have a shell in
> the UI to execute ad-hoc commands on a distributed node running
> elsewhere.  I understand that this can be accomplished by passing a
> string to be evaluated to the Erlang node that would do the parsing and
> execution, but I'd rather have the parser on the C# side.
>
> This brings the question of whether anyone has an open-source
> implementation of the Erlang term parser in .NET.
>
> Serge
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list