It's more efficient to concat the empty list
than to concate a non-empty list onto the empty list.
This commit is contained in:
parent
7c9663594b
commit
a15ea2d355
|
|
@ -61,7 +61,7 @@ mod %
|
||||||
neg 0 swap -
|
neg 0 swap -
|
||||||
not [true] [false] branch
|
not [true] [false] branch
|
||||||
nulco [nullary] cons
|
nulco [nullary] cons
|
||||||
null [] concat bool not
|
null [] swap concat bool not
|
||||||
nullary [stack] dinfrirst
|
nullary [stack] dinfrirst
|
||||||
of swap at
|
of swap at
|
||||||
over [dup] dip swap
|
over [dup] dip swap
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue