[erlang-questions] Why do "interface to language X" projects all seem to die out?

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Wed Aug 31 20:25:01 CEST 2016


On Wed, Aug 31, 2016 at 5:36 PM, Tuncer Ayaz <tuncer.ayaz@REDACTED> wrote:

> https://github.com/jlouis/erlangnode (alive; not sure how complete)
>

Reasonably complete. All the ground types work and have been tested, but
some of the more esoteric values (Ref's) have not been checked a lot and if
you send them roundtrip they might be garbled.

Another bug I know is that there is no way to send a message larger than
the inbound buffer (256kilobytes currently). In principle, the code should
expand the buffer itself, but there is a bug which makes this not work. I
have not yet investigated.


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160831/234c6a26/attachment.htm>


More information about the erlang-questions mailing list