Y
Hacker News
new
|
ask
|
show
|
jobs
by
gowld
3045 days ago
Yes, miss one character in a thing that looks like HTML but is actually a gigantic function call, get an incomprehensible failure message about how the meta-template macro expansion has an error.
1 comments
platz
3045 days ago
macros/templates are usually confined to borders, databases, routes. not the business logic. Lisps are more susceptible to that.
link
gowld
3037 days ago
Not even talking about business logic, just talking about page layout.
https://www.yesodweb.com
link
platz
3037 days ago
Yes, c# and Java do codegen for you too, in the same way. This is how templating in static languages work.
link