Elixir in 100 Seconds

preview_player
Показать описание
Elixir is a dynamic functional programming language built on top of the Erlang BEAM virtual machine. It is excels at building concurrent fault-tolerant applications at scale.

#programming #compsci #100SecondsOfCode

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- Elixir basics tutorial
- What is a functional programming language?
- Elixir phoenix framework
- Elixir compared to Ruby
- Elixir compared to Haskell
- Concurrency in Elixir
- Which companies use Elixir?
Рекомендации по теме
Комментарии
Автор

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.

alexeycherkashin
Автор

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

SurajThapar
Автор

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

Ytmgc-zply
Автор

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

Your videos are awesome!

guilhermebalog
Автор

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

ericg
Автор

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

shadowknight
Автор

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

krztsztofdziub
Автор

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.

benjaminsanglitan
Автор

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! 😄

Nezteb
Автор

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.

ElGnomistico
Автор

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

prophetjamz
Автор

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.

IngwiePhoenix
Автор

A video on functional languages in general would be cool

simondoesstuff
Автор

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

angelicking
Автор

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

iaaf
Автор

Hell yes. Can we get a BEAM/ ERLANG/ Joe Armstrong redpill video?

quantum_dongle
Автор

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!"

ItsMeChillTyme
Автор

Man, wish you would cover nim, it's a language I picked up a couple months ago, first time I started actually liking static typing

isofruitfruit
Автор

This looks really cool for something I've never heard about before. Bonus point since it's from my country lol

TheEmolano
Автор

Thanks, another language for my resume

icarojose