Duh!
* If I need to nail down my variable types better (to eliminate type instability and get better performance), what is the recommended way to identify variables or locations in the code where types should be better defined? A pointer to blog posts or documentation is a fine way to answer this question. But I'm wondering if there are "lint"-type tools which identify uncertain types in Julia code?
OK, I just re-read the documentation and found @code_warntype. I will play with that. Sorry for the noise. Stuart
