is this a silent (reverse "gub") ?
Posted: Wed Apr 05, 2006 8:12 pm
(tested on WinXP, 8800)
This is a small mismatch i think...
This is silently computing, (no highload) but without output or ending...
>(dup 0 -1)
seems series and sequence are protected by the -1..
and doing a (dup "0" -1) in the console version gives a nice error..
though exists immediatly..
On linux however ->
> (dup "1" -1)
Segmentation fault
Norman.
This is a small mismatch i think...
This is silently computing, (no highload) but without output or ending...
>(dup 0 -1)
seems series and sequence are protected by the -1..
and doing a (dup "0" -1) in the console version gives a nice error..
though exists immediatly..
On linux however ->
> (dup "1" -1)
Segmentation fault
Norman.