issues
search
judofyr
/
timeless
A mixture of a blog, wiki and CMS, inspired by Christoffer Sawicki's Termos and James Adam's Vanilla.rb
http://timeless.judofyr.net/
Other
115
stars
14
forks
source link
Write about "Rules for implementing template engines"
#31
Open
judofyr
opened
14 years ago
judofyr
commented
14 years ago
Have a 2-stage API (prepare/render)
Separate parsing from rendering/compilation
Compile
Use Tilt
Don't do at runtime what you can do at parse-time
Don't care about parser performance
Don't care about render performance