summaryrefslogtreecommitdiff
path: root/www
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-19Fix a typo in build-siteMarek Paśnikowski
A letter 'y' was missing in the word property at the end of the line.
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.