I'm finding error messages and warnings emitted by Julia quite opaque,
making development difficult. For instance, I tried translating a function
from Matlab code by copy-pasting and changing a few things here and there,
but Julia tells me things such as "ERROR: arrays could not be broadcast to
a common size" or "ERROR: syntax: unexpected ,", usually without any line
number as a clue. When it does give a line number, it corresponds to the
function declaration and that doesn't help. Are there any plans to improve
the error reporting?