Language Bindings for Erlang Again (Opinion)

Yariv Sadan yarivvv@REDACTED
Mon Jun 12 14:29:59 CEST 2006


>
> I think that the Python for the original BitTorrent library is only
> about 6000 lines of code.  Probably a lot of that is dealing with the
> lack of concurrency in Python and how to emulate that with generators.
>


The Python code is single threaded. It uses non-blocking IO. It would
be very interesting to see an Erlang implementation,



More information about the erlang-questions mailing list