Site Archived Nov 7, 2023

Devlog

These are my daily notes and internal conversations during development. They may be helpful to understand the larger context of decisions that were made, and how I learned and explored while building.

Devlog < 2023 < February < 11

| by date | | thread: collate |

Spending some time using these literals has me thinking more about what is going on with these blocks, especially ones with parameters. essentially, each block is is a function that returns text, with optional parameters. what gets interesting/frustrating is when we might want to “call a function” and use its return value as a parameter. right now, I can’t do that, I’d have to define a whole new “function” that only calls another function in its body.

| thread: collate | | by date |