awesome-ocaml VS erlang-port-with-python

Compare awesome-ocaml vs erlang-port-with-python and see what are their differences.

awesome-ocaml

A curated collection of awesome OCaml tools, frameworks, libraries and articles. (by ocaml-community)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awesome-ocaml erlang-port-with-python
2 1
2,694 0
1.4% -
6.5 10.0
27 days ago almost 7 years ago
Python
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-ocaml

Posts with mentions or reviews of awesome-ocaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-05.

erlang-port-with-python

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/

What are some alternatives?

When comparing awesome-ocaml and erlang-port-with-python you can also consider the following projects:

book - V2 of Real World OCaml

pyml - OCaml bindings for Python

libpython-clj - Python bindings for Clojure

awesome-falsehood - 😱 Falsehoods Programmers Believe in

PyCall.jl - Package to call Python functions from the Julia language