FolkComputer / folk

🎁 Physical computing system.
https://folk.computer
Apache License 2.0
75 stars 4 forks source link

Add support for (globally) to cross-edit Commits #146

Closed osnr closed 3 months ago

osnr commented 3 months ago

If program virtual-programs/a.folk does

Commit hello { Claim hello }

then another program can do

Commit (globally) virtual-programs/a.folk hello { Claim goodbye }

to mutate that Commit.

Useful for hooking into the editor.

nmichaud commented 3 months ago

Was just going to comment, how about this phrasing:

Commit on virtual-programs/a.folk, hello {Claim goodbye}?