advenjure
advenjure copied to clipboard
try not to use eval
In most cases it's used to eval symbols, which can be replaced by (deref (resolve s))
If we successfully remove eval then advanced optimizations for cljs could work again.