Why is this Pbinop (using +.t) yielding just nils?

I suppose one could implement .t for patterns by pulling all the stream values from the right operand into an array before doing the operation. That would hang the interpreter if the right-hand operand is infinite-length however – which is common for patterns, hence risky.

hjh

1 Like