erlang-port-with-python

By fujimisakari

Erlang-port-with-python Alternatives

Similar projects and alternatives to erlang-port-with-python

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better erlang-port-with-python alternative or higher similarity.

erlang-port-with-python reviews and mentions

Posts with mentions or reviews of erlang-port-with-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-07.
  • OCaml is getting multicore support in the next major version (v5)
    6 projects | news.ycombinator.com | 7 Oct 2021
    I think Elixir would be interesting for your usecase.

    It's a dynamic, garbage collected language. It's easy to pick up and get going with. As a functional programming language there isn't a lot to learn in the way of language constructs, and you don't even have to do the 'wrestling with the type system' thing that you have to do in compiled functional languages like OCaml.

    Its processing 'horsepower' is probably comparable to Python, but it's much better for building low latency things if you want to run something in a bit more of a production use case. This is also improving due to the recent addition of a JIT.

    The addition of NX is making Elixir an increasingly interesting place to do ML - write Elixir, have it run on GPU etc. See https://dashbit.co/blog/nx-numerical-elixir-is-now-publicly-...

    Python integration is probably best done using the Erlang 'port' system - running Python as a managed process and communicating with it using messages over stdin/stdout. I use it for C interop and it works well (and fits well with the Elixir/Erlang process model). It's not difficult to roll your own in Python e.g. https://github.com/fujimisakari/erlang-port-with-python/blob... or look at something like http://erlport.org/

Stats

Basic erlang-port-with-python repo stats
1
0
10.0
almost 7 years ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com