lvh / icecap

URL-based object capability system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document common plan patterns

lvh opened this issue · comments

commented

Some patterns are obvious once you've thought about this problem, but anything but when you're just getting started. For example, in order to do A and B, and then log the results with L, you want:

[#{A B} L]

It would be useful to figure out what these common plan patterns are, and document them.