mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
fa1a04ea6e
Only "shortmoons" though, due to some ames lane size limitation which makes encoding longer ships difficult. Notably the -ph-moon-az test does not pass, the moon cannot talk to a non-sponsor galaxy.
25 lines
807 B
Plaintext
25 lines
807 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (spawn ~marbud)
|
|
;< ~ bind:m (spawn ~linnup-torsyx)
|
|
;< ~ bind:m (spawn ~dev)
|
|
;< ~ bind:m (init-ship ~bud |)
|
|
;< ~ bind:m (init-ship ~marbud |)
|
|
;< ~ bind:m (init-ship ~linnup-torsyx |)
|
|
::NOTE only shortmoons supported, see also /ted/aqua/ames +lane-to-ship
|
|
;< ~ bind:m (init-moon ~torsyx-linnup-torsyx |)
|
|
;< ~ bind:m (send-hi ~bud ~torsyx-linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~torsyx-linnup-torsyx ~marbud)
|
|
;< ~ bind:m (init-ship ~dev |)
|
|
::TODO these hi's never come through!
|
|
;< ~ bind:m (send-hi ~torsyx-linnup-torsyx ~dev)
|
|
;< ~ bind:m (send-hi ~dev ~torsyx-linnup-torsyx)
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|