Hacker News new | ask | show | jobs
by cptroot 3775 days ago
I think the point is that templates themselves can't contain logic. All logic is declared at compile time so that the compiler can optimize it, but then used at runtime like any other templating language.