for anyone following along with this tutorial, the syntax used @7:14 has changed to func = &(&1 + &2)
@Jincheker10 жыл бұрын
The best Elixir introduction by far. I hope Dave could start recording more videos than writing books
@KiffinGish9 жыл бұрын
Never thought learning a new programming language could be so fun.
@Stylii6662 жыл бұрын
Dave, you truly are an excellent teacher. Thank you.
@a0um Жыл бұрын
Nice intro and very very noteworthy language. I would argue that pattern matching doesn’t eliminate “conditional logic”, rather its a different way than “if statements “ to express conditional logic, a more readable way IMO.
@ronierlh10 жыл бұрын
The syntax for sending a message has been changed to: pid = spawn S, :greet, [] send pid , :greetings Also if this still not working you might better check if your process stills alive like this: Process.alive? pid
@hipertracker8 жыл бұрын
The bytecode of the function is for a reason. It is serialized version of the function which can be send across the distributed network. The video was created long ago. Dynamo is dead. The main web framework using Elixir is Phoenix.
@pmarreck11 жыл бұрын
Thanks Dave! Interesting presentation! I got to meet you once upon a time in one of the early PragProg Rails courses. Glad to see you are still on the language cutting-edge!
@jonatasdp11 жыл бұрын
Thank you Dave! Awesome explanation! I'm just dreaming about it. It's a really cool language.
@human4178 жыл бұрын
Pls we crave more of these videoooosss =]
@igbanam11 жыл бұрын
So far, 15:00 minutes in, Elixir is just a cuter Prolog. Nice of them to bring in unification from Prolog
@nwjlions4 жыл бұрын
That is pretty amazing about code reloading. I didn’t know using a the module name caused beam to use the newer version of the module.
@akindurosegun245910 ай бұрын
I am currently reading the book “programming elixir “ did you write that?
@skyline00069 Жыл бұрын
What Mac OS Version is this? This gives me nostalgia. Still great introduction!
@adityanr5654 Жыл бұрын
I believe this is OS X version
@vijayshan200710 жыл бұрын
The syntax for sending messages has changed from pid
@GeoffTidey10 жыл бұрын
Why's this video 'unlisted'? I can't play it on my TV :(
@SimonJakobi11 жыл бұрын
I think I've found it already. It's Monaco, right?
@human4178 жыл бұрын
25:10 you read my mind
@SimonJakobi11 жыл бұрын
What's that font you're using?
@adityanr5654 Жыл бұрын
Older versions of OS X used Monaco as default font in text editors. Modern Mac OS uses Menlo as default in some editors