2019:notes_on_teaching_elixir
This is an old revision of the document!
Table of Contents
Notes on Teaching and Learning Elixir
Ordering for teaching functions
By Bruce Tate:
- We introduce the concept of a module. Not coding, just the concept.
- Invoking M.f() in a module
- defmodule/def.
- Pipes.
- Anon f.
Preferred method
Method
<html> <blockquote class=“twitter-tweet” data-lang=“en”><p lang=“en” dir=“ltr”>"If you want to teach someone a real skill, teach him how to fail. He will never learn it in school." - <a href=“https://twitter.com/nntaleb?ref_src=twsrc%5Etfw”>@nntaleb</a></p>— Nassim Nicholas Taleb's Wisdom (@TalebWisdom) <a href=“https://twitter.com/TalebWisdom/status/1134230061270405120?ref_src=twsrc%5Etfw”>May 30, 2019</a></blockquote> <script async src=“https://platform.twitter.com/widgets.js” charset=“utf-8”></script> </html>
2019/notes_on_teaching_elixir.1559306680.txt.gz · Last modified: 2020/11/19 11:42 (external edit)