weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 175 forks source link

Precompile let and when forms with tests #196

Closed jcf closed 2 years ago

jcf commented 2 years ago

This pull request includes @thheller's implementation of precompiled let and when forms in #142 with the requested tests.

thheller commented 2 years ago

I honestly forgot I even had a PR open here. I closed mine so there is no duplicate anymore.

weavejester commented 2 years ago

Thanks for the patch!