erdos.yield icon indicating copy to clipboard operation
erdos.yield copied to clipboard

lazy-seq generator in clojure

Results 2 erdos.yield issues
Sort by recently updated
recently updated
newest added

Cases are not supported when `(yield)` call is inside a `let*` binding. Example: ```clojure (gen-seq (let [x (do (yield :a) 1) y (do (yield :b) 2] (yield (+ x y))))...

bug
enhancement