fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

loop / recur special form #8

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Needs built-in compiler support, macros won't do :) But we can build most of the rest on top of that.

fasterthanlime commented 9 years ago

loop/recur now work well, but the compiler doesn't check if recur is in last position.

fasterthanlime commented 9 years ago

Tracking that in #40, closing this.