ktye / i

interpret
100 stars 17 forks source link

apl360 #25

Open ktye opened 1 year ago

ktye commented 1 year ago

Adam:

Seems that pretty much every function is buggy!

  • 1=2 SYNTAX ERROR fixed
  • !3
  • ''⍴1 2 3
  • ~2 should domain error but doesn't.
  • ⍴⍳0 gives ⍳0 instead of ,0
  • ?n doesn't fail on negative numbers
  • 3⍺10 fails, and ditto ⍵ prefix/suffix vector?
  • 5↑2 1
  • ⍴10↓2 5
  • ''>5
  • I can assign to a¯3 and assignment seems to echo the assigned result.
  • ¯8*÷3 gives 0n instead of ¯2
  • Input. a←⎕ fails.
  • ⌈/⍳0 seems to give ⍳0 instead of the smallest representable float.
  • ⊤ seems to not work properly on non-scalars.
  • 0÷0 gives 0n instead of 1 definitely not a proper \360 playground.