Describe Elixir in one sentence

Was thinking about this the other day - how would you describe Elixir in a single sentence? :upside_down_face:

2 Likes

Here are a couple that spring to mind
(and that I probably heard in a talk or on the forum at some point)…

  • Elixir - the power of Erlang, the beauty of Ruby

  • Elixir - an accessible Erlang

6 Likes

The boring answer…

Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
https://elixir-lang.org/

9 Likes

Elixir, the new kid in the BEAM :slight_smile:

6 Likes

Elixir: Refreshing.

…I’ll let myself out :innocent:

6 Likes

Elixir - makes your server great again :smiley:

4 Likes

Elixir - concurrency for humans

10 Likes
2 Likes

Erlang with macros and great out of the box tools.

2 Likes

Programming for bad ass mother fers

elixir is not the language we deserved but the language we needed

2 Likes

I wanted a banana but what a got was a bunch of bananas and I realized I could eat them all at once.

5 Likes

You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.

Quote from Joe Armstrong https://www.johndcook.com/blog/2011/07/19/you-wanted-banana/.

fn :banana: -> :gorilla: :banana: end

4 Likes

Elixir - Beauty (Ruby) & the Beast (Erlang)

2 Likes

It’s like Erlang, but uglier :trollface:

5 Likes

Be aware that the original quote was made to describe (and critique) object-oriented programming languages. Most specifically, those that have call-by-reference semantics.
So I don’t think the quote itself is applicable to Elixir. Rather, Elixir is the opposite (since it uses call-by-value semantics).

2 Likes

I was aware of it :innocent:

I added the quote to complete the previous banana post.

1 Like

Ok. “Elixir is bananas”. For the non-native speakers :wink: :

2 Likes

Functional Reliability <- Elixir <- BEAMing functionality

1 Like

BEAM me up, Scotty

5 Likes