Hacker News new | ask | show | jobs
by jazzdev 3235 days ago

    (defun udpate ()
     (ag-if (find-char-pos)
       (move-char it))
     (print (stats))
     (rotate enemies))
Doesn't Hy's anaphoric macros solve this? And one could even argue it's more readable.
1 comments

I don't know what that is (tried googling it), but it doesn't look like it's doing the same thing as let.