Julia vs. D?

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Tue May 6 14:00:17 PDT 2014


Paulo Pinto:

> They can be re-assigned (http://forio.com/julia/repl/):
>
> julia> x = "Hello"
> "Hello"
> julia> x = 5
> 5
> julia>

I think the JIT compiler splits those two in two different 
variables :-)


> The language is dynamic,

The language tries its best to be flexible as a dynamic language. 
But variables never carry a run-time type tag, unlike in Lisp.

Bye,
bearophile


More information about the Digitalmars-d mailing list