@alexeycherkashin6251

My favorite part about Elixir is that as soon as you document your code with comments and examples of how to use it, examples become automation tests magically. No more "outdated comments" problem - CI shows them as failed tests! This is a brilliant solution!! For sure you have a pretty formatted documentation website generated with just one CLI command. And I don't even mention method overloading, guard clauses, awesomeness of pattern matching, etc.

@ericg3065

There's so much more awesomeness in Elixir 100 seconds doesn't do it justice. 
So many layers of Elixir / Erlang deserve their own 100 second videos.

- Elixir in 100 seconds
- Processes in 100 seconds
- OTP in 100 seconds
- Beam in 100 seconds
- ETS in 100 seconds
- Phoenix in 100 seconds
- Liveview in 100 seconds

@unfilturd

Worth mentioning — Elixir's support for documentation as a first-class citizen.

@Ytmgc-zp5ly

Didn't know anything about Elixir until now but seems like a really cool language!
Would love to see 100 seconds videos on F#, Scala and Clojure in the future

@shadowknight1994

This is the only coding channel that I have to slow down vs speed up and I love it 😂

@guilhermebalog

As brazilian developer, it's very inspiring to see Elixir in this level of popularity.

Your videos are awesome!

@benjaminsanglitan7927

Elixir's standard library, especially the OTP ones, is so expansive that I often don't need to rely on third party libs. A really powerful and elegant language.

@Nezteb

Elixir is easily my favorite programming language and I’ve been asking for a Fireship video on it for years; I’m so happy to see this! 😄

@prophetjamz94

The pipe syntax in elixir is one of the most satisfying ways to program

@krztsztofdziub8463

1:39 just a note that when atoms are used as map keys the syntax can be simplified to: map = %{a: 1, b: 2}

@connect.tehseen

Love the way you used to greet your mom. It was so sad news when I heard about her from your post. My deepest condolences.

@angelicking2890

I have a Elixir coding test for a job , I am surprised by how quick you explained the concepts succinctly and concisely that it made Elixir look a lot less intimidating

@ElGnomistico

Just for public knowledge, the name José in Portuguese is pronounced very similarly to Joseph, just without the "-f" sound at the end, and not like "Hosé" as it is pronounced in Spanish. Most Portuguese phonemes are actually pretty different from its Spanish counterparts.

@IngwiePhoenix_nb

Like the little touch at the end of using the pipe operator for the like and subscribe text ^^ 
Great video! The language is inspired by Ruby but unlike many others. A great piece of language that I think deserves a bit more attention.

@iaaf919

Pretties and most professional language I've seen until now.

@simondoesstuff

A video on functional languages in general would be cool

@oskrm

A longer Elixir video would be cool

@ItsMeChillTyme

I love how so many people start learning programming with OOP languages and then watch how Functional-esque languages work and go, "wait a minute, that's how it should be? that makes so much sense!"

@WolfPhoenix0

Just based on Jeff's video, Elixir looks like an improved version of Ruby with additional features plus bytecode compilation.

Pretty cool to finally see Elixir since I hear about it all the time in job postings.

@dudedude2686

Elixir is truly amazing! I’ve been getting up to speed on it for a work project and I already love it!