Thats unfortunate, its great that you preserved it. It helped me to run GNU
APL on a small device where I wasn't able to run Emacs.
Br,
/Alexey
сб, 28 мар. 2020 г. в 20:53, Blake McBride :
> Greetings,
>
> A few years ago, David B. Lamkins created a program called 'akt' that
> makes using GNU-AP
The following expression takes about 12 seconds to compute on my laptop:
*{⍺+⍵}/ ⍳100*
However, the equivalent expression without the lambda expression is
immediate (i.e. thr prompt returns before I have time to notice that it
even started calculating):
*+/ ⍳100*
What is causing the lar