|
|
|
|
|
by eigenvalue
749 days ago
|
|
Was working at a quant pod at Millennium for a bit where they used it. I was ultimately able to use it but everything took me 20x longer than using Numpy/Pandas. The irony was that the Python code was shorter because there were so many more library functions and better abstractions and syntax. So it was slow and unintuitive for zero benefit whatsoever. |
|
You can try klongpy, a K-like array language implementation that runs atop numpy: https://pypi.org/project/klongpy/