-
Updated
Oct 3, 2020 - Elixir
#
Elixir
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
Here are 6,242 public repositories matching this topic...
Peace of mind from prototype to production
An extensive list of cool open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
ruby
python
rust
open-source
list
clojure
haskell
awesome
typescript
erlang
elixir
scala
lisp
lua
emacs-lisp
ocaml
projects
dev
-
Updated
Oct 1, 2020 - TypeScript
python
git
api
translations
design
experiment
distributed-systems
erlang
elixir
reactive
lisp
translation
concurrency
consensus
chinese-translation
simplified-chinese
design-thinking
paxos
api-design
design-principle
-
Updated
Jul 12, 2020
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
-
Updated
Oct 3, 2020 - Elixir
A community driven style guide for Elixir
-
Updated
Aug 19, 2020 - Elixir
Simple and privacy-friendly alternative to Google Analytics
-
Updated
Oct 2, 2020 - Elixir
Elixir Authentication
-
Updated
Sep 10, 2020 - Elixir
Simplify deployments in Elixir with OTP releases!
-
Updated
Sep 22, 2020 - Elixir
Premier destination to learn and master the Elixir programming language
-
Updated
Oct 3, 2020 - SCSS
Yet Another HTTP client for Elixir powered by hackney
-
Updated
Sep 14, 2020 - Elixir
An incredibly fast, pure Elixir JSON library
-
Updated
Feb 21, 2020 - Elixir
Testable, composable, and adapter based Elixir email library for devs that love piping.
-
Updated
Oct 1, 2020 - Elixir
Create test data for Elixir applications
-
Updated
Sep 17, 2020 - Elixir
bryanjos
commented
Jun 29, 2017
Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here
For anyone looking to implement a function the steps would be to:
- Pick a function or functions from
Open
Fix Lints
6
A list of companies currently using Elixir in production.
elixir
phoenix
jobs
elixir-programming-language
elixir-lang
company-profile
phoenix-framework
joblist
-
Updated
Sep 12, 2020 - Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
java
editor
elixir
jetbrains
ide
intellij-plugin
mix
webstorm
editor-plugin
rubymine
pycharm
appcode
clion
datagrip-ide
androidstudio
elixir-plugin
elixir-mix
gogland
-
Updated
Sep 25, 2020 - Java
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
-
Updated
Oct 2, 2020 - Elixir
Open
Finch adapter
4
teamon
commented
May 18, 2020
A tiny adapter for https://github.com/keathley/finch - a HTTP client with built-in pooling.
Instead of building own mint+pooling adapter we could nicely integrate with Finch.
Something like this:
defmodule Tesla.Adapter.Finch do
@behaviour Tesla.Adapter
def call(env, opts) do
opts = Tesla.Adapter.opts(env, opts)
case Finch.request(name, env.method, env.url,
1
Open
Streaming Response
1
An Elixir Authentication System for Plug-based Web Applications
-
Updated
Aug 23, 2020 - Elixir
Created by José Valim
Released September 8, 2014
- Organization
- elixir-lang
- Website
- elixir-lang.org
- Wikipedia
- Wikipedia

Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand:I would assume
<command>is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY