Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-19 | Learn to use "named" lambdas in closures. | Marek Paśnikowski | |
Rewrite the builder code with use of a property list. | |||
2024-01-19 | Create proper object for the builder | Marek 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-19 | Fix a typo in build-site | Marek Paśnikowski | |
A letter 'y' was missing in the word property at the end of the line. | |||
2024-01-18 | Create initial build object. | Marek Paśnikowski | |
The code is more complex than necessary, because of my insistence of creating an all-object oriented framework. |