protocol
gleam
protocol | gleam | |
---|---|---|
1 | 117 | |
23 | 18,583 | |
- | 2.4% | |
3.4 | 9.9 | |
9 months ago | 7 days ago | |
JavaScript | Rust | |
MIT License | Apache License 2.0 |
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.
protocol
-
There are a *lot* of actor framework projects on Cargo.
Here is the protocol I implemented in rust: https://github.com/moleculer-framework/protocol
gleam
-
Introduction to Gleam Programming Language
Gleam GitHub Repository
-
Building Your First Gleam Application: A Weather CLI Tool
Official Gleam Documentation
-
Ask HN: Isn't there a lightweight and popular Rust?
- https://without.boats/blog/revisiting-a-smaller-rust/
It's also niche, but https://gleam.run/ might be a candidate alternate language, depending on your use-case.
- Gleam 1.6.0 Is Released
-
Everything Is Just Functions: Mind-Blowing Insights from SICP and David Beazley
Not the other commenter, but my team has been using Elixir in production (soft real-time distributed systems) for several years to great success. The approachable syntax has been great for folks new to the language coming on board and sort of, not realising they’re “doing FP”.
Generally I’d say Elixir’s lack of “hard” static typing is more than made up for what you get from the BEAM VM, OTP, its concurrency model, supervisors etc.
That said if you’re interested in leveraging the platform whilst also programming with types I’d recommend checking out Gleam (https://gleam.run), which I believe uses an HM type system.
-
Concurrency & Fault-tolerant In Distributed Systems
The BEAM runtime demonstrates the power of building concurrency and fault tolerance into the core runtime. While other languages can approximate these capabilities through frameworks, the elegance and robustness of having it built into the runtime remains compelling. I believe that’s why Gleam decided to use the BEAM when it was being built.
-
Top FP technologies
Gleam
-
👉 What is gleam language used for ❓
Gleam as it says in their website is a friendly language for building type-safe systems that scale!.
-
What Language Should I Choose?
One language that really gave me that feeling was Gleam, it managed to wrap everything I liked about languages such as JS, Rust and even Java into one brilliant type-safe package. Not for a long time before I met Gleam had I wanted to try creating so many different things just to get to the bottom of how this language ticked, as it were.
-
Gleam Is Pragmatic
The two are pretty similar, but I would give F# the nod on this one example because it doesn't actually have to create a list of 200,000 elements.
[0]: https://gleam.run/
What are some alternatives?
spxp-specs - Protocol Specifications
are-we-fast-yet - Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
uppercut - Small and simple actor model implementation.
Rustler - Safe Rust bridge for creating Erlang NIF functions
ponyarchive - A wrapper for libarchive for Pony
nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir
moleculer-rs - 🚀 Progressive microservices framework for Rust, based on and compatible with moleculerjs/moleculer
ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language
Akka - A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
hamler - Haskell-style functional programming language running on Erlang VM.
otp - 📫 Fault tolerant multicore programs with actors