I was wondering if anyone know of a tool that can assist the interaction with the type system? I am fairly new to Julia although I have a lot of experience with other languages. Something that really prevents me from being as productive as I would like is that the type system and I really don’t get along that well right now.
Don’t get me wrong, I love the idea of Julia’s type system and I believe that when I get more familiar with it, it will be of great assistance. As for now, however, this is really slowing me down and I think that a reason for that is that you don’t get the errors until you run your program. What I’m looking for is something like a Juno feature that, whenever I write the code, would give me errors right away in the editor. Maybe it could also be so smart as to give me some helpful suggestions to how to fix the error before it even occurs.
Does anyone know of such a tool?