Hey, I am new to Julia, and after perusing the manual, I can more or less make Julia do what I want, but my resulting code is ugly and bog standard imperative code, just with a different syntax, and a sprinkling of multi methods. Which is fine for now, but ..
Can someone recommend examples of idiomatic Julia code I could read (and hopefully improve my Julia code chops)? Eg: The Arc interpreter is a good source of idiomatic Racket for e.g, or the Clojure stdlib, or XMonad core for Haskell. TLDR: Looking for examples of elegant, idiomatic Julia code. Thanks in advance, Ravi
