Hi, Looking at code snippets from others I sometimes realize that my usage of Julia is not idiomatic. I learn a lot from code by others, and I am wondering if there is a way to approach this more systematically.
In particular, it would be great to get recommendations on which libraries one should could to learn good, idiomatic coding style in Julia. Ideally, the library 1. should be a native julia implementation, not an interface to a C/... library, 2. written for Julia explicitly, not a translation from Matlab etc, 3. should not be a lot of LOC, so that one can understand its details in reasonable time. Documentation and interesting macro examples are extras. Best, Tamas
