I decided to draw some Julia sets for my first little project in Julia: https://github.com/fadend/JuliaSetCycle
Example output:
I’m pretty happy with that, at least for a start.
One thing that has surprised me is the focus on running things via the REPL, which on second thought reminds me of R. See, e.g., How do I create a binary from .jl files?; a useful thing I learned about from that is PackageCompiler.jl, which does give you the capability of creating self-contained runnable things.
I’m excited to learn more. If you have a favorite learning resource for Julia, I’d love to hear about it.
Leave a Reply