Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 877 Bytes

File metadata and controls

22 lines (19 loc) · 877 Bytes

APL\iv interpreter and stream processor


contents

programs

  • 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

A random loop through pattern space

⎕IO←0
j←{(⍳2*⍺){⎕←(?∘⍴⌷⊢)⍸~1↓⌽0,(⍺⍴2)⊤⍵}⍣≡1⍴⍵} ⍝ not done..