Skip to content

apl360 #25

@ktye

Description

@ktye

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions