Safe for BASIC I believe it's very difficult to make a programming language which is easy-to-learn like the creators of Julia proclaim. It may be somewhat easier to implement specific scientific functionality in the language but does that warrant the creation of yet another language? Scanning the language it doesn't strike me at all as "simple."
Julia abstracts entire programming paradigms in single characters. https://juliahep.github.io/Hands-on-Julia-for-particle-physi... BASIC "made simple things easy, and hard things impossible..." Julia is the first language I've seen in years that implicitly abstracts parallelism cleanly. =3
What do you mean by “implicitly”? A single dot is short but not implicit.
I also do not see https://docs.julialang.org/en/v1/manual/parallel-computing/ s mention that such map calls (can) run on multiple threads.