|
|
|
|
|
by nnq
2980 days ago
|
|
> Julia's [was] designed with scientific computing in mind. Swift was designed for general purpose app development. General purpose always wins. Or should always win. Because in reality nobody has any idea what "the purpose" is in the grand scheme of things. Python succeeded because it was general-purpose enough. Javascript too. We don't want more narrow purpose languages that force us to change the language every time we change the fragment of the stack we work on. We need an ultra-general purpose language with good support for both OOP and FP, non-retarded type-system, decent performance, and a good "compile to readable JS" story... to unify this damn mess of "diversity" that forces us to over-specialize in narrow niches and drowns us in complexity. (No, otoh, I don't think "general purpose" should mean "infinite power" or "maximum expressivity". There's are reason why we're not all using Common Lisp and Scala...) |
|
Edit: Plus, you can pass your data structures out to Python or C for processing. And you can use a whole host of visualization tools.