|
|
|
|
|
by bjourne
2557 days ago
|
|
I've tried both and I don't think they are better than Python. For one, they don't do integer arithmetic correctly by default: julia> 2^64
-9223372036854775808
To me, that is simply not ok. The point of HLLs is that details like sizes of hardware registers shouldn't matter. |
|
Based on your other comments, if you're OK with a more Ruby-flavored syntax, you could look at Elixir. Its designers put a lot of effort into pervasive immutability and a solid developer experience.