Advent of Reflection
This is an unpublished post. It's likely (more) full of spelling mistakes and errors. It may also end abruptly without a conclusion.
Things I’ve missed
- pattern matching / argument unpacking
Things I like
- Function overloading based on type.
- the speed
- After a little work that code reads in an expressive manner.
- The fast feedback cycle. The compiler was generally good at pointing out mistakes.
- Nice standard library.