Hacker News new | ask | show | jobs
by RivieraKid 2705 days ago
I would love if there was a language combining the strengths of Julia and Swift.

Swift has: much nicer handling of optional values, static typing, better for OOP, function calls via dot notation, zero-based indexing.

Julia has: better ecosystem for scientific computing, the standard library makes lot of things easier, better REPL, working with arrays is easier.

(Just from the top of my head, there are other things.)