|
|
|
|
|
by textmode
2923 days ago
|
|
Is this comment suggesting it is slower than other languages for those operations? If so, which languages? How much slower? Recommended tests? Is it possible that mandating vectorised solutions and avoiding I/O were in fact design goals of the author? Not disputing the comment. Looking for more details. |
|
It is an array language and focused on storage and numerical processing of large vector oriented datasets. Its speed as a general programming language is overrated and we often offloaded things to C.
I personally love APL derived languages, but its mystique has fostered a lot of hype.
A simple example, write a for loop with dependent data flow. There is not much optimization.