ref icon indicating copy to clipboard operation
ref copied to clipboard

Deviations/Bugs between Ref and Runtime

Open dmitriz opened this issue 6 years ago • 0 comments

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

dmitriz avatar Jul 31 '19 14:07 dmitriz