Skip to content

apl360 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ktye opened this issue Sep 22, 2022 · 0 comments
Open

apl360 #25

ktye opened this issue Sep 22, 2022 · 0 comments

Comments

@ktye
Copy link
Owner

ktye commented Sep 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant