Comment by bee_rider
14 hours ago
Dumb question from an outsider: are array languages competitive with something like C or Fortran in their niche performance-wise?
14 hours ago
Dumb question from an outsider: are array languages competitive with something like C or Fortran in their niche performance-wise?
> are array languages competitive with something like C or Fortran
The REPL is what matters - also while being performant.
Someone asks you a question, you write something, you run it and say an answer, the next question is asked etc.
I've seen these tools be invaluable in that model, over "write software, compile and run a thousand times" problems which C/Fortran lives in.