InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Elixir Alternatives
Similar projects and alternatives to Elixir
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
scala
Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
-
-
-
-
elixir-ls
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Elixir discussion
Elixir reviews and mentions
-
Contributing to Elixir Documentation: A Step-by-Step Guide
# Add the original repository as 'upstream' git remote add upstream https://github.com/elixir-lang/elixir.git # Verify the remotes are correctly configured git remote -v # Should show: # origin https://github.com/your-username/elixir.git (fetch) # origin https://github.com/your-username/elixir.git (push) # upstream https://github.com/elixir-lang/elixir.git (fetch) # upstream https://github.com/elixir-lang/elixir.git (push)
-
Exploring elixir processes using merge sort
Elixir runs on the Erlang VM, known for creating low latency, distributed, and fault-tolerant systems. Elixir Docs
-
Building a Simple REST API with Elixir
This guide will walk you through creating a basic REST API using Elixir and Phoenix Framework with thorough comments explaining each piece of code.
-
An overview of Elixir from C# developer
Recently, I discovered a programming language called Elixir. Elixir is described as a dynamic, functional language for building scalable and maintainable applications.
-
Creation of a job processing library using Elixir and Redis
Elixir
-
ABEND dump #15
The first time I saw and used something similar was using doctests in Elixir 3 years ago, but cram tests are much more versatile. In dune, you can use whichever executable binary. You can make your documentation executable. How cool is that!?
-
Haskell: A Great Procedural Language
I was wrong about this. Case is a macro (a special-cased macro even, defined at https://github.com/elixir-lang/elixir/blob/4def31f8abea5fba4...), not a function. It works with pipes because in the AST it's a call, unlike in Haskell where case is its own thing.
-
How to use queue data structure in programming
Knowing this information, we can start writing our implementation of this data structure. The easiest way to implement this will be through another data structure, an array. To implement this, I will use Elixir, a dynamic, functional programming language that has absorbed the best programming patterns, and I like it a lot.
- Elixir 1.18 Is Here: What's New in the Latest Release
- Elixir 1.18.0.rc0: Type system improvements
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 May 2025
Stats
elixir-lang/elixir is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Elixir is Elixir.