On Thu, Apr 30, 2015 at 12:15 AM, MA Laforge <[email protected]> wrote:
> Stefan, > > I am sorry, but my experience leads me to disagree with your statement > that Julia is unable to dispatch a function dynamically (@ runtime). > I didn't say this – all function calls are dispatched dynamically. > ...So your statement confuses me a little... > That's probably because you missed the statement right before that code where I said "assuming hypothetical code with function merging" – in other words that example is not how things work currently, but how it has been proposed that they could work – a behavior which I'm arguing against. If you run that code on 0.3 it will always call Bar.f; if you run it in 0.4-dev, it will give an error (as I believe it should).
