lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.
Apache License 2.0
123 stars 11 forks source link

Check Erlang, Gleam, Inko and Pony for actor and runtime design #10

Open unbalancedparentheses opened 8 months ago

unbalancedparentheses commented 8 months ago

Gleam is a compiled to BEAM programming language with Rust like syntax. We should copy some of the ideas of how they implemented their own OTP solution.

unbalancedparentheses commented 8 months ago

We need to check heterogenous selects of Tokio https://sunshowers.io/posts/nextest-and-tokio/#what-are-heterogenous-selects

unbalancedparentheses commented 8 months ago

Check https://inko-lang.org/. It has some interesting ideas related to Pony