DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Elixir

1. Elixir Robert Brown @robby_brown @robert_brown @rob-brown 2. What is Elixir? A Ruby-inspired language built on the Erlang Virtual Machine Extends Erlang with macros, pipelines,…

Technology Elixir for rubysts

1. elixir for Rubyists 2. The lovechild of ruby & erlang+= 3. What’s similar 4. Syntax defmodule Underscore.Enum do! ! def pull(list, other) do! ! ! Enum.reject(list,…