Skip to content
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

Deviations/Bugs between Ref and Runtime #18

Open
dmitriz opened this issue Jul 31, 2019 · 0 comments
Open

Deviations/Bugs between Ref and Runtime #18

dmitriz opened this issue Jul 31, 2019 · 0 comments

Comments

@dmitriz
Copy link

dmitriz commented Jul 31, 2019

Opening this to document all deviations found between advertised in https://kparc.github.io/ref and real life aka runtime (rt).

(Does anyone know how to highlight correctly?)


https://kparc.github.io/ref/#enumerate

 !3
0 1 2 /ref
!3 /rt

 !2 3
0 0 0 1 1 1 /ref
0 1 2 0 1 2
(^0 0 0 1 1 1;0 1 2 0 1 2) /rt

https://kparc.github.io/ref/#sort

 :: l: rand 4
0.5594068 0.1751217 0.3652149 0.5086234 /ref
: l: rand 4 /rt

 ^l
0.1751217 0.3652149 0.5086234 0.5594068 /ref
value error: l /rt
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