defmodule M do def ones(), do: [1 | &M.ones/0] end
[_ | t] = M.ones()
t.()
Hands On: The Smallest Batch
the_smallest_batch.livemd
2024-6-2
Mail Aggregator System
mail_aggregator.livemd
2024-11-8
FRED
fred.livemd
2023-7-31
Polymorphism
deprecated_polymorphism.livemd
2023-3-21
Understanding Text
UnderstandingText.livemd
2024-9-22
Blog: Custom Feature
blog_custom_feature.livemd
2023-5-31
Day 14
day14.livemd
2022-12-15