hyrule
hyrule copied to clipboard
loop/recur doesn't nest properly
See hylang/hy#1454, an inadequate attempt to clean this up. This probably needs a full rewrite.
An anaphoric macro might work better than the current broken symbol macro approach.
Something like my loop
decorator from Drython might be a better approach. With a macro, the recur
argument could be an implicit anaphor.