(no title)
MrEldritch | 6 years ago
Although unlike this notation, APL is more typewriter-optimized; many symbols are made by double-striking two other more basic symbols, and the typesetting is simple and linear - it clearly doesn't take advantage of the full expressive power of handwriting. (Plus, its array-based programming flow, while extremely powerful, is very different from the way most people write algorithms these days)
alexjm|6 years ago
http://www.zerobugsandprogramfaster.net/essays/5b.html
eternalban|6 years ago
kick|6 years ago
kragen|6 years ago
For now, though, I can write out algorithms in what seems to me to be a straightforward fashion in paperalgo.
Some APLish things I've done include recoding T$'s 64-byte demo Klappquadrat in Numpy http://canonical.org/~kragen/demo/klappquadrat.html and this keyboard-driven structure-editing calculator with broadcasting over one-dimensional vectors http://canonical.org/~kragen/sw/dev3/rpn-edit#50_iota_2_ln_*...