Dinosaur Dance
  • About
  • Blog
Dinosaur Dance

ProgrammingElixirBook


Programming Elixir Chapter 8 and 9 Notes

Maps, Keyword Lists, etc. and Types

 Posted on January 11, 2023  |  1 minutes

Chapter 8 is a dense chapter on an extremely useful set of features. Will become a reference chapter when starting to build Elixir projects as I’m very used to using maps, structs, etc.

Chapter 9 is a quick aside on types.

Neither chapter has exercises.

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook 

Programming Elixir Chapter 7 Notes

Lists and Recursions

 Posted on January 10, 2023  |  2 minutes

Making the best of recursion.

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook  Python 

Programming Elixir Chapter 6 Notes

Modules and Named Functions

 Posted on January 9, 2023  |  2 minutes

It takes awhile to get used to not seeing function return statements. Drives home the point that everything is an evaluation.

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook 

Programming Elixir Chapter 5 Notes

Anonymous Functions

 Posted on January 5, 2023  |  2 minutes

Unlike Python lambda functions, Elixir anonymous functions can be arbitrarily complex (though I guess there is a limit to what is practicable from a maintainability point of view).

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook  Python 

Programming Elixir Ch 1-4 Notes

 Posted on January 2, 2023  |  2 minutes

I’m used to skimming technical books. The decision to make notes and document my learning experience is causing me to slow down and spend more time with what I’m reading.

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook  Python  Forth 

It's All About the Memory

 Posted on January 2, 2023  |  1 minutes

One minute into the Programming Elixir book’s foreward and the focus is unlike any other programming book I’ve read.

[Read More]
LearningElixir  Elixir  ProgrammingElixirBook  Erlang 
  • ← Newer Posts

     • © 2024  •  Dinosaur Dance

    Hugo v0.133.1 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll