Working Practices - Phil Last

I started APL in 1981 in my first computing job using IBM's VSAPL. I moved on to APL2 when it came out in '83 or '84, to Dyalog in '88, added APL*PLUS/PC in '89 and since the mid '90s have worked almost exclusively in Dyalog.

Is

⍝ a one to five word description
⍝ ⍺  - specify left argument
⍝ ⍺⍺ - specify left operand
⍝ ⍵⍵ - specify right operand
⍝ ⍵  - specify right argument
⍝ ←  - specify result
⍝ anything else worth mentioning

These should be sufficiently precise that my successor can rewrite the function without having to read the APL!

Isn't

-- PhilLast 2014-10-01 13:02:20


CategoryWorkingPractices

Working Practices - Phil Last (last edited 2014-10-01 13:02:20 by anonymous)