gleam
nx
gleam | nx | |
---|---|---|
119 | 38 | |
18,632 | 2,694 | |
2.4% | 1.2% | |
9.9 | 9.0 | |
about 7 hours ago | 2 days ago | |
Rust | Elixir | |
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.
gleam
-
My Impressions of Gleam
Wow. I invite everyone to go actually read the Gleam’s homepage: https://gleam.run/
After reading the discussion here, with our poor community being “blinded by pathetic posturing” and such, I was expecting some kind of political polemic plastered over everything.
Here’s the sum total of everything that could be considered political from the page:
Friendly
As a community, we want to be friendly too. People from around the world, of all backgrounds, genders, and experience levels are welcome and respected equally. See our community code of conduct for more.
Black lives matter. Trans rights are human rights. No nazi bullsh*t.
Which part of that can you possibly find objectionable? It seems the mere mention of anything political is seen as a transgression somehow. Like, Can’t we just go back to pretending we’re entirely apolitical, while the technologies we build reshape the political landscape of the entire planet?
-
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.
nx
-
Ask HN: What Are You Working On? (October 2024)
https://github.com/elixir-nx/nx
As a side-project, I've been diving back into hardware. Fixed/modded a crappy guitar amplifier I had into a great amp, and the next project in line will be a new version of a digital synth I designed a fey years back
-
Ruby in Jupyter Notebook
Definitely look into Livebook and Elixir, and the whole ecosystem around it, including:
- https://github.com/elixir-nx/axon Nx-powered Neural Networks
- https://github.com/elixir-nx/nx Multi-dimensional arrays (tensors) and numerical definitions for Elixir
- https://github.com/elixir-nx/scholar Traditional machine learning on top of Nx
- https://github.com/elixir-nx/bumblebee Pre-trained Neural Network models in Axon (+ Models integration)
- https://github.com/elixir-explorer/explorer Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
- https://fly.io/blog/rethinking-serverless-with-flame/ (for offloading large work to remote containers)
- https://www.youtube.com/watch?v=RABXu7zqnT0 InstructorEx
And of course Livebook (https://livebook.dev)
-
Unpacking Elixir: Concurrency
Does nx not work for you? https://github.com/elixir-nx/nx/tree/main/nx#readme
-
A LiveView Is a Process
It is historically not great at number computing. This is being addressed by a relatively new project called Nx. https://github.com/elixir-nx/nx
It is not the right choice for CPU intensive tasks like graphics, HFT, etc. Some companies have used Rust to write native extensions for those kinds of problems. https://discord.com/blog/using-rust-to-scale-elixir-for-11-m...
- How does Elixir stack up to Julia in the future of writing machine-learning software?
- Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R
- Elixir and Rust is a good mix
-
Distributed² Machine Learning Notebooks with Elixir and Livebook
(including docs and tests!): https://github.com/elixir-nx/nx/pull/1090
I'll be glad to answer questions about Nx or anything from Livebook's launch week!
-
Why Python keeps growing, explained
I think that experiment is taking shape with Elixir:
https://github.com/elixir-nx/nx
-
Does Nx use a Metal in the Backend ?
However the issue here at Nx https://github.com/elixir-nx/nx/issues/490 is already closed.
What are some alternatives?
are-we-fast-yet - Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
axon - Nx-powered Neural Networks
Rustler - Safe Rust bridge for creating Erlang NIF functions
dplyr - dplyr: A grammar of data manipulation
ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language
Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications
hamler - Haskell-style functional programming language running on Erlang VM.
clojerl - Clojure for the Erlang VM (unofficial)
otp - 📫 Fault tolerant multicore programs with actors
fib - Performance Benchmark of top Github languages
borgo - Borgo is a statically typed language that compiles to Go.
meander - Tools for transparent data transformation