Still having a blast learning ODIN. In the last month I have discovered these features
- User Formatters
- How to work with threads
- Channels (Very similar to Go's Channels)
- Debugging using GDB
- Iterators
These features are documented compete with examples inside of ODIN's source code.
The OLS has been a great way to discover features that ODIN has.
I always look for a hobby language that is not related to what I do at work (C#).


