2017-09-28 03:27:08 +03:00
|
|
|
:::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
:::::: :::::: Postface ::::::
|
|
|
|
:::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
2020-05-06 19:33:42 +03:00
|
|
|
~> %slog.[0 leaf+"arvo: assembly"]
|
2020-05-07 12:10:43 +03:00
|
|
|
~< %slog.[0 leaf+"arvo: assembled"]
|
2018-12-06 23:32:42 +03:00
|
|
|
=< ::
|
|
|
|
:: Arvo formal interface
|
|
|
|
::
|
|
|
|
:: this lifecycle wrapper makes the arvo door (multi-armed core)
|
|
|
|
:: look like a gate (function or single-armed core), to fit
|
|
|
|
:: urbit's formal lifecycle function. a practical interpreter
|
|
|
|
:: can ignore it.
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
|= [now=@da ovo=ovum]
|
2018-12-06 23:32:42 +03:00
|
|
|
^- *
|
2020-05-06 19:33:42 +03:00
|
|
|
~> %slog.[0 leaf+"arvo: formal event"]
|
2018-12-06 23:32:42 +03:00
|
|
|
.(+> +:(poke now ovo))
|
2017-09-28 03:27:08 +03:00
|
|
|
:::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
:::::: :::::: volume 3, Arvo models and skeleton ::::::
|
|
|
|
:::::: ::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
2019-01-18 08:37:34 +03:00
|
|
|
=>
|
2017-09-28 03:27:08 +03:00
|
|
|
|%
|
2020-02-07 21:33:49 +03:00
|
|
|
+| %global
|
|
|
|
::
|
2020-11-21 23:59:39 +03:00
|
|
|
++ arvo %arvo-kelvin
|
|
|
|
::
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $arch: fundamental node
|
|
|
|
:: $beak: global context
|
|
|
|
:: $beam: global name
|
|
|
|
:: $bone: opaque duct handle
|
|
|
|
:: $case: global version
|
2020-02-27 22:15:46 +03:00
|
|
|
:: $cage: marked vase
|
|
|
|
:: +cask: marked data builder
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $desk: local workspace
|
|
|
|
:: $dock: message target
|
|
|
|
:: $mark: symbolic content type
|
|
|
|
:: $ship: network identity
|
|
|
|
:: $sink: subscription
|
|
|
|
::
|
|
|
|
+$ arch [fil=(unit @uvI) dir=(map @ta ~)]
|
|
|
|
+$ beam [beak s=path]
|
|
|
|
+$ beak (trel ship desk case)
|
|
|
|
+$ bone @ud
|
|
|
|
+$ case
|
|
|
|
$% :: %da: date
|
|
|
|
:: %tas: label
|
|
|
|
:: %ud: sequence
|
|
|
|
::
|
|
|
|
[%da p=@da]
|
|
|
|
[%tas p=@tas]
|
|
|
|
[%ud p=@ud]
|
|
|
|
==
|
|
|
|
+$ cage (cask vase)
|
|
|
|
++ cask |$ [a] (pair mark a)
|
|
|
|
+$ desk @tas
|
|
|
|
+$ dock (pair @p term)
|
|
|
|
+$ mark @tas
|
|
|
|
+$ ship @p
|
2020-02-27 22:15:46 +03:00
|
|
|
+$ sink (trel bone ship path)
|
2020-02-07 21:33:49 +03:00
|
|
|
::
|
|
|
|
+| %meta
|
|
|
|
::
|
|
|
|
:: +hypo: type-associated builder
|
|
|
|
:: $meta: meta-vase
|
|
|
|
:: $maze: vase, or meta-vase
|
|
|
|
::
|
|
|
|
++ hypo
|
|
|
|
|$ [a]
|
|
|
|
(pair type a)
|
|
|
|
+$ meta (pair)
|
|
|
|
+$ maze (each vase meta)
|
|
|
|
::
|
|
|
|
+| %interface
|
|
|
|
::
|
2020-02-11 01:02:34 +03:00
|
|
|
:: $ball: dynamic kernel action
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $curd: tagged, untyped event
|
|
|
|
:: $duct: causal history
|
|
|
|
:: +hobo: %soft task builder
|
2020-02-11 01:02:34 +03:00
|
|
|
:: $goof: crash label and trace XX fail/ruin/crud/flaw/lack/miss
|
2020-02-27 22:15:46 +03:00
|
|
|
:: $mass: memory usage
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $monk: general identity
|
2020-02-11 01:02:34 +03:00
|
|
|
:: $move: cause and action
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $ovum: card with cause
|
|
|
|
:: $scry-sample: vane +scry argument
|
|
|
|
:: $vane-sample: vane wrapper-gate aargument
|
|
|
|
:: $sley: namespace function
|
|
|
|
:: $slyd: super advanced
|
|
|
|
:: $slyt: old namespace
|
|
|
|
:: +wind: kernel action builder
|
|
|
|
:: $wire: event pretext
|
2020-02-11 01:02:34 +03:00
|
|
|
:: +wite: kernel action/error builder
|
2020-02-07 21:33:49 +03:00
|
|
|
::
|
2020-02-11 01:02:34 +03:00
|
|
|
+$ ball (wite [vane=term task=maze] maze)
|
2020-02-07 21:33:49 +03:00
|
|
|
+$ curd (cask)
|
|
|
|
+$ duct (list wire)
|
|
|
|
++ hobo
|
|
|
|
|$ [a]
|
|
|
|
$? $% [%soft p=*]
|
|
|
|
==
|
|
|
|
a
|
|
|
|
==
|
2020-02-11 01:02:34 +03:00
|
|
|
+$ goof [mote=term =tang]
|
2020-02-27 22:15:46 +03:00
|
|
|
+$ mass $~ $+|+~
|
|
|
|
(pair cord (each * (list mass)))
|
2020-02-07 21:33:49 +03:00
|
|
|
+$ monk (each ship (pair @tas @ta))
|
2020-02-11 01:02:34 +03:00
|
|
|
+$ move [=duct =ball]
|
2020-11-19 10:44:28 +03:00
|
|
|
:: $node: fundamental hierarchical node
|
|
|
|
::
|
|
|
|
:: XX s/b +arch
|
|
|
|
::
|
|
|
|
++ node
|
|
|
|
=< |$ [item]
|
|
|
|
[fil=(unit item) dir=(map @ta $)]
|
|
|
|
::
|
|
|
|
:: |de: node engine
|
|
|
|
::
|
|
|
|
|%
|
|
|
|
++ de
|
|
|
|
=| fat=(node)
|
|
|
|
|@
|
|
|
|
::
|
|
|
|
++ get
|
|
|
|
|= pax=path
|
|
|
|
^+ fat
|
|
|
|
?~ pax fat
|
|
|
|
=/ kid (~(get by dir.fat) i.pax)
|
|
|
|
?~ kid [~ ~]
|
|
|
|
$(fat u.kid, pax t.pax)
|
|
|
|
::
|
|
|
|
++ put
|
|
|
|
|* [pax=path dat=*]
|
|
|
|
=> .(dat `_?>(?=(^ fil.fat) u.fil.fat)`dat)
|
|
|
|
^+ fat
|
|
|
|
?~ pax fat(fil `dat)
|
|
|
|
=/ kid (~(get by dir.fat) i.pax)
|
|
|
|
=/ new (fall kid fat(fil ~, dir ~))
|
|
|
|
fat(dir (~(put by dir.fat) i.pax $(fat new, pax t.pax)))
|
|
|
|
::
|
|
|
|
++ gas
|
|
|
|
|= lit=(list (pair path _?>(?=(^ fil.fat) u.fil.fat)))
|
|
|
|
^+ fat
|
|
|
|
?~ lit fat
|
|
|
|
$(fat (put p.i.lit q.i.lit), lit t.lit)
|
|
|
|
::
|
|
|
|
++ tap
|
|
|
|
=| pax=path
|
|
|
|
=| out=(list (pair path _?>(?=(^ fil.fat) u.fil.fat)))
|
|
|
|
|- ^+ out
|
|
|
|
=? out ?=(^ fil.fat) :_(out [pax u.fil.fat])
|
|
|
|
=/ dir ~(tap by dir.fat)
|
|
|
|
|- ^+ out
|
|
|
|
?~ dir out
|
|
|
|
%= $
|
|
|
|
dir t.dir
|
|
|
|
out ^$(pax (weld pax /[p.i.dir]), fat q.i.dir)
|
|
|
|
==
|
|
|
|
-- :: de
|
|
|
|
-- :: node
|
|
|
|
::
|
2020-02-07 21:33:49 +03:00
|
|
|
+$ ovum (pair wire curd)
|
|
|
|
::
|
2018-12-03 01:05:10 +03:00
|
|
|
+$ scry-sample
|
|
|
|
[fur=(unit (set monk)) ren=@tas why=shop syd=desk lot=coin tyl=path]
|
2019-01-14 02:54:47 +03:00
|
|
|
+$ vane-sample
|
|
|
|
[our=ship now=@da eny=@uvJ ski=slyd]
|
2020-02-07 21:33:49 +03:00
|
|
|
::
|
|
|
|
+$ sley
|
|
|
|
$- [* (unit (set monk)) term beam]
|
|
|
|
(unit (unit cage))
|
|
|
|
+$ slyd
|
|
|
|
$~ =>(~ |~(* ~))
|
|
|
|
$- [* (unit (set monk)) term beam]
|
|
|
|
(unit (unit (cask meta)))
|
|
|
|
+$ slyt $-(^ (unit (unit)))
|
|
|
|
::
|
|
|
|
++ wind
|
|
|
|
|$ :: a: forward
|
|
|
|
:: b: reverse
|
|
|
|
::
|
|
|
|
[a b]
|
|
|
|
$% :: %pass: advance
|
|
|
|
:: %slip: lateral
|
|
|
|
:: %give: retreat
|
|
|
|
::
|
|
|
|
[%pass p=path q=a]
|
|
|
|
[%slip p=a]
|
|
|
|
[%give p=b]
|
|
|
|
==
|
|
|
|
+$ wire path
|
2020-02-11 01:02:34 +03:00
|
|
|
++ wite
|
|
|
|
|$ :: note: a routed $task
|
|
|
|
:: gift: a reverse action
|
|
|
|
::
|
|
|
|
:: NB: task: a forward action
|
|
|
|
:: sign: a sourced $gift
|
|
|
|
::
|
|
|
|
[note gift]
|
2020-02-27 02:57:59 +03:00
|
|
|
$% :: %hurl: action failed
|
|
|
|
:: %pass: advance
|
2020-02-11 01:02:34 +03:00
|
|
|
:: %slip: lateral
|
|
|
|
:: %give: retreat
|
|
|
|
::
|
2020-02-27 02:57:59 +03:00
|
|
|
[%hurl =goof wite=$;($>(?(%pass %give) $))]
|
2020-02-11 01:02:34 +03:00
|
|
|
[%pass =wire =note]
|
|
|
|
[%slip =note]
|
|
|
|
[%give =gift]
|
|
|
|
==
|
2020-02-07 21:33:49 +03:00
|
|
|
::
|
|
|
|
+| %implementation
|
|
|
|
::
|
2020-11-13 23:35:01 +03:00
|
|
|
:: $debt: ephemeral state
|
|
|
|
:: $germ: worklist source and bar stack
|
|
|
|
:: $heir: upgradeable state
|
|
|
|
:: $plan: worklist
|
|
|
|
:: $soul: persistent state
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $vane: kernel module
|
2020-11-18 02:04:26 +03:00
|
|
|
:: $vere: runtime version
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $vile: reflexive constants
|
2020-11-18 02:04:26 +03:00
|
|
|
:: $wynn: kelvin stack
|
2020-11-13 23:35:01 +03:00
|
|
|
::
|
|
|
|
+$ debt
|
|
|
|
$: :: run: list of worklists
|
|
|
|
:: out: pending output
|
2020-11-19 10:44:28 +03:00
|
|
|
:: kel: kernel files
|
|
|
|
:: fil: pending files
|
2020-11-13 23:35:01 +03:00
|
|
|
::
|
|
|
|
run=(list plan)
|
|
|
|
out=(list ovum)
|
2020-11-19 10:44:28 +03:00
|
|
|
kel=(list (pair path (cask)))
|
|
|
|
fil=(list (pair path (cask)))
|
2020-11-13 23:35:01 +03:00
|
|
|
==
|
|
|
|
+$ germ [vane=term bars=(list duct)]
|
|
|
|
+$ heir
|
2020-11-21 23:59:39 +03:00
|
|
|
$% [_arvo now=@da =debt =soul]
|
2020-11-13 23:35:01 +03:00
|
|
|
==
|
|
|
|
+$ plan (pair germ (list move))
|
|
|
|
+$ soul
|
2020-11-15 11:56:52 +03:00
|
|
|
$: our=ship :: identity
|
2020-11-13 23:35:01 +03:00
|
|
|
eny=@uvJ :: entropy
|
2020-11-15 11:56:52 +03:00
|
|
|
lac=? :: laconic bit
|
2020-11-18 02:04:26 +03:00
|
|
|
ver=vere :: runtime
|
2020-11-19 10:44:28 +03:00
|
|
|
fat=(node (cask)) ::
|
2020-11-15 11:56:52 +03:00
|
|
|
zus=vase :: %zuse
|
|
|
|
van=(map term vane) :: modules
|
2020-11-13 23:35:01 +03:00
|
|
|
==
|
2018-12-01 02:07:08 +03:00
|
|
|
+$ vane [=vase =worm]
|
2020-11-18 02:04:26 +03:00
|
|
|
+$ vere
|
|
|
|
$: $: non=@ta
|
|
|
|
rev=(pair term (trel @ud @ud @ud)) :: XX path?
|
|
|
|
==
|
|
|
|
kel=wynn
|
|
|
|
==
|
2020-02-07 21:33:49 +03:00
|
|
|
+$ vile
|
|
|
|
$: typ=type :: -:!>(*type)
|
|
|
|
duc=type :: -:!>(*duct)
|
2020-02-28 09:30:29 +03:00
|
|
|
wir=type :: -:!>(*wire)
|
|
|
|
dud=type :: -:!>(*(unit goof))
|
2020-02-07 21:33:49 +03:00
|
|
|
==
|
2020-11-18 02:04:26 +03:00
|
|
|
+$ wynn (list (pair term @ud))
|
2018-02-01 02:36:48 +03:00
|
|
|
--
|
|
|
|
=>
|
2020-05-06 19:33:42 +03:00
|
|
|
~% %hex ..ut ~
|
2018-02-01 02:36:48 +03:00
|
|
|
|%
|
|
|
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
:: section 3bE, Arvo core ::
|
|
|
|
::
|
2017-09-28 03:27:08 +03:00
|
|
|
++ sloy
|
2018-12-08 01:43:07 +03:00
|
|
|
:: +sloy: adapter from old style scrys to new style scrys
|
|
|
|
::
|
|
|
|
:: This does path parsing which shows up hot, but removing the last +slay
|
|
|
|
:: here requires deeper interface changes.
|
|
|
|
::
|
2017-09-28 03:27:08 +03:00
|
|
|
!:
|
2018-12-08 01:43:07 +03:00
|
|
|
~/ %sloy
|
2017-09-28 03:27:08 +03:00
|
|
|
|= sod/slyd
|
|
|
|
^- slyt
|
|
|
|
|= {ref/* raw/*}
|
|
|
|
=+ pux=((soft path) raw)
|
|
|
|
?~ pux ~
|
|
|
|
?. ?=({@ @ @ @ *} u.pux) ~
|
2018-12-08 01:43:07 +03:00
|
|
|
=+ :* hyr=(slaw %tas i.u.pux)
|
|
|
|
fal=(slaw %p i.t.u.pux)
|
2020-06-24 17:26:32 +03:00
|
|
|
dyc=?~(i.t.t.u.pux (some %$) (slaw %tas i.t.t.u.pux))
|
2017-09-28 03:27:08 +03:00
|
|
|
ved=(slay i.t.t.t.u.pux)
|
|
|
|
tyl=t.t.t.t.u.pux
|
|
|
|
==
|
2018-12-08 01:43:07 +03:00
|
|
|
?~ hyr ~
|
|
|
|
?~ fal ~
|
|
|
|
?~ dyc ~
|
2017-09-28 03:27:08 +03:00
|
|
|
?. ?=(^ ved) ~
|
2018-12-08 01:43:07 +03:00
|
|
|
=/ ron=@tas u.hyr
|
2019-08-29 01:39:04 +03:00
|
|
|
=/ bed=beam
|
|
|
|
[[u.fal u.dyc (case p.u.ved)] (flop tyl)]
|
2020-02-07 21:33:49 +03:00
|
|
|
=/ bop=(unit (unit (cask meta)))
|
2019-08-29 01:39:04 +03:00
|
|
|
(sod ref ~ ron bed)
|
2017-09-28 03:27:08 +03:00
|
|
|
?~ bop ~
|
|
|
|
?~ u.bop [~ ~]
|
2019-08-29 01:39:04 +03:00
|
|
|
:: XX figure out wth to do about hoon-version
|
|
|
|
::
|
|
|
|
?. ?& ?=([?(%151 %141) *] ref)
|
|
|
|
-:(~(nets wa *worm) +.ref -.q.u.u.bop)
|
|
|
|
==
|
|
|
|
~>(%slog.[0 leaf+"arvo: scry-lost"] ~)
|
2017-09-28 03:27:08 +03:00
|
|
|
[~ ~ +.q.u.u.bop]
|
2018-12-11 00:22:56 +03:00
|
|
|
:: +sloy-light: minimal parsing version of sloy
|
|
|
|
::
|
|
|
|
:: There are several places inside vanes where we manually call the scry
|
|
|
|
:: function raw, instead of passing it into +mink. In those cases, we're
|
|
|
|
:: paying the price to render the arguments as text, and then are
|
|
|
|
:: immediately parsing the passed in data. We can avoid that.
|
|
|
|
::
|
|
|
|
:: TODO: The entire scrying system needs to be cleaned up in a more
|
|
|
|
:: permanent way. This hack fixes up some print/parse costs, but doesn't
|
|
|
|
:: recover the print/parse costs of the scry itself, which we could prevent
|
|
|
|
:: if we didn't send (list @ta), but instead sent (list dime).
|
|
|
|
::
|
|
|
|
++ sloy-light
|
|
|
|
~/ %sloy-light
|
|
|
|
|= sod/slyd
|
|
|
|
|= [ref=* ron=@tas fal=@p dyc=@tas ved=case tyl=path]
|
2018-12-11 02:40:47 +03:00
|
|
|
:: we do not flop tyl because tyl wouldn't have been flopped by +en-beam
|
|
|
|
::
|
2019-08-29 01:39:04 +03:00
|
|
|
=/ bed=beam
|
|
|
|
[[fal dyc ved] tyl]
|
2020-02-07 21:33:49 +03:00
|
|
|
=/ bop=(unit (unit (cask meta)))
|
2019-08-29 01:39:04 +03:00
|
|
|
(sod ref ~ ron bed)
|
2017-09-28 03:27:08 +03:00
|
|
|
?~ bop ~
|
|
|
|
?~ u.bop [~ ~]
|
2019-08-29 01:39:04 +03:00
|
|
|
:: XX figure out wth to do about hoon-version
|
|
|
|
::
|
|
|
|
?. ?& ?=([?(%151 %141) *] ref)
|
|
|
|
-:(~(nets wa *worm) +.ref -.q.u.u.bop)
|
|
|
|
==
|
|
|
|
~>(%slog.[0 leaf+"arvo: scry-dark"] ~)
|
2017-09-28 03:27:08 +03:00
|
|
|
[~ ~ +.q.u.u.bop]
|
2020-11-18 02:04:26 +03:00
|
|
|
:: +wyrd: kelvin negotiation
|
|
|
|
::
|
|
|
|
:: specified but unimplemented:
|
|
|
|
:: arvo should produce a [wend/wynn] effect
|
|
|
|
:: to signal downgrade
|
|
|
|
::
|
|
|
|
++ wyrd
|
|
|
|
|= [run=wynn hav=wynn]
|
|
|
|
:: wyr: ~: runtime supports all required kelvins
|
|
|
|
:: ^: runtime support is missing or lagging
|
|
|
|
::
|
|
|
|
=; wyr
|
|
|
|
~& wyrd=wyr
|
|
|
|
:: XX revise hint, crash
|
|
|
|
::
|
|
|
|
:: ?^ wyr
|
|
|
|
:: ~> %wyrd.[p.u.wyr]
|
|
|
|
:: ~_ ?~ q.u.wyr
|
|
|
|
:: leaf/"missing"
|
|
|
|
:: leaf/"wyrd: %({(trip p.p.u.wyr)} {(scow %ud q.p.u.wyr)} {(scow %ud q.u.wyr)}"
|
|
|
|
:: !!
|
|
|
|
::
|
|
|
|
same
|
|
|
|
|- ^- (unit (pair (pair term @ud) (unit @ud)))
|
|
|
|
?~ hav ~
|
|
|
|
::
|
|
|
|
:: fel: %&: runtime kelvin for [i.hav]
|
|
|
|
:: %|: no specified runtime support
|
|
|
|
::
|
|
|
|
=/ fel
|
|
|
|
|- ^- (each @ud (pair term @ud))
|
|
|
|
?~ run |/i.hav
|
|
|
|
?:(=(p.i.hav p.i.run) &/q.i.run $(run t.run))
|
|
|
|
::
|
|
|
|
?- -.fel
|
|
|
|
%| `[p.fel ~]
|
|
|
|
%& ?.((lte q.i.hav p.fel) `[i.hav `p.fel] $(hav t.hav))
|
|
|
|
==
|
2020-02-05 23:48:30 +03:00
|
|
|
:: |part: arvo structures and engines
|
2020-01-24 09:04:45 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ part
|
|
|
|
=> |%
|
2020-02-07 21:33:49 +03:00
|
|
|
:: $card: tagged, untyped event
|
|
|
|
:: $ovum: card with cause
|
2020-11-19 10:44:28 +03:00
|
|
|
:: $hoof: hoon source
|
|
|
|
:: $news: collated updates
|
2020-02-07 21:33:49 +03:00
|
|
|
::
|
|
|
|
:: XX replace top-level structures
|
|
|
|
::
|
|
|
|
+$ card (cask)
|
|
|
|
+$ ovum [=wire =card]
|
2020-11-19 10:44:28 +03:00
|
|
|
+$ hoof @t
|
|
|
|
+$ news
|
|
|
|
$: :: sys: installs + replacements
|
|
|
|
:: use: non-system files
|
|
|
|
::
|
|
|
|
sys=(map path (cask))
|
|
|
|
use=(map path (cask))
|
|
|
|
==
|
|
|
|
+$ seed [hun=(unit hoof) arv=hoof]
|
|
|
|
+$ sprig
|
|
|
|
$: zus=(unit hoof)
|
|
|
|
van=(list (cask hoof))
|
|
|
|
==
|
2020-02-07 21:33:49 +03:00
|
|
|
--
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-05-06 19:33:42 +03:00
|
|
|
~% %part ..part ~
|
2020-02-05 23:48:30 +03:00
|
|
|
|%
|
|
|
|
::
|
|
|
|
+| %utilities
|
2020-02-27 04:35:12 +03:00
|
|
|
::
|
|
|
|
:: XX move into |wa?
|
|
|
|
::
|
|
|
|
:: +slur: slam a vase with a maze
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
++ slur
|
2020-02-27 04:35:12 +03:00
|
|
|
|= [sac=worm gat=vase sam=maze]
|
2020-02-05 23:48:30 +03:00
|
|
|
^- [vase worm]
|
|
|
|
=^ cur sac (~(slot wa sac) 6 gat)
|
|
|
|
=^ hig sac
|
|
|
|
?- -.sam
|
|
|
|
%& (~(nest wa sac) p.cur p.p.sam)
|
|
|
|
%| (~(nets wa sac) p.cur p.p.sam)
|
|
|
|
==
|
|
|
|
?> hig
|
|
|
|
(~(slym wa sac) gat q.p.sam)
|
2020-02-27 04:35:12 +03:00
|
|
|
:: +slid: cons a vase onto a maze
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
++ slid
|
2020-02-27 04:35:12 +03:00
|
|
|
|= [hed=vase tal=maze]
|
|
|
|
^- maze
|
2020-02-05 23:48:30 +03:00
|
|
|
?- -.tal
|
|
|
|
%& [%& (slop hed p.tal)]
|
|
|
|
%| [%| [%cell p.hed p.p.tal] [q.hed q.p.tal]]
|
|
|
|
==
|
|
|
|
::
|
|
|
|
+| %engines
|
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
:: |adapt
|
|
|
|
::
|
|
|
|
++ adapt
|
|
|
|
=> |%
|
|
|
|
:: deep file as source
|
|
|
|
::
|
|
|
|
++ sole |=(a=(cask) `hoof`?>(?=([%hoon @t] a) q.a))
|
|
|
|
--
|
|
|
|
=* de de:node
|
|
|
|
|_ fat=(node (cask))
|
|
|
|
::
|
|
|
|
:: +group: collate changes
|
|
|
|
::
|
|
|
|
++ group
|
|
|
|
|= fal=(list (pair path (cask)))
|
|
|
|
=| del=news
|
|
|
|
|- ^+ del
|
|
|
|
?~ fal del
|
|
|
|
:: classify files, ignoring unchanged
|
|
|
|
::
|
|
|
|
=* pax p.i.fal
|
|
|
|
=* dat q.i.fal
|
|
|
|
=/ hav (~(get de fat) pax)
|
|
|
|
=? del |(?=(~ fil.hav) !=(u.fil.hav dat))
|
|
|
|
?: ?=([%sys *] pax)
|
|
|
|
del(sys (~(put by sys.del) pax dat))
|
|
|
|
del(use (~(put by use.del) pax dat))
|
|
|
|
$(fal t.fal)
|
|
|
|
:: +usurp: consider self-replacement
|
|
|
|
::
|
|
|
|
++ usurp
|
|
|
|
|= del=news
|
|
|
|
^- (unit (pair seed (list (pair path (cask)))))
|
|
|
|
~& usurp/(turn ~(tap by sys.del) head)
|
|
|
|
=/ hun (~(get by sys.del) /sys/hoon)
|
|
|
|
=/ arv (~(get by sys.del) /sys/arvo)
|
|
|
|
?~ hun
|
|
|
|
?~ arv ~
|
|
|
|
`[`(sole u.arv) [/sys/arvo u.arv] ~]
|
|
|
|
=/ rav
|
|
|
|
~| %usurp-hoon-no-arvo
|
|
|
|
((bond |.((need fil:(~(get de fat) /sys/arvo)))) arv)
|
|
|
|
~! rav
|
|
|
|
:+ ~
|
|
|
|
[`(sole u.hun) (sole rav)]
|
|
|
|
[[/sys/arvo rav] [/sys/hoon u.hun] ~]
|
|
|
|
:: +adorn: augment capabilities
|
|
|
|
::
|
|
|
|
++ adorn
|
|
|
|
|= [del=news all=?]
|
|
|
|
^- (pair sprig _fat)
|
|
|
|
:: zuse: shared library
|
|
|
|
::
|
|
|
|
=^ zus fat
|
|
|
|
?^ hav=(~(get by sys.del) /sys/zuse)
|
|
|
|
:- `(sole u.hav)
|
|
|
|
(~(put de fat) /sys/zuse u.hav)
|
|
|
|
:_ fat
|
|
|
|
~| %adorn-no-zuse
|
|
|
|
?.(all ~ `(sole (need fil:(~(get de fat) /sys/zuse))))
|
|
|
|
:: kernel modules
|
|
|
|
::
|
|
|
|
:: %zuse is the subject of the vanes; force all if we have a new %zuse
|
|
|
|
::
|
|
|
|
=| nav=(map term hoof)
|
|
|
|
=? nav |(all ?=(^ zus))
|
|
|
|
%- ~(gas by nav)
|
|
|
|
%+ turn
|
|
|
|
~(tap by dir:(~(get de fat) /sys/vane))
|
|
|
|
|=([name=@ta _fat] [`@tas`name (sole (need fil))])
|
|
|
|
::
|
|
|
|
=^ new fat
|
|
|
|
%^ spin
|
|
|
|
%+ skim ~(tap by sys.del)
|
|
|
|
|=([p=path *] ?=([%sys %vane @tas ~] p))
|
|
|
|
fat
|
|
|
|
|= [[p=path q=(cask)] taf=_fat]
|
|
|
|
^- (pair (cask hoof) _fat)
|
|
|
|
?> ?=([%sys %vane @tas ~] p)
|
|
|
|
=* nam i.t.t.p
|
|
|
|
?> ((sane %tas) nam)
|
|
|
|
[[`@tas`nam (sole q)] (~(put de taf) p q)]
|
|
|
|
::
|
|
|
|
=; van
|
|
|
|
[[zus van] fat]
|
|
|
|
%+ sort ~(tap by (~(gas by nav) new))
|
|
|
|
|=([[a=@tas *] [b=@tas *]] (aor a b))
|
|
|
|
-- :: adapt
|
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
:: |me: dynamic analysis
|
|
|
|
::
|
|
|
|
++ me
|
|
|
|
~/ %me
|
|
|
|
|_ :: sac: compiler cache
|
2020-02-07 22:18:00 +03:00
|
|
|
:: pyt: cached types
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-02-07 22:18:00 +03:00
|
|
|
[sac=worm vil=vile]
|
2020-02-27 04:49:42 +03:00
|
|
|
:: +refine-moves: move list from vase
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ refine-moves
|
|
|
|
|= vax=vase
|
|
|
|
^- (pair (list move) worm)
|
|
|
|
?: =(~ q.vax) [~ sac]
|
|
|
|
=^ hed sac (~(slot wa sac) 2 vax)
|
|
|
|
=^ tal sac (~(slot wa sac) 3 vax)
|
|
|
|
=^ mov sac (refine-move hed)
|
|
|
|
=^ moz sac $(vax tal)
|
|
|
|
[[mov moz] sac]
|
2020-02-27 04:49:42 +03:00
|
|
|
:: +refine-move: move from vase
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ refine-move
|
|
|
|
|= vax=vase
|
|
|
|
^- (pair move worm)
|
|
|
|
~> %mean.'bad-move'
|
|
|
|
=^ hip sac (~(nell wa sac) p.vax)
|
|
|
|
?. hip
|
2020-03-04 00:20:34 +03:00
|
|
|
~>(%mean.'not-cell' !!)
|
2020-02-05 23:48:30 +03:00
|
|
|
=/ duc
|
|
|
|
~> %mean.'bad-duct'
|
|
|
|
;;(duct -.q.vax)
|
2020-01-24 09:04:45 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
:: yat: specialized ball vase
|
|
|
|
::
|
|
|
|
=^ yat sac (~(spot wa sac) 3 vax)
|
|
|
|
=^ del sac (refine-ball yat)
|
|
|
|
[[duc del] sac]
|
2020-02-27 04:49:42 +03:00
|
|
|
:: +refine-ball: ball from vase
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ refine-ball
|
|
|
|
|= vax=vase
|
|
|
|
^- (pair ball worm)
|
|
|
|
?+ q.vax
|
|
|
|
~> %mean.'bad-ball'
|
|
|
|
~_ (sell vax)
|
|
|
|
!!
|
|
|
|
::
|
|
|
|
[%give card]
|
|
|
|
:: yed: vase containing card
|
2020-02-27 04:35:12 +03:00
|
|
|
:: hil: card as maze
|
2020-01-24 09:04:45 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ yed sac (~(spot wa sac) 3 vax)
|
|
|
|
=^ hil sac (refine-card yed)
|
|
|
|
[[%give hil] sac]
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
[%pass wire=* vane=term card]
|
|
|
|
=/ =wire
|
|
|
|
~> %mean.'bad-wire'
|
|
|
|
;;(wire wire.q.vax)
|
|
|
|
=/ vane
|
|
|
|
~> %mean.'bad-vane-label'
|
|
|
|
?> ((sane %tas) vane.q.vax)
|
|
|
|
vane.q.vax
|
|
|
|
::
|
|
|
|
:: yed: vase containing card
|
2020-02-27 04:35:12 +03:00
|
|
|
:: hil: card as maze
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
=^ xav sac (~(spot wa sac) 7 vax)
|
|
|
|
=^ yed sac (~(spot wa sac) 3 xav)
|
|
|
|
=^ hil sac (refine-card yed)
|
|
|
|
[[%pass wire vane hil] sac]
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
[%slip vane=term card]
|
|
|
|
=/ vane
|
|
|
|
~> %mean.'bad-vane-label'
|
|
|
|
?> ((sane %tas) vane.q.vax)
|
|
|
|
vane.q.vax
|
|
|
|
::
|
|
|
|
:: yed: vase containing card
|
2020-02-27 04:35:12 +03:00
|
|
|
:: hil: card as maze
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
=^ xav sac (~(spot wa sac) 3 vax)
|
|
|
|
=^ yed sac (~(spot wa sac) 3 xav)
|
|
|
|
=^ hil sac (refine-card yed)
|
|
|
|
[[%slip vane hil] sac]
|
2020-02-10 07:07:37 +03:00
|
|
|
::
|
2020-02-27 02:57:59 +03:00
|
|
|
[%hurl goof=^ ball=*]
|
2020-02-10 07:07:37 +03:00
|
|
|
=/ =goof
|
|
|
|
=/ mote -.goof.q.vax
|
|
|
|
?> ?& ?=(@ mote)
|
|
|
|
((sane %tas) mote)
|
|
|
|
==
|
|
|
|
[mote ;;(tang +.goof.q.vax)]
|
|
|
|
::
|
2020-02-27 02:57:59 +03:00
|
|
|
=^ bal sac
|
|
|
|
=^ lab sac (~(spot wa sac) 7 vax)
|
|
|
|
$(vax lab)
|
2020-02-10 07:07:37 +03:00
|
|
|
::
|
2020-02-27 02:57:59 +03:00
|
|
|
?> ?=(?(%pass %give) -.p.bal)
|
|
|
|
[[%hurl goof p.bal] sac]
|
2020-02-05 23:48:30 +03:00
|
|
|
==
|
2020-02-27 04:49:42 +03:00
|
|
|
:: +refine-card: card from vase
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ refine-card
|
|
|
|
|= vax=vase
|
2020-02-27 04:35:12 +03:00
|
|
|
^- (pair maze worm)
|
2020-02-05 23:48:30 +03:00
|
|
|
~> %mean.'bad-card'
|
|
|
|
=^ hip sac (~(nell wa sac) p.vax)
|
|
|
|
?> hip
|
|
|
|
?. ?=(%meta -.q.vax)
|
|
|
|
::
|
2020-02-27 04:35:12 +03:00
|
|
|
:: for a non-meta card, the maze is the vase
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
[[%& vax] sac]
|
|
|
|
~> %mean.'bad-meta'
|
2020-01-24 09:04:45 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
:: tiv: vase of vase of card
|
|
|
|
:: typ: vase of span
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ tiv sac (~(slot wa sac) 3 vax)
|
|
|
|
=^ hip sac (~(nell wa sac) p.tiv)
|
|
|
|
?> hip
|
|
|
|
=^ typ sac (~(slot wa sac) 2 tiv)
|
2020-02-07 22:18:00 +03:00
|
|
|
=. sac (~(neat wa sac) typ.vil [%& typ])
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
:: support for meta-meta-cards has been removed
|
|
|
|
::
|
2020-02-07 21:33:49 +03:00
|
|
|
?> ?=(meta q.tiv)
|
2020-02-05 23:48:30 +03:00
|
|
|
[[%| q.tiv] sac]
|
|
|
|
--
|
|
|
|
::
|
|
|
|
:: |va: vane engine
|
|
|
|
::
|
|
|
|
++ va
|
2020-11-15 11:56:52 +03:00
|
|
|
=> |%
|
|
|
|
:: XX move next to +slap
|
|
|
|
::
|
|
|
|
++ swat
|
|
|
|
|= [vax=vase gen=hoon]
|
|
|
|
^- (trap vase)
|
|
|
|
=/ gun (~(mint ut p.vax) %noun gen)
|
|
|
|
|.([p.gun .*(q.vax q.gun)])
|
|
|
|
::
|
|
|
|
++ smit
|
|
|
|
|= [cap=tape pit=vase pax=path txt=@t]
|
|
|
|
^- (trap vase)
|
|
|
|
~> %slog.[0 leaf+"{cap}: {(scow p+(mug txt))}"]
|
|
|
|
%- road |.
|
|
|
|
~_ leaf/cap
|
|
|
|
(swat pit (rain pax txt))
|
|
|
|
::
|
|
|
|
++ create
|
|
|
|
|= [zus=vase lal=term pax=path txt=@t]
|
|
|
|
^- vase
|
|
|
|
(slym $:(smit "vane {<lal>}" zus pax txt) zus)
|
|
|
|
::
|
|
|
|
++ settle
|
|
|
|
|= van=vase
|
|
|
|
^- (pair vase worm)
|
|
|
|
=/ [rig=vase wor=worm] (~(slym wa *worm) van *vane-sample)
|
|
|
|
[van +:(~(slap wa wor) rig [%limb %scry])]
|
|
|
|
::
|
|
|
|
:: XX pass identity to preserve behavior?
|
|
|
|
::
|
|
|
|
++ update
|
|
|
|
|= [las=vase nex=vase]
|
|
|
|
^- vase
|
|
|
|
=/ sam=vase (slap (slym las *vane-sample) [%limb %stay])
|
|
|
|
=/ gat=vase (slap (slym nex *vane-sample) [%limb %load])
|
|
|
|
(slam gat sam)
|
|
|
|
--
|
|
|
|
::
|
|
|
|
~% %va ..va ~
|
2020-02-07 22:18:00 +03:00
|
|
|
|_ [our=ship vil=vile vax=vase sac=worm]
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
:: |plow:va: operate in time and space
|
|
|
|
::
|
|
|
|
++ plow
|
|
|
|
|= [now=@da sky=slyd]
|
|
|
|
|%
|
|
|
|
:: +peek:plow:va: read from a local namespace
|
|
|
|
::
|
|
|
|
++ peek
|
|
|
|
|= [fur=(unit (set monk)) ren=@t bed=beam]
|
2020-02-07 21:33:49 +03:00
|
|
|
^- (unit (unit (cask meta)))
|
2020-02-06 09:33:51 +03:00
|
|
|
:: namespace reads receive no entropy
|
|
|
|
::
|
|
|
|
=/ sam=vane-sample [our now *@uvJ sky]
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ rig sac
|
2020-02-06 09:33:51 +03:00
|
|
|
~> %mean.'peek: activation failed'
|
|
|
|
(~(slym wa sac) vax sam)
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ gat sac
|
2020-02-06 09:33:51 +03:00
|
|
|
~> %mean.'peek: call failed'
|
2020-02-05 23:48:30 +03:00
|
|
|
(~(slap wa sac) rig [%limb %scry])
|
|
|
|
::
|
2020-02-07 21:33:49 +03:00
|
|
|
;; (unit (unit (cask meta)))
|
2020-02-05 23:48:30 +03:00
|
|
|
%+ slum q.gat
|
|
|
|
^- scry-sample
|
|
|
|
:* fur
|
|
|
|
ren
|
|
|
|
[%& p.bed]
|
|
|
|
q.bed
|
|
|
|
`coin`[%$ r.bed]
|
|
|
|
(flop s.bed)
|
|
|
|
==
|
|
|
|
::
|
|
|
|
:: |spin:plow:va: move statefully
|
|
|
|
::
|
|
|
|
++ spin
|
2020-02-10 07:01:03 +03:00
|
|
|
|= [hen=duct eny=@uvJ dud=(unit goof)]
|
2020-02-07 22:18:00 +03:00
|
|
|
=* duc [duc.vil hen]
|
2020-02-28 09:30:29 +03:00
|
|
|
=* err [dud.vil dud]
|
2020-02-06 09:33:51 +03:00
|
|
|
=/ sam=vane-sample [our now eny sky]
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ rig sac
|
2020-02-06 09:33:51 +03:00
|
|
|
~> %mean.'spin: activation failed'
|
|
|
|
(~(slym wa sac) vax sam)
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
|%
|
2020-02-27 04:49:42 +03:00
|
|
|
:: +slix: en-hypo
|
2020-02-07 22:18:00 +03:00
|
|
|
::
|
|
|
|
++ slix
|
2020-02-27 04:35:12 +03:00
|
|
|
|= hil=maze
|
|
|
|
^- maze
|
2020-02-07 22:18:00 +03:00
|
|
|
?- -.hil
|
|
|
|
%& [%& (slop [typ.vil p.p.hil] p.hil)]
|
|
|
|
%| [%| [%cell typ.vil p.p.hil] p.hil]
|
|
|
|
==
|
2020-02-06 09:33:51 +03:00
|
|
|
:: +peel:spin:plow:va: extract products, finalize vane
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
++ peel
|
|
|
|
|= pro=vase
|
2020-02-06 09:33:51 +03:00
|
|
|
^- (pair [vase vase] worm)
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ moz sac (~(slot wa sac) 2 pro)
|
|
|
|
=^ vem sac (~(slot wa sac) 3 pro)
|
2020-02-06 09:33:51 +03:00
|
|
|
:: replace vane sample with default to plug leak
|
|
|
|
::
|
|
|
|
=. +<.q.vem *vane-sample
|
|
|
|
[[moz vem] sac]
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +call:spin:plow:va: advance statefully
|
|
|
|
::
|
|
|
|
++ call
|
2020-02-27 04:35:12 +03:00
|
|
|
|= task=maze
|
2020-02-06 09:33:51 +03:00
|
|
|
^- (pair [vase vase] worm)
|
|
|
|
~> %mean.'call: failed'
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ gat sac
|
|
|
|
(~(slap wa sac) rig [%limb %call])
|
|
|
|
::
|
2020-02-11 01:03:03 +03:00
|
|
|
:: sample is [duct (unit goof) (hypo (hobo task))]
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-02-27 04:35:12 +03:00
|
|
|
=/ sam=maze
|
2020-02-11 01:03:03 +03:00
|
|
|
(slid duc (slid err (slix task)))
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ pro sac (slur sac gat sam)
|
|
|
|
(peel pro)
|
|
|
|
:: +take:spin:plow:va: retreat statefully
|
|
|
|
::
|
|
|
|
++ take
|
2020-02-27 04:35:12 +03:00
|
|
|
|= [=wire from=term gift=maze]
|
2020-02-06 09:33:51 +03:00
|
|
|
^- (pair [vase vase] worm)
|
|
|
|
~> %mean.'take: failed'
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ gat sac
|
|
|
|
(~(slap wa sac) rig [%limb %take])
|
|
|
|
=/ src=vase
|
|
|
|
[[%atom %tas `from] from]
|
|
|
|
::
|
2020-02-11 01:03:03 +03:00
|
|
|
:: sample is [wire duct (unit goof) (hypo sign=[term gift])]
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-02-27 04:35:12 +03:00
|
|
|
=/ sam=maze
|
2020-02-28 09:30:29 +03:00
|
|
|
=* tea [wir.vil wire]
|
2020-02-11 01:03:03 +03:00
|
|
|
(slid tea (slid duc (slid err (slix (slid src gift)))))
|
2020-02-05 23:48:30 +03:00
|
|
|
=^ pro sac (slur sac gat sam)
|
|
|
|
(peel pro)
|
|
|
|
--
|
|
|
|
--
|
|
|
|
--
|
|
|
|
::
|
|
|
|
:: |le: arvo event-loop engine
|
2020-01-24 09:04:45 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ le
|
2020-11-13 23:35:01 +03:00
|
|
|
~% %le ..le ~
|
2020-11-19 10:44:28 +03:00
|
|
|
=| $: :: run: list of worklists
|
|
|
|
:: out: pending output
|
|
|
|
:: gem: worklist metadata
|
2020-11-15 11:56:52 +03:00
|
|
|
:: dud: propagate error
|
2020-11-19 10:44:28 +03:00
|
|
|
:: but: reboot signal
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
::
|
|
|
|
run=(list plan)
|
|
|
|
out=(list ovum)
|
2020-11-15 11:56:52 +03:00
|
|
|
gem=germ
|
|
|
|
dud=(unit goof)
|
2020-11-19 10:44:28 +03:00
|
|
|
$= but %- unit
|
|
|
|
$: gat=$-(heir (trap ^))
|
|
|
|
kel=(list (pair path (cask)))
|
|
|
|
fil=(list (pair path (cask)))
|
|
|
|
==
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
|_ [[pit=vase vil=vile] now=@da soul]
|
2020-02-05 23:48:30 +03:00
|
|
|
+* this .
|
2020-11-15 11:56:52 +03:00
|
|
|
sol +<+>
|
2020-05-06 16:02:11 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: +abet: finalize loop
|
2020-05-06 16:02:11 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
++ abet
|
2020-11-15 11:56:52 +03:00
|
|
|
^- (each (pair (list ovum) soul) (trap ^))
|
|
|
|
?~ but
|
|
|
|
&/[(flop out) sol]
|
2020-11-21 23:59:39 +03:00
|
|
|
|/(gat.u.but [arvo now [run out [kel fil]:u.but] sol])
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +poke: prepare a worklist-of-one from outside
|
|
|
|
::
|
|
|
|
++ poke
|
2020-11-15 11:56:52 +03:00
|
|
|
|= =ovum
|
2020-02-05 23:48:30 +03:00
|
|
|
^+ this
|
2020-03-04 00:20:34 +03:00
|
|
|
~> %mean.'arvo: poke crashed'
|
2020-02-05 23:48:30 +03:00
|
|
|
~? !lac ["" %unix p.card.ovum wire.ovum now]
|
2020-11-15 11:56:52 +03:00
|
|
|
(poke:pith ovum)
|
2020-02-11 08:51:46 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ jump
|
|
|
|
|= =debt
|
2020-02-11 08:51:46 +03:00
|
|
|
^+ this
|
2020-11-15 11:56:52 +03:00
|
|
|
=: run run.debt
|
|
|
|
out out.debt
|
|
|
|
==
|
2020-11-19 10:44:28 +03:00
|
|
|
:: apply remaining update
|
|
|
|
::
|
|
|
|
(~(lod what:pith fil.debt) kel.debt)
|
2020-11-15 11:56:52 +03:00
|
|
|
:: +emit: enqueue a worklist with source
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ emit
|
|
|
|
|= pan=plan
|
|
|
|
this(run [pan run])
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +loop: until done
|
|
|
|
::
|
|
|
|
++ loop
|
2020-11-15 11:56:52 +03:00
|
|
|
^+ abet
|
|
|
|
?: ?| ?=(~ run)
|
|
|
|
?=(^ but)
|
|
|
|
==
|
|
|
|
abet
|
2020-02-06 09:33:51 +03:00
|
|
|
?: =(~ q.i.run) :: XX TMI
|
2020-02-05 23:48:30 +03:00
|
|
|
loop(run t.run)
|
2020-02-11 23:16:03 +03:00
|
|
|
=. dud ~
|
2020-02-05 23:48:30 +03:00
|
|
|
=. gem p.i.run
|
2020-05-06 16:02:11 +03:00
|
|
|
=^ mov=move q.i.run q.i.run
|
2020-11-15 11:56:52 +03:00
|
|
|
loop:(step mov)
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +step: advance the loop one step by routing a move
|
|
|
|
::
|
|
|
|
++ step
|
|
|
|
|= =move
|
2020-11-15 11:56:52 +03:00
|
|
|
^+ this
|
2020-02-10 07:01:03 +03:00
|
|
|
::
|
|
|
|
~? &(!lac ?=(^ dud)) %goof
|
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
?- -.ball.move
|
|
|
|
::
|
|
|
|
:: %pass: forward move
|
|
|
|
::
|
|
|
|
%pass
|
|
|
|
=* wire wire.ball.move
|
|
|
|
=* duct duct.move
|
|
|
|
=* vane vane.note.ball.move
|
|
|
|
=* task task.note.ball.move
|
|
|
|
::
|
|
|
|
~? &(!lac !=(%$ vane.gem))
|
2020-03-18 01:52:06 +03:00
|
|
|
:- (runt [(lent bars.gem) '|'] "")
|
2020-02-05 23:48:30 +03:00
|
|
|
:^ %pass [vane.gem vane]
|
|
|
|
?: ?=(?(%deal %deal-gall) +>-.task)
|
|
|
|
:- :- +>-.task
|
|
|
|
;;([[ship ship] term term] [+>+< +>+>- +>+>+<]:task)
|
|
|
|
wire
|
|
|
|
[(symp +>-.task) wire]
|
|
|
|
duct
|
|
|
|
::
|
2020-02-06 09:33:51 +03:00
|
|
|
:: cons source onto wire, and wire onto duct
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
(call [[vane.gem wire] duct] vane task)
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
:: %slip: lateral move
|
2020-01-24 06:45:03 +03:00
|
|
|
::
|
2020-02-05 23:48:30 +03:00
|
|
|
%slip
|
|
|
|
=* duct duct.move
|
|
|
|
=* vane vane.note.ball.move
|
|
|
|
=* task task.note.ball.move
|
|
|
|
::
|
|
|
|
~? !lac
|
2020-03-18 01:52:06 +03:00
|
|
|
:- (runt [(lent bars.gem) '|'] "")
|
2020-02-05 23:48:30 +03:00
|
|
|
[%slip vane.gem (symp +>-.task) duct]
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
(call duct vane task)
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
:: %give: return move
|
|
|
|
::
|
|
|
|
%give
|
|
|
|
?. ?=(^ duct.move)
|
|
|
|
~>(%mean.'give-no-duct' !!)
|
|
|
|
::
|
|
|
|
=/ wire i.duct.move
|
|
|
|
=/ duct t.duct.move
|
|
|
|
=* gift gift.ball.move
|
|
|
|
::
|
2020-11-16 22:53:21 +03:00
|
|
|
=^ way=term wire
|
2020-02-07 01:34:01 +03:00
|
|
|
~| [%give duct.move (symp -.q.p.gift)]
|
2020-02-05 23:48:30 +03:00
|
|
|
?>(?=(^ wire) wire)
|
|
|
|
::
|
2020-11-16 22:53:21 +03:00
|
|
|
~? &(!lac !=(%$ way) |(!=(%blit +>-.gift) !=(%d vane.gem)))
|
2020-03-18 01:52:06 +03:00
|
|
|
:- (runt [(lent bars.gem) '|'] "")
|
2020-02-05 23:48:30 +03:00
|
|
|
:^ %give vane.gem
|
|
|
|
?: ?=(%unto +>-.gift)
|
|
|
|
[+>-.gift (symp +>+<.gift)]
|
|
|
|
(symp +>-.gift)
|
2020-03-26 06:13:24 +03:00
|
|
|
duct.move
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
2020-11-16 22:53:21 +03:00
|
|
|
(take duct wire way gift)
|
2020-02-10 07:01:03 +03:00
|
|
|
::
|
2020-02-27 02:57:59 +03:00
|
|
|
:: %hurl: action with error
|
2020-02-10 07:01:03 +03:00
|
|
|
::
|
|
|
|
%hurl
|
|
|
|
%= $
|
2020-02-27 02:57:59 +03:00
|
|
|
dud `goof.ball.move
|
|
|
|
ball.move wite.ball.move
|
2020-02-10 07:01:03 +03:00
|
|
|
==
|
2020-02-05 23:48:30 +03:00
|
|
|
==
|
2020-05-07 11:51:08 +03:00
|
|
|
:: +whey: measure memory usage
|
|
|
|
::
|
|
|
|
++ whey
|
2020-11-15 11:56:52 +03:00
|
|
|
^- mass
|
|
|
|
=; mod=(list mass)
|
|
|
|
:+ %arvo %|
|
|
|
|
:~ hoon+&+pit
|
|
|
|
zuse+&+zus
|
|
|
|
vane+|+mod
|
|
|
|
==
|
|
|
|
::
|
2020-05-07 11:51:08 +03:00
|
|
|
=/ von
|
|
|
|
%+ turn
|
|
|
|
(sort ~(tap by van) |=([[a=@tas *] [b=@tas *]] (aor a b)))
|
|
|
|
|=([lal=@tas =vane] (cat 3 %vane- lal)^vane)
|
|
|
|
::
|
|
|
|
:~ :+ %reports %|
|
|
|
|
%+ turn von
|
|
|
|
=/ bem=beam [[our %home da+now] /whey]
|
|
|
|
|= [lal=@tas =vane]
|
2020-06-13 07:40:13 +03:00
|
|
|
=/ met (need (need (peek ** ~ (rsh 3 5 lal) bem)))
|
2020-05-07 11:51:08 +03:00
|
|
|
lal^|+;;((list mass) q.q.met)
|
|
|
|
::
|
|
|
|
:+ %caches %|
|
|
|
|
%+ turn von
|
|
|
|
|=([lal=@tas =vane] lal^&+worm.vane)
|
|
|
|
::
|
|
|
|
:+ %dregs %|
|
|
|
|
%+ turn von
|
|
|
|
|=([lal=@tas =vane] lal^&+vase.vane)
|
|
|
|
==
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +peek: read from the entire namespace
|
|
|
|
::
|
|
|
|
++ peek
|
|
|
|
^- slyd
|
|
|
|
|= [typ=* fur=(unit (set monk)) ron=term bed=beam]
|
2020-02-07 21:33:49 +03:00
|
|
|
^- (unit (unit (cask meta)))
|
2020-02-05 23:48:30 +03:00
|
|
|
::
|
|
|
|
:: XX identity is defaulted to ship from beam
|
|
|
|
::
|
|
|
|
=> .(fur ?^(fur fur `[[%& p.bed] ~ ~]))
|
|
|
|
:: XX vane and care are concatenated
|
|
|
|
::
|
|
|
|
=/ lal (end 3 1 ron)
|
|
|
|
=/ ren ;;(@t (rsh 3 1 ron))
|
|
|
|
?. (~(has by van) lal)
|
|
|
|
~
|
|
|
|
(peek:(plow lal) fur ren bed)
|
|
|
|
:: +call: advance to target
|
|
|
|
::
|
|
|
|
++ call
|
2020-02-27 04:35:12 +03:00
|
|
|
|= [=duct way=term task=maze]
|
2020-02-05 23:48:30 +03:00
|
|
|
^+ this
|
2020-11-15 11:56:52 +03:00
|
|
|
?: ?=(%$ way)
|
|
|
|
~> %mean.'call: bad waif'
|
|
|
|
(call:pith ;;(waif:pith q.p.task))
|
|
|
|
::
|
2020-03-18 01:52:06 +03:00
|
|
|
%+ push [way duct bars.gem]
|
|
|
|
~| bar-stack=`(list ^duct)`[duct bars.gem]
|
2020-02-10 07:01:03 +03:00
|
|
|
%. task
|
|
|
|
call:(spin:(plow way) duct eny dud)
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +take: retreat along call-stack
|
|
|
|
::
|
|
|
|
++ take
|
2020-02-27 04:35:12 +03:00
|
|
|
|= [=duct =wire way=term gift=maze]
|
2020-02-05 23:48:30 +03:00
|
|
|
^+ this
|
2020-11-16 22:53:21 +03:00
|
|
|
?: ?=(%$ way)
|
|
|
|
::
|
|
|
|
:: the caller was Outside
|
|
|
|
::
|
|
|
|
?> ?=(~ duct)
|
|
|
|
(xeno:pith wire ;;(card q.p.gift))
|
|
|
|
::
|
|
|
|
:: the caller was a vane
|
|
|
|
::
|
2020-03-18 01:52:06 +03:00
|
|
|
%+ push [way duct bars.gem]
|
2020-02-06 09:33:51 +03:00
|
|
|
::
|
|
|
|
:: cons source onto .gift to make a $sign
|
|
|
|
::
|
2020-03-18 01:52:06 +03:00
|
|
|
~| wire=wire
|
|
|
|
~| bar-stack=`(list ^duct)`[duct bars.gem]
|
2020-02-10 07:01:03 +03:00
|
|
|
%. [wire [vane.gem gift]]
|
|
|
|
take:(spin:(plow way) duct eny dud)
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +push: finalize an individual step
|
|
|
|
::
|
|
|
|
++ push
|
2020-03-18 01:52:06 +03:00
|
|
|
|= [gum=germ [zom=vase vax=vase] sac=worm]
|
2020-02-05 23:48:30 +03:00
|
|
|
^+ this
|
2020-02-06 09:33:51 +03:00
|
|
|
=^ moz sac
|
2020-02-07 22:18:00 +03:00
|
|
|
(~(refine-moves me sac vil) zom)
|
2020-03-18 01:52:06 +03:00
|
|
|
=. van (~(put by van) vane.gum [vax sac])
|
|
|
|
(emit `plan`[`germ`gum `(list move)`moz])
|
2020-02-05 23:48:30 +03:00
|
|
|
:: +plow: operate on a vane, in time and space
|
|
|
|
::
|
|
|
|
++ plow
|
2020-02-06 09:33:51 +03:00
|
|
|
|= way=term
|
|
|
|
~| [%plow-failed way]
|
|
|
|
=/ =vane
|
2020-02-07 01:34:01 +03:00
|
|
|
~| [%missing-vane way]
|
2020-02-06 09:33:51 +03:00
|
|
|
(~(got by van) way)
|
2020-02-07 22:18:00 +03:00
|
|
|
(~(plow va [our vil vane]) now peek)
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
|
|
|
:: |pith: operate on arvo internals
|
|
|
|
::
|
|
|
|
++ pith
|
|
|
|
=> |%
|
|
|
|
:: $waif: arvo effect, from anywhere
|
|
|
|
:: $wasp: arvo effect, from Outside
|
|
|
|
::
|
|
|
|
+$ waif
|
|
|
|
:: %lyra: upgrade kernel
|
2020-11-17 06:47:43 +03:00
|
|
|
:: %trim: trim state, spam to all
|
2020-11-15 11:56:52 +03:00
|
|
|
:: %vega: notify vanes post upgrade
|
2020-11-19 10:44:28 +03:00
|
|
|
:: %what: update from files
|
2020-11-15 11:56:52 +03:00
|
|
|
:: %whey: produce $mass :: XX remove, scry
|
|
|
|
:: %verb: toggle laconicity
|
|
|
|
:: %veer: upgrade module
|
|
|
|
:: NB: %warn removed
|
|
|
|
::
|
|
|
|
$% [%lyra hun=(unit @t) van=@t]
|
2020-11-17 06:47:43 +03:00
|
|
|
[%trim p=@ud]
|
2020-11-15 11:56:52 +03:00
|
|
|
[%vega ~]
|
2020-11-19 10:44:28 +03:00
|
|
|
[%what p=(list (pair path (cask)))]
|
2020-11-15 11:56:52 +03:00
|
|
|
[%whey ~]
|
2020-11-17 06:47:43 +03:00
|
|
|
[%verb p=(unit ?)]
|
2020-11-15 11:56:52 +03:00
|
|
|
[%veer lal=@tas pax=path txt=@t]
|
|
|
|
==
|
|
|
|
::
|
|
|
|
+$ wasp
|
|
|
|
:: %crud: reroute $ovum with $goof :: NB: different
|
2020-11-17 06:47:43 +03:00
|
|
|
:: %wack: iterate entropy
|
2020-11-18 02:04:26 +03:00
|
|
|
:: %wyrd: check/record runtime kelvin stack
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
$% [%crud =goof =ovum]
|
|
|
|
[%wack p=@uvJ]
|
2020-11-18 02:04:26 +03:00
|
|
|
[%wyrd p=vere]
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
|
|
|
--
|
|
|
|
::
|
|
|
|
|%
|
|
|
|
::
|
|
|
|
++ gest
|
|
|
|
|= =ovum
|
|
|
|
^- $>(%pass ball)
|
|
|
|
=^ way=term wire.ovum wire.ovum
|
2020-11-16 22:53:21 +03:00
|
|
|
::
|
|
|
|
:: XX uncomment to restore previous routing
|
|
|
|
::
|
|
|
|
:: =? way ?=(%$ way) (dint wire.ovum)
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
|
|
|
:: %$: default, routed to arvo-proper as trivial vase
|
|
|
|
:: @: route to vane XX remove %soft, clam via %zuse
|
|
|
|
::
|
|
|
|
=/ =vase
|
|
|
|
?- way
|
|
|
|
%$ noun/card.ovum
|
|
|
|
@ [cell/[atom/tas/`%soft %noun] soft/card.ovum]
|
|
|
|
==
|
|
|
|
[%pass wire.ovum way &/vase]
|
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
:: |what: update engine
|
|
|
|
::
|
|
|
|
:: +kel: (maybe) initiate a kernel update
|
|
|
|
:: +lod: continue with update after kernel +load
|
|
|
|
:: +mod: update the modules of the kernel
|
|
|
|
::
|
|
|
|
++ what
|
|
|
|
|_ fil=(list (pair path (cask)))
|
|
|
|
::
|
|
|
|
++ kel
|
|
|
|
^+ ..pith
|
|
|
|
=/ del (~(group adapt fat) fil)
|
|
|
|
=/ tub (~(usurp adapt fat) del)
|
|
|
|
?~ tub
|
|
|
|
(mod del |)
|
|
|
|
=/ pos=plan
|
|
|
|
[$/~ [*duct (gest [//arvo vega/~])] ~]
|
|
|
|
=/ gat (boot kel.ver [hun arv]:p.u.tub)
|
|
|
|
%_ ..pith
|
|
|
|
but `[gat q.u.tub fil]
|
|
|
|
run (weld run [pos ~])
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ lod
|
|
|
|
|= kel=(list (pair path (cask)))
|
|
|
|
^+ ..pith
|
|
|
|
=/ fat (~(gas de:node fat) kel)
|
|
|
|
%+ mod
|
|
|
|
(~(group adapt fat) fil)
|
|
|
|
%+ lien kel
|
|
|
|
|= [p=path *]
|
|
|
|
?=([%sys ?(%arvo %hoon) *] p)
|
|
|
|
::
|
|
|
|
++ mod
|
|
|
|
|= [del=news all=?]
|
|
|
|
^+ ..pith
|
|
|
|
=^ job=sprig fat (~(adorn adapt fat) del all)
|
|
|
|
=? zus ?=(^ zus.job)
|
|
|
|
$:(smit:va "zuse" pit /sys/zuse/hoon u.zus.job)
|
|
|
|
%- (wyrd kel.ver [zuse/;;(@ud q:(slap zus limb/%zuse)) ~])
|
|
|
|
%= ..pith
|
|
|
|
van
|
|
|
|
%+ roll van.job
|
|
|
|
|= [[(cask hoof)] =_van]
|
|
|
|
^+ van
|
|
|
|
=/ way (wilt p)
|
|
|
|
=/ nex (create:va zus way /sys/vane/[p]/hoon q)
|
|
|
|
=/ nav (~(get by van) way)
|
|
|
|
=? nex ?=(^ nav) (update:va vase.u.nav nex)
|
|
|
|
(~(put by van) way (settle:va nex))
|
|
|
|
==
|
|
|
|
--
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ call
|
|
|
|
|= =waif
|
|
|
|
^+ ..pith
|
|
|
|
?^ dud ~>(%mean.'pith: goof' !!)
|
|
|
|
?- -.waif
|
2020-11-19 10:44:28 +03:00
|
|
|
%lyra =; wat $(waif wat)
|
|
|
|
:+ %what [/sys/arvo hoon/van.waif]
|
|
|
|
?~ hun.waif ~
|
|
|
|
[[/sys/hoon hoon/u.hun.waif] ~]
|
2020-11-17 06:47:43 +03:00
|
|
|
::
|
|
|
|
:: %trim: clear state
|
|
|
|
::
|
|
|
|
:: clears compiler caches if high-priority
|
|
|
|
:: XX add separate $wasp if this should happen last
|
|
|
|
::
|
|
|
|
%trim =? van =(0 p.waif)
|
|
|
|
(~(run by van) |=(=vane vane(worm *worm)))
|
|
|
|
(emit $/~ (spam /arvo !>(waif)))
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
%vega (emit $/~ (spam /arvo !>(waif))) :: XX also out
|
2020-11-17 06:47:43 +03:00
|
|
|
%verb ..pith(lac ?~(p.waif !lac u.p.waif))
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
%veer =/ pax
|
|
|
|
sys/?:(?=(%$ lal.waif) /zuse /vane/[(grow lal.waif)])
|
|
|
|
$(waif what/[[pax hoon/txt.waif] ~])
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
%what ~(kel what p.waif)
|
2020-11-15 11:56:52 +03:00
|
|
|
%whey ..pith(out [[//arvo mass/whey] out])
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ poke
|
|
|
|
|= =ovum
|
|
|
|
^+ ..pith
|
|
|
|
?~ wire.ovum
|
|
|
|
~>(%mean.'pith: bad wire' !!)
|
|
|
|
::
|
2020-11-18 02:04:26 +03:00
|
|
|
?. ?=(?(%crud %wack %wyrd) -.card.ovum)
|
2020-11-17 06:47:43 +03:00
|
|
|
(emit $/~ [*duct (gest ovum)] ~)
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
=/ buz ;;(wasp card.ovum)
|
|
|
|
?- -.buz
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
:: %crud: forward error notification
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
%crud (emit $/~ [*duct hurl/[goof.buz (gest ovum.buz)]] ~)
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
:: XX review
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
%wack ..pith(eny (shaz (cat 3 eny p.buz)))
|
2020-11-18 02:04:26 +03:00
|
|
|
::
|
|
|
|
:: %wyrd: check for runtime kelvin compatibility
|
|
|
|
::
|
|
|
|
%wyrd =. ver p.buz
|
|
|
|
%- %+ wyrd kel.ver
|
|
|
|
^- (list (pair term @))
|
|
|
|
:~ hoon/hoon-version
|
2020-11-21 23:59:39 +03:00
|
|
|
arvo/arvo
|
2020-11-18 02:04:26 +03:00
|
|
|
zuse/;;(@ q:(slap zus limb/%zuse))
|
|
|
|
==
|
|
|
|
..pith
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
++ spam
|
|
|
|
|= [=wire =vase]
|
|
|
|
^- (list move)
|
|
|
|
%+ turn
|
|
|
|
%+ sort ~(tap by van)
|
|
|
|
|=([[a=@tas *] [b=@tas *]] (aor a b))
|
|
|
|
|=([way=term *] `move`[*duct %pass wire way `maze`&/vase])
|
2020-11-16 22:53:21 +03:00
|
|
|
::
|
|
|
|
++ xeno
|
|
|
|
|= =ovum
|
|
|
|
^+ this
|
|
|
|
:: XX update clients to %pass to arvo, remove
|
|
|
|
::
|
2020-11-17 06:47:43 +03:00
|
|
|
?: ?=(?(%lyra %veer %verb %whey) -.card.ovum)
|
2020-11-16 22:53:21 +03:00
|
|
|
~> %mean.'xeno: bad waif'
|
|
|
|
(call ;;(waif:pith card.ovum))
|
|
|
|
::
|
|
|
|
:: XX uncomment to restore previous routing
|
|
|
|
::
|
|
|
|
:: =. wire.ovum $/wire.ovum
|
|
|
|
this(out [ovum out])
|
2020-11-15 11:56:52 +03:00
|
|
|
--
|
2020-02-05 23:48:30 +03:00
|
|
|
--
|
2020-01-24 09:04:45 +03:00
|
|
|
--
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
2018-11-28 07:07:54 +03:00
|
|
|
++ symp :: symbol or empty
|
|
|
|
|= a=* ^- @tas
|
|
|
|
?.(&(?=(@ a) ((sane %tas) a)) %$ a)
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ boot
|
2020-11-18 02:04:26 +03:00
|
|
|
|= [kel=wynn hun=(unit @t) van=@t]
|
2020-11-15 11:56:52 +03:00
|
|
|
^- $-(heir (trap ^))
|
|
|
|
~> %mean.'vega: ruin'
|
|
|
|
?~ hun
|
|
|
|
=/ gat
|
|
|
|
~> %slog.[0 leaf/"vega: compiling arvo"]
|
|
|
|
%- road |.
|
|
|
|
(slap !>(..ride) (rain /sys/arvo/hoon van))
|
|
|
|
=/ lod
|
|
|
|
(slap (slot 7 gat) [%limb %load])
|
|
|
|
|= =heir
|
|
|
|
|. ;;(^ q:(slam lod !>(heir)))
|
|
|
|
::
|
|
|
|
:: hyp: hoon core type
|
|
|
|
:: hoc: hoon core
|
|
|
|
:: cop: compiler gate
|
|
|
|
::
|
|
|
|
=/ [hyp=* hoc=* cop=*]
|
|
|
|
:: compile new hoon.hoon source with the current compiler
|
|
|
|
::
|
|
|
|
=/ raw
|
|
|
|
~> %slog.[0 leaf/"vega: compiling hoon"]
|
|
|
|
(road |.((ride %noun u.hun)))
|
|
|
|
:: activate the new compiler gate, producing +ride
|
|
|
|
::
|
|
|
|
=/ cop .*(0 +.raw)
|
|
|
|
:: find the kelvin version number of the new compiler
|
|
|
|
::
|
|
|
|
=/ nex
|
|
|
|
;;(@ .*(cop q:(~(mint ut p.raw) %noun [%limb %hoon-version])))
|
|
|
|
:: require single-step upgrade
|
2019-01-14 02:54:47 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
?. |(=(nex hoon-version) =(+(nex) hoon-version))
|
2020-11-18 02:04:26 +03:00
|
|
|
:: XX revise hint
|
2020-11-15 11:56:52 +03:00
|
|
|
::
|
|
|
|
~>(%mean.'wyrd: vega:' !!)
|
2020-11-18 02:04:26 +03:00
|
|
|
:: require runtime compatibility
|
|
|
|
::
|
|
|
|
%- (wyrd kel [hoon/nex ~])
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: if we're upgrading language versions, recompile the compiler
|
|
|
|
::
|
|
|
|
=^ hot=* cop
|
|
|
|
?: =(nex hoon-version)
|
|
|
|
[raw cop]
|
|
|
|
=/ hot
|
|
|
|
~> %slog.[0 leaf+"vega: recompiling hoon %{<`@`nex>}"]
|
|
|
|
(road |.((slum cop [%noun hun])))
|
|
|
|
[hot .*(0 +.hot)]
|
|
|
|
:: extract the hoon core from the outer gate (+ride)
|
|
|
|
::
|
|
|
|
=/ hoc .*(cop [%0 7])
|
|
|
|
:: compute the type of the hoon.hoon core
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
=/ hyp -:(slum cop [-.hot '+>'])
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
[hyp hoc cop]
|
|
|
|
::
|
|
|
|
:: compile arvo
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
=/ rav
|
|
|
|
~> %slog.[0 leaf/"vega: compiling arvo"]
|
|
|
|
(road |.((slum cop [hyp van])))
|
|
|
|
:: activate arvo and extract the arvo core from the outer gate
|
|
|
|
::
|
|
|
|
=/ voc .*(hoc [%7 +.rav %0 7])
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: extract the upgrade gate +load
|
|
|
|
::
|
|
|
|
:: XX +come is now ignored, remove?
|
|
|
|
:: XX could be a constant axis now (currently +10)
|
|
|
|
::
|
|
|
|
=/ lod
|
|
|
|
:: vip: type of the arvo.hoon core
|
|
|
|
:: fol: formula for the +load gate
|
2018-12-03 01:05:10 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
=/ vip -:(slum cop [-.rav '+>'])
|
|
|
|
=/ fol +:(slum cop [vip 'load'])
|
|
|
|
:: produce the upgrade gate
|
|
|
|
::
|
|
|
|
.*(voc fol)
|
|
|
|
::
|
|
|
|
|= =heir
|
|
|
|
|. ;;(^ (slum lod heir))
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
|
|
|
++ viol :: vane tools
|
2017-11-16 23:44:27 +03:00
|
|
|
|= but/type
|
2017-09-28 03:27:08 +03:00
|
|
|
^- vile
|
2017-11-16 23:44:27 +03:00
|
|
|
=+ pal=|=(a/@t ^-(type (~(play ut but) (vice a))))
|
2018-02-13 06:25:46 +03:00
|
|
|
:* typ=(pal '$:type')
|
|
|
|
duc=(pal '$:duct')
|
2020-02-28 09:30:29 +03:00
|
|
|
wir=(pal '$:wire')
|
|
|
|
dud=(pal '=<($ (unit goof))') :: XX misparse
|
2017-09-28 03:27:08 +03:00
|
|
|
==
|
|
|
|
::
|
2020-02-27 06:46:13 +03:00
|
|
|
++ dint :: input routing
|
2020-11-15 11:56:52 +03:00
|
|
|
|= hap=path ^- @tas
|
|
|
|
?+ hap %$
|
|
|
|
[%ames *] %a
|
|
|
|
[%boat *] %c
|
|
|
|
[%newt *] %a
|
|
|
|
[%sync *] %c
|
|
|
|
[%term *] %d
|
|
|
|
[%http-client *] %i
|
|
|
|
[%http-server *] %e
|
|
|
|
[%behn *] %b
|
2020-02-27 06:46:13 +03:00
|
|
|
==
|
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
++ grow
|
|
|
|
|= way=term
|
|
|
|
?+ way way
|
|
|
|
%a %ames
|
|
|
|
%b %behn
|
|
|
|
%c %clay
|
|
|
|
%d %dill
|
|
|
|
%e %eyre
|
|
|
|
%f %ford
|
|
|
|
%g %gall
|
|
|
|
%i %iris
|
|
|
|
%j %jael
|
|
|
|
==
|
|
|
|
::
|
|
|
|
++ wilt
|
|
|
|
|= van=term
|
|
|
|
?+ van van
|
|
|
|
%ames %a
|
|
|
|
%behn %b
|
|
|
|
%clay %c
|
|
|
|
%dill %d
|
|
|
|
%eyre %e
|
|
|
|
%ford %f
|
|
|
|
%gall %g
|
|
|
|
%iris %i
|
|
|
|
%jael %j
|
|
|
|
==
|
|
|
|
::
|
2020-02-27 06:46:13 +03:00
|
|
|
++ is &
|
2017-09-28 03:27:08 +03:00
|
|
|
--
|
2020-11-15 11:56:52 +03:00
|
|
|
=>
|
2018-12-06 04:58:41 +03:00
|
|
|
::
|
2018-12-06 02:25:12 +03:00
|
|
|
:: persistent arvo state
|
|
|
|
::
|
2018-12-06 09:10:24 +03:00
|
|
|
=/ pit=vase !>(..is) ::
|
2018-12-05 19:42:20 +03:00
|
|
|
=/ vil=vile (viol p.pit) :: cached reflexives
|
2020-11-13 23:35:01 +03:00
|
|
|
=| soul ::
|
|
|
|
=* sol -
|
2020-05-06 16:02:11 +03:00
|
|
|
:: arvo: structural interface core
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
|%
|
2020-05-06 16:02:11 +03:00
|
|
|
::
|
|
|
|
:: +come: load incompatible
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ come |=(* !!) :: +4
|
|
|
|
::
|
2020-06-13 08:50:12 +03:00
|
|
|
:: +load: load compatible, notifying vanes
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ load :: +10
|
2020-11-13 23:35:01 +03:00
|
|
|
|= hir=heir
|
2020-11-15 11:56:52 +03:00
|
|
|
^- ^
|
2020-05-07 11:51:08 +03:00
|
|
|
~| %load
|
2020-11-15 11:56:52 +03:00
|
|
|
:: store persistent state
|
|
|
|
::
|
2020-11-13 23:35:01 +03:00
|
|
|
=. sol
|
|
|
|
?- -.hir
|
2020-11-21 23:59:39 +03:00
|
|
|
_arvo soul.hir
|
2017-09-28 03:27:08 +03:00
|
|
|
==
|
2020-11-15 11:56:52 +03:00
|
|
|
:: clear compiler caches
|
|
|
|
::
|
|
|
|
=. van (~(run by van) |=(=vane vane(worm *worm)))
|
2020-11-18 02:04:26 +03:00
|
|
|
::
|
|
|
|
%- %+ wyrd kel.ver
|
|
|
|
^- (list (pair term @))
|
|
|
|
:~ hoon/hoon-version
|
2020-11-21 23:59:39 +03:00
|
|
|
arvo/arvo
|
2020-11-18 02:04:26 +03:00
|
|
|
zuse/;;(@ q:(slap zus limb/%zuse))
|
|
|
|
==
|
2020-11-15 11:56:52 +03:00
|
|
|
:: restore working state and resume
|
|
|
|
::
|
|
|
|
=/ zef=(each (pair (list ovum) soul) (trap ^))
|
|
|
|
loop:(~(jump le:part [pit vil] now.hir sol) debt.hir)
|
|
|
|
?- -.zef
|
|
|
|
%& [p.p.zef ..load(sol q.p.zef)]
|
|
|
|
%| $:p.zef
|
|
|
|
==
|
|
|
|
::
|
2020-05-06 16:02:11 +03:00
|
|
|
:: +peek: external inspect
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ peek :: +46
|
2017-09-28 03:27:08 +03:00
|
|
|
|= {now/@da hap/path}
|
2020-11-15 11:56:52 +03:00
|
|
|
^- (unit)
|
|
|
|
?~ hap
|
|
|
|
[~ ~ hoon-version]
|
|
|
|
::
|
|
|
|
=/ el ~(. le:part [pit vil] now sol)
|
2020-05-07 11:51:08 +03:00
|
|
|
?: =(hap /whey)
|
2020-11-15 11:56:52 +03:00
|
|
|
``whey:el
|
|
|
|
=/ rob
|
|
|
|
((sloy peek:el) [[151 %noun] hap])
|
|
|
|
?~ rob ~
|
|
|
|
?~ u.rob ~
|
|
|
|
[~ u.u.rob]
|
|
|
|
::
|
2020-05-06 16:02:11 +03:00
|
|
|
:: +poke: external apply
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ poke :: +47
|
2018-12-05 10:34:45 +03:00
|
|
|
|= [now=@da ovo=ovum]
|
2020-11-15 11:56:52 +03:00
|
|
|
^- ^
|
|
|
|
=. eny (shaz (cat 3 eny now)) :: XX review
|
2019-09-27 23:00:37 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
~| poke+-.q.ovo
|
|
|
|
=/ zef=(each (pair (list ovum) soul) (trap ^))
|
|
|
|
loop:(~(poke le:part [pit vil] now sol) ovo)
|
|
|
|
?- -.zef
|
|
|
|
%& [p.p.zef ..poke(sol q.p.zef)]
|
|
|
|
%| $:p.zef
|
2020-05-06 16:02:11 +03:00
|
|
|
==
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: +wish: external compute
|
2020-05-06 16:02:11 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ wish :: +22
|
|
|
|
|= txt/@
|
|
|
|
q:(slap zus (ream txt))
|
|
|
|
--
|
2020-05-07 11:51:08 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: larval stage
|
2017-11-18 02:14:56 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: The true Arvo kernel knows who it is. It should not *maybe*
|
|
|
|
:: have an identity, nor should it contain multitudes. This outer
|
|
|
|
:: kernel exists to accumulate identity, entropy, and the
|
|
|
|
:: standard library. Upon having done so, it upgrades itself into
|
|
|
|
:: the true Arvo kernel. Subsequent upgrades will fall through
|
|
|
|
:: the larval stage directly into the actual kernel.
|
2019-01-18 08:37:34 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
:: For convenience, this larval stage also supports hoon compilation
|
|
|
|
:: with +wish and vane installation with the %veer event.
|
|
|
|
::
|
|
|
|
=> |%
|
2020-11-18 02:04:26 +03:00
|
|
|
:: $foal: larval state
|
2020-11-15 11:56:52 +03:00
|
|
|
:: $grub: larval events
|
2020-05-09 15:09:26 +03:00
|
|
|
::
|
2020-11-18 02:04:26 +03:00
|
|
|
+$ foal
|
|
|
|
$: :: who: identity once we know it
|
|
|
|
:: eny: entropy once we learn it
|
|
|
|
:: bod: %zuse once we receive it
|
|
|
|
::
|
|
|
|
who=(unit ship)
|
|
|
|
eny=(unit @)
|
|
|
|
lac=?
|
|
|
|
ver=vere :: XX unit
|
2020-11-19 10:44:28 +03:00
|
|
|
fat=(unit (node (cask)))
|
2020-11-18 02:04:26 +03:00
|
|
|
bod=(unit (trap vase))
|
|
|
|
van=(map term (trap vase))
|
|
|
|
==
|
2020-11-15 11:56:52 +03:00
|
|
|
+$ grub
|
2020-11-18 02:04:26 +03:00
|
|
|
$~ verb/~
|
2020-11-17 06:47:43 +03:00
|
|
|
$% $>(%verb waif:pith:le:part)
|
|
|
|
$>(%veer waif:pith:le:part)
|
|
|
|
$>(%wack wasp:pith:le:part)
|
2020-11-19 10:44:28 +03:00
|
|
|
$>(%what waif:pith:le:part)
|
2020-11-15 11:56:52 +03:00
|
|
|
[%whom p=ship]
|
2020-11-18 02:04:26 +03:00
|
|
|
$>(%wyrd wasp:pith:le:part)
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
2020-05-09 15:09:26 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ mint
|
|
|
|
|= [vax=vase lal=term pax=path txt=@t]
|
|
|
|
^- (trap vase)
|
|
|
|
=/ cap ?:(?=(%$ lal) "zuse" "vane {<lal>}")
|
|
|
|
(smit:va:part cap vax pax txt)
|
2020-05-09 15:09:26 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ molt
|
2020-11-18 02:04:26 +03:00
|
|
|
|= [now=@da foal]
|
|
|
|
^- (unit heir)
|
2020-11-19 10:44:28 +03:00
|
|
|
?. &(?=(^ who) ?=(^ eny) ?=(^ fat) ?=(^ bod))
|
2020-11-18 02:04:26 +03:00
|
|
|
~
|
|
|
|
=/ zus $:u.bod
|
|
|
|
%- %+ wyrd kel.ver
|
|
|
|
^- (list (pair term @))
|
|
|
|
:~ hoon/hoon-version
|
2020-11-21 23:59:39 +03:00
|
|
|
arvo/arvo
|
2020-11-18 02:04:26 +03:00
|
|
|
zuse/;;(@ud q:(slap zus limb/%zuse))
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
|
|
|
=/ nav %- ~(run by van)
|
|
|
|
|=(a=(trap vase) (settle:va:part (slym $:a zus)))
|
2020-11-19 10:44:28 +03:00
|
|
|
=/ sol [u.who u.eny lac ver u.fat zus nav]
|
2020-11-21 23:59:39 +03:00
|
|
|
`[arvo now *debt sol]
|
2020-11-15 11:56:52 +03:00
|
|
|
--
|
|
|
|
::
|
2020-11-18 02:04:26 +03:00
|
|
|
=| foal
|
|
|
|
=* fol -
|
2020-11-15 11:56:52 +03:00
|
|
|
|%
|
|
|
|
++ come ^come :: +4
|
|
|
|
++ load ^load :: +10
|
|
|
|
++ peek _~ :: +46
|
|
|
|
++ poke :: +47
|
|
|
|
|= [now=@da ovo=ovum]
|
|
|
|
^- ^
|
|
|
|
=/ gub
|
2020-11-19 10:44:28 +03:00
|
|
|
~| [p.ovo p.q.ovo]
|
2020-11-15 11:56:52 +03:00
|
|
|
~> %mean.'arvo: bad grub'
|
|
|
|
;;(grub q.ovo)
|
2018-12-05 20:28:46 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
=. ..poke
|
2020-11-19 10:44:28 +03:00
|
|
|
|- ^+ ..poke
|
2020-11-15 11:56:52 +03:00
|
|
|
?- -.gub
|
2020-11-17 06:47:43 +03:00
|
|
|
%verb ..poke(lac ?~(p.gub !lac u.p.gub))
|
|
|
|
::
|
2020-11-19 10:44:28 +03:00
|
|
|
%veer =/ pax
|
|
|
|
sys/?:(?=(%$ lal.gub) /zuse /vane/[(grow lal.gub)])
|
|
|
|
$(q.ovo what/[[pax hoon/txt.gub] ~])
|
2018-12-05 20:48:27 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
%wack ..poke(eny `p.gub)
|
2020-11-19 10:44:28 +03:00
|
|
|
::
|
|
|
|
%what =/ taf (fall fat *(node (cask)))
|
|
|
|
=/ del (~(group adapt:part taf) p.gub)
|
|
|
|
=/ tub (~(usurp adapt:part taf) del)
|
|
|
|
?: &(?=(^ dir.taf) ?=(^ tub))
|
|
|
|
~|(%larval-reboot !!) :: XX support
|
|
|
|
::
|
|
|
|
:: require, and unconditionally adopt, initial kernel source
|
|
|
|
::
|
|
|
|
=? taf =(~ dir.taf) :: XX TMI
|
|
|
|
~| %larval-need-kernel
|
|
|
|
?> ?=(^ tub)
|
|
|
|
(~(gas de:node taf) q.u.tub)
|
|
|
|
::
|
|
|
|
=^ job taf [p q]:(~(adorn adapt:part taf) del |)
|
|
|
|
=? bod ?=(^ zus.job)
|
|
|
|
`(mint pit %$ /sys/zuse/hoon u.zus.job)
|
|
|
|
%= ..poke
|
|
|
|
fat `taf
|
|
|
|
van
|
|
|
|
%+ roll van.job
|
|
|
|
|= [[(cask hoof:part)] =_van]
|
|
|
|
^+ van
|
|
|
|
?> ?=(^ bod)
|
|
|
|
=/ way (wilt p)
|
|
|
|
(~(put by van) way (mint $:u.bod way /sys/vane/[p]/hoon q))
|
|
|
|
==
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
%whom ..poke(who `p.gub)
|
2020-11-18 02:04:26 +03:00
|
|
|
%wyrd =. ver p.gub
|
|
|
|
%- %+ wyrd kel.ver
|
|
|
|
^- (list (pair term @))
|
|
|
|
:* hoon/hoon-version
|
2020-11-21 23:59:39 +03:00
|
|
|
arvo/arvo
|
2020-11-18 02:04:26 +03:00
|
|
|
?~ bod ~
|
|
|
|
[zuse/;;(@ud q:(slap $:u.bod limb/%zuse)) ~]
|
|
|
|
==
|
|
|
|
..poke
|
2020-11-15 11:56:52 +03:00
|
|
|
==
|
2018-12-05 20:28:46 +03:00
|
|
|
::
|
2020-11-18 02:04:26 +03:00
|
|
|
?~ hir=(molt now fol)
|
2020-11-15 11:56:52 +03:00
|
|
|
[~ ..poke]
|
2018-12-05 20:28:46 +03:00
|
|
|
::
|
2020-11-18 02:04:26 +03:00
|
|
|
:: upgrade once we've accumulated necessary state
|
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
~> %slog.[0 leaf+"arvo: metamorphosis"]
|
2020-11-18 02:04:26 +03:00
|
|
|
(load u.hir)
|
2017-09-28 03:27:08 +03:00
|
|
|
::
|
2020-11-15 11:56:52 +03:00
|
|
|
++ wish :: +22
|
|
|
|
|= txt=*
|
|
|
|
q:(slap ?~(bod pit $:u.bod) (ream ;;(@t txt)))
|
2017-09-28 03:27:08 +03:00
|
|
|
--
|