FolkComputer / folk

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

Wish to allow program forwarding #143

Closed nmichaud closed 3 months ago

nmichaud commented 3 months ago

I'm trying to implement "Run this program on that" and using a wish seems nicer than a claim:

When $this points up with length 2 at /source/ & \
  /source/ has program code /code/ & \
  $this points down with length 2 at /target/ {

  Wish $this is titled "Active"

  Wish $target runs program $code
}