Hacker News new | ask | show | jobs
by mpweiher 1051 days ago
The "scripts" directory in the repo has a good number of samples.

Note that I wouldn't call it "specifying an architecture", I would call it "programming the system using architecture-appropriate connectors".

For example, a task JSON backend:

https://gitlab.com/mpwmo/ObjectiveSmalltalk/-/blob/master/sc...

First defines a Task (model) class, then a scheme-handler for storing those tasks (in memory), and finally configures + hooks up those objects to create+run the actual backend.