gleam
hamler
gleam | hamler | |
---|---|---|
117 | 3 | |
18,583 | 1,027 | |
2.1% | 0.0% | |
9.9 | 0.0 | |
about 12 hours ago | almost 3 years ago | |
Rust | Erlang | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
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.
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/
hamler
-
Functional Programming in Elixir with Witchcraft
Alternatively, you can explore typed BEAM by trying languages like Gleam or Hamler.
- Has China created any programming language that is in use worldwide today?
-
Gleam 0.15 – Type-safe language for the Erlang VM
> I can admit I am no BEAM expert and it seems my thought offended the experts
Who knows? I didn't find the musing particularly off putting.
As Alpaca is apparently dead there's also LFE[1] and Hamler[2]. Most devs in the space stick to either Elixir or Erlang so ymmv.
[1] https://github.com/lfe/lfe
[2] https://github.com/hamler-lang/hamler
What are some alternatives?
are-we-fast-yet - Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
purerl - Erlang backend for the PureScript compiler
Rustler - Safe Rust bridge for creating Erlang NIF functions
otp - 📫 Fault tolerant multicore programs with actors
web3.js - Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
algae - Bootstrapped algebraic data types for Elixir
nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir
plug - 🔌 A Gleam HTTP service adapter for the Plug web application interface
ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language
alpaca - Functional programming inspired by ML for the Erlang VM
lfe - Lisp Flavoured Erlang (LFE)