Talk
28:00
Let's write a Toy Language from Scratch in Elixir
Without libraries, we’ll see how we can leverage Elixir specificities to easily tokenize, parse, print and interpret a toy language with a few recognizable features (variables, primitive types, closures).