AstonJ

AstonJ

Two reasons for this thread:

  1. Am genuinely interested in hearing what everyone loves about the language
  2. Perhaps we can use quotes from this thread in future marketing initiatives :003:

Feel free to use separate paragraphs for different things (might make it easier for different projects to use your quotes that way).

So, please tell us, what do YOU love about Elixir? :049:

First 10 of 25 Posts Switch mode

OvermindDL1

OvermindDL1

  1. Macros are significantly better than Erlang’s version (OhGodErlangASTHell).
  2. It runs on the BEAM.
  3. It fully inter-operates with Erlang

Perhaps we should have a thread of things in Elixir we want to see changed? ^.^

gregvaughn

gregvaughn

The big picture things I love:

  1. a sane concurrency model
  2. veteran libraries giving higher-level concurrency abstractions
  3. fault tolerance

The smaller, localized things I love:

  1. pattern matching
  2. immutability
  3. “acceptable lisp” macro system
sotojuan

sotojuan

A lot of the reasons I love it are really just what I love about Erlang.

The Elixir-specific reasons (aside from macros) are that it’s just a well designed language: Almost everything you need from a standard library is there and implemented right. The developer tools are great andthe non-Erlang abstractions and syntaxes are right.

It’s a language you can tell was done right and with care.

PragTob

PragTob

In the grand scheme of things:

  1. Great and nice commmunity that tries new things and can create new paradigms
  2. Parallelism from the ground up baked into everything and all of that with Actors :heart:
  3. Explicit over implicit (after being burned a bit in Ruby/Rails with quite some of the implicitness)
  4. A nice gateway into functional programming and OTP/reliability/distributed systems
  5. High level of trust into Jose and his views and experience about web programming

More focussed specifically on the language:

  1. Pattern matching, single feature I’d love to have in Ruby and other languages and that I accidentally code my ruby code with and then realize I don’t have the feature :frowning:
  2. Doctesting build in. I just LOVE this for coding and documentation, doesn’t get enough love imo
  3. Cool macro system as imo runtime meta programming isn’t needed so at compile time with a good system is great
  4. Nice standard library/familiar from ruby
AstonJ

AstonJ OP

Some great points already posted :023:

Just want to quickly comment on this..

Very glad you mentioned that! Totally blown away by how easy it is to test in Elixir!

I think we definitely need to scream from the roof-tops about this - I can’t see anyone not loving this aspect of Elixir :003:

yurko

yurko

big fat ones

  • pattern matching
  • pipes
  • Erlang VM with all its goodies and OTP

further niceties in no particular order

  • standard library has a lot to offer and the docs are nice
  • tools are good out of the box - project and package management, testing, doctests, Erlang’s observer
  • community is very active and friendly
  • there is Phoenix around
  • less code to write
  • macros are a nice to have, even when I try not to use them unless I really need to :slight_smile:
NobbZ

NobbZ

I really love the fact, that documentation is considered “first class” and available at runtime.

And since @AstonJ asked for a slogan… “Once you got it, it gets you”[1]

[1] Explanation: After I got at least some concepts in OTP I have problems to think in the more classical stuff. A project where I realized this was written in go. After about a week I took a step back and have seen things that try to act as Supervisors or GenServers, but still very crumpy…

christopheradams

christopheradams

What I love most about Elixir I also love about Erlang/OTP.

On top of that we get an improved core library, easy-to-navigate documentation, and best of all a standard build tool, package manager, and testing library. This, combined with OTP conventions, makes it easy to dive into any Elixir project to learn/use/share/modify.

In addition, I’ve found the Elixir core team to be very friendly, accessible, and responsive to feedback.

minhajuddin

minhajuddin

  1. Pattern matching, I love this a lot.
  2. All the features of erlang, I love how easy it is to use erlang and all its features.
  3. Love phoenix.
  4. Love the idea of being explicit, I think as programmers mature, they really don’t want surprises :slight_smile:
  5. Macros! I love them to death.
andre1sk

andre1sk

BEAM/OTP
Interop with Erlang
friendly community
pattern matching
pipes
fast pace of progress

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 91898 914
New
AstonJ
The obligatory hello world thread! Who are you and where are you from? :stuck_out_tongue:
4616 55835 594
New
byu
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project. My initial shotgu...
New
arcanemachine
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
alexslade
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog It says that Fly is going all-in on sprites, which is a worry ...
New
Herve37
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using. We’re particularly inte...
New
matt-savvy
Is there a word for the ~> symbol used in Version strings? Do you also just call it a Squiggle Arrow™ ?!
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement