Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Yes. I really like Julia but I wish there was language that had all of the advantages of Julia but none of the drawbacks (for me it's lack of static typing, function(object) vs the more readable object.function(), 1-based indexing).


view as:

The indexing really isn't a problem in practice after a while. function(object) isn't just a readability thing, it's due to multiple dispatch which is ingenious. Lack of static typing, well... yeah.

Most of the problems I've seen that multiple dispatch solves can be solved with extensions.

And everything can be implemented in assembly, that doesn't mean that there aren't superior alternatives.

Legal | privacy