- cmd/apl: APL interpreter as a command line program
- cmd/iv: a program similar to awk with an APL backend but for streaming n-dimensional data
⎕IO←0
j←{(⍳2*⍺){⎕←(?∘⍴⌷⊢)⍸~1↓⌽0,(⍺⍴2)⊤⍵}⍣≡1⍴⍵} ⍝ not done..
| Name | Name | Last commit date | ||
|---|---|---|---|---|
⎕IO←0
j←{(⍳2*⍺){⎕←(?∘⍴⌷⊢)⍸~1↓⌽0,(⍺⍴2)⊤⍵}⍣≡1⍴⍵} ⍝ not done..