summaryrefslogtreecommitdiff
path: root/www/build-site.el
AgeCommit message (Collapse)Author
2024-01-19Learn to use "named" lambdas in closures.Marek Paśnikowski
Rewrite the builder code with use of a property list.
2024-01-19Create proper object for the builderMarek Paśnikowski
It turned out I had not constructed a real closure before. I also decided to explicitly return nil for future code expansions.
2024-01-18Create initial build object.Marek Paśnikowski
The code is more complex than necessary, because of my insistence of creating an all-object oriented framework.