Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 17, 2024
1 parent 8ba60cd commit bdbfa27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/sci/impl/for_macro.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@
(chunk ~gb)
(~giter (chunk-rest ~gxs)))
(chunk-cons (chunk ~gb) nil)))
(let [~bind (first ~gxs)]
~(do-mod mod-pairs))))))))))))]
~(with-meta
`(let [~bind (first ~gxs)]
~(do-mod mod-pairs))
loc)))))))))))]
`(let [iter# ~(emit-bind (to-groups seq-exprs))]
(iter# ~(second seq-exprs)))
))
(iter# ~(second seq-exprs)))))

0 comments on commit bdbfa27

Please sign in to comment.