mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-08 08:08:35 +03:00
More fordgall.
This commit is contained in:
parent
30475d3c11
commit
fa46bfba1b
@ -1423,7 +1423,7 @@
|
|||||||
::
|
::
|
||||||
=| $: fox=fort :: kernel state
|
=| $: fox=fort :: kernel state
|
||||||
== ::
|
== ::
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))] :: current invocation
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: current invocation
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
=<
|
=<
|
||||||
|% :: vane interface
|
|% :: vane interface
|
||||||
|
@ -1144,12 +1144,13 @@
|
|||||||
::
|
::
|
||||||
=| $: dez=(map duct brim) :: state by ship
|
=| $: dez=(map duct brim) :: state by ship
|
||||||
== ::
|
== ::
|
||||||
|= [now=@da eny=@ sky=_|+(* *(unit))] :: current invocation
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: current invocation
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
|% :: poke/peek pattern
|
|% :: poke/peek pattern
|
||||||
++ beat :: process move
|
++ beat :: process move
|
||||||
|= [wru=(unit writ) tea=wire hen=duct fav=card]
|
|= [wru=(unit writ) tea=wire hen=duct fav=card]
|
||||||
^- [p=(list move) q=vane]
|
^- [p=(list move) q=vane]
|
||||||
|
=+ sky=|=(* `(unit)`=+(a=(ska +<) ?~(a ~ ?~(u.a ~ [~ u.u.a]))))
|
||||||
?: ?=([%crud *] fav)
|
?: ?=([%crud *] fav)
|
||||||
[[[wru [/d hen] [%flog fav]] ~] ..^$]
|
[[[wru [/d hen] [%flog fav]] ~] ..^$]
|
||||||
?: ?=(%wake -.fav)
|
?: ?=(%wake -.fav)
|
||||||
|
@ -342,9 +342,9 @@
|
|||||||
::
|
::
|
||||||
++ di
|
++ di
|
||||||
|= syd=@ta
|
|= syd=@ta
|
||||||
=+ ^= saq ^- desk
|
=+ ^= saq ^- dojo
|
||||||
=+ saq=(~(get by dos.yar) syd)
|
=+ saq=(~(get by dos.yar) syd)
|
||||||
?~(saq *desk u.saq)
|
?~(saq *dojo u.saq)
|
||||||
~(. de who syd now p.saq ~ q.saq)
|
~(. de who syd now p.saq ~ q.saq)
|
||||||
::
|
::
|
||||||
++ do
|
++ do
|
||||||
@ -363,7 +363,7 @@
|
|||||||
=| :: instrument state
|
=| :: instrument state
|
||||||
$: ruf=raft :: revision tree
|
$: ruf=raft :: revision tree
|
||||||
== ::
|
== ::
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))] :: activate
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: activate
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
|% ::
|
|% ::
|
||||||
++ beat :: update
|
++ beat :: update
|
||||||
@ -488,22 +488,17 @@
|
|||||||
++ scry :: inspect
|
++ scry :: inspect
|
||||||
|= [our=ship ren=@tas his=ship syd=disc lot=coin tyl=path]
|
|= [our=ship ren=@tas his=ship syd=disc lot=coin tyl=path]
|
||||||
^- (unit (unit))
|
^- (unit (unit))
|
||||||
=- ?~ old ~
|
|
||||||
[~ ~ u.old]
|
|
||||||
^= old
|
|
||||||
=+ luk=?.(?=(%$ -.lot) ~ ((soft case) p.lot))
|
=+ luk=?.(?=(%$ -.lot) ~ ((soft case) p.lot))
|
||||||
?~ luk ~
|
?~ luk [~ ~]
|
||||||
=+ une=(un our now ruf)
|
=+ une=(un our now ruf)
|
||||||
?: =(%$ ren)
|
?: =(%$ ren)
|
||||||
(zeta:une his syd u.luk tyl)
|
[~ (zeta:une his syd u.luk tyl)]
|
||||||
=+ run=((soft care) ren)
|
=+ run=((soft care) ren)
|
||||||
?~ run ~
|
?~ run [~ ~]
|
||||||
=+ ^= vyr
|
|
||||||
%. [u.run u.luk tyl]
|
%. [u.run u.luk tyl]
|
||||||
=+ dud=?.(=(our his) (do:une his syd) (di:une syd))
|
=+ dud=?.(=(our his) (do:une his syd) (di:une syd))
|
||||||
:: ~& [%scry-at [our his] now lim.dud]
|
:: ~& [%scry-at [our his] now lim.dud]
|
||||||
aver:dud
|
aver:dud
|
||||||
?~(vyr ~ u.vyr)
|
|
||||||
::
|
::
|
||||||
++ stay `vase`!>(ruf)
|
++ stay `vase`!>(ruf)
|
||||||
++ vern [164 0]
|
++ vern [164 0]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
^- vane :: kernel instrument
|
^- vane :: kernel instrument
|
||||||
=| $: dug=(map duct yard)
|
=| $: dug=(map duct yard)
|
||||||
== ::
|
== ::
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))] :: current invocation
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: current invocation
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
|% :: poke/peek pattern
|
|% :: poke/peek pattern
|
||||||
++ beat :: process move
|
++ beat :: process move
|
||||||
|
@ -1763,11 +1763,12 @@
|
|||||||
. ==
|
. ==
|
||||||
=| bolo
|
=| bolo
|
||||||
=* bol -
|
=* bol -
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))] :: activate
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: activate
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
|% ::
|
|% ::
|
||||||
++ beat :: process move
|
++ beat :: process move
|
||||||
|= [wru=(unit writ) tea=wire hen=duct fav=card]
|
|= [wru=(unit writ) tea=wire hen=duct fav=card]
|
||||||
|
=+ sky=|=(* `(unit)`=+(a=(ska +<) ?~(a ~ ?~(u.a ~ [~ u.u.a]))))
|
||||||
=. ney (shax :(mix (shax now) +(eny) ney)) :: XX!! shd not need
|
=. ney (shax :(mix (shax now) +(eny) ney)) :: XX!! shd not need
|
||||||
?: ?=(%crud -.fav)
|
?: ?=(%crud -.fav)
|
||||||
[[[wru [/d hen] %flog fav] ~] ..^$]
|
[[[wru [/d hen] %flog fav] ~] ..^$]
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
$: ven=%0 :: version for update
|
$: ven=%0 :: version for update
|
||||||
tad=[p=@ud q=(map ,@ud task)] :: tasks by number
|
tad=[p=@ud q=(map ,@ud task)] :: tasks by number
|
||||||
dym=(map duct ,@ud) :: duct to number
|
dym=(map duct ,@ud) :: duct to number
|
||||||
haf=(map path cash) :: path to file hash
|
hoc=(map role ,[p=@da q=silk])) :: resolution/last used
|
||||||
tiz=(map cash twig) :: file hash to twig
|
tiz=(map cash twig) :: file hash to twig
|
||||||
== ::
|
== ::
|
||||||
++ bolt :: local product
|
++ bolt :: local product
|
||||||
@ -17,9 +17,11 @@
|
|||||||
[%1 p=(list path)] :: blockage
|
[%1 p=(list path)] :: blockage
|
||||||
[%2 p=(list tank)] :: error
|
[%2 p=(list tank)] :: error
|
||||||
== ::
|
== ::
|
||||||
|
++ plan ,[p=@ud q=beak r=silk] :: full construction
|
||||||
++ task :: problem in progress
|
++ task :: problem in progress
|
||||||
$: wor=writ :: rights and powers
|
$: wor=writ :: rights and powers
|
||||||
nah=duct :: cause
|
nah=duct :: cause
|
||||||
|
bek=beak :: context
|
||||||
sic=silk :: problem
|
sic=silk :: problem
|
||||||
kig=,[p=@ud q=(map ,@ud path)] :: blocks
|
kig=,[p=@ud q=(map ,@ud path)] :: blocks
|
||||||
== ::
|
== ::
|
||||||
@ -28,6 +30,13 @@
|
|||||||
|= lex=axle
|
|= lex=axle
|
||||||
lex
|
lex
|
||||||
::
|
::
|
||||||
|
++ meld :: cons cages
|
||||||
|
|= [one=cage two=cage]
|
||||||
|
:_ (slop q.one q.two)
|
||||||
|
?~ p.one ~
|
||||||
|
?~ p.two ~
|
||||||
|
[~ p.one p.two]
|
||||||
|
::
|
||||||
++ za :: per event
|
++ za :: per event
|
||||||
=| $: $: $: wor=writ :: event authority
|
=| $: $: $: wor=writ :: event authority
|
||||||
tea=wire :: event place
|
tea=wire :: event place
|
||||||
@ -67,7 +76,7 @@
|
|||||||
=: p.tad +(p.tad)
|
=: p.tad +(p.tad)
|
||||||
dym (~(put by dym) num hen)
|
dym (~(put by dym) num hen)
|
||||||
==
|
==
|
||||||
abet:~(exec zo [num `task`[wor hen p.fav ~]])
|
abet:~(exec zo [num `task`[wor hen p.fav q.fav ~]])
|
||||||
::
|
::
|
||||||
%kill
|
%kill
|
||||||
=+ num=(need (~(get by dym) hen))
|
=+ num=(need (~(get by dym) hen))
|
||||||
@ -83,7 +92,7 @@
|
|||||||
|= pax=path
|
|= pax=path
|
||||||
^+ +>
|
^+ +>
|
||||||
=+ kit=(need (tame pax))
|
=+ kit=(need (tame pax))
|
||||||
=+ [him=`ship`r.kit ryf=`riff`
|
=+ [him=`ship`r.kit ryf=`riff`]
|
||||||
=+ tik=(scot %ud p.kig)
|
=+ tik=(scot %ud p.kig)
|
||||||
=: p.kig +(p.kig)
|
=: p.kig +(p.kig)
|
||||||
q.kig (~(put by q.kig) p.kig pax)
|
q.kig (~(put by q.kig) p.kig pax)
|
||||||
@ -124,7 +133,7 @@
|
|||||||
?~ daz $(lav t.lav)
|
?~ daz $(lav t.lav)
|
||||||
?~ u.daz
|
?~ u.daz
|
||||||
::
|
::
|
||||||
++ make
|
++ make :: resolve silk
|
||||||
|= kis=silk
|
|= kis=silk
|
||||||
^- [bolt _+>]
|
^- [bolt _+>]
|
||||||
?- -.kis
|
?- -.kis
|
||||||
@ -133,15 +142,15 @@
|
|||||||
?. ?=(%0 -.one) [one +>.$]
|
?. ?=(%0 -.one) [one +>.$]
|
||||||
=^ two +>.$ $(kis q.kis)
|
=^ two +>.$ $(kis q.kis)
|
||||||
?. ?=(%0 -.two) [two +>.$]
|
?. ?=(%0 -.two) [two +>.$]
|
||||||
[[%0 (weld p.one p.two) (slop q.one q.two)] +>.$]
|
[[%0 (weld p.one p.two) (meld q.one q.two)] +>.$]
|
||||||
::
|
::
|
||||||
%call
|
%call
|
||||||
=^ one +>.$ $(kis p.kis)
|
=^ one +>.$ $(kis p.kis)
|
||||||
?. ?=(%0 -.one) [one +>.$]
|
?. ?=(%0 -.one) [one +>.$]
|
||||||
=^ two +>.$ $(kis q.kis)
|
=^ two +>.$ $(kis q.kis)
|
||||||
?. ?=(%0 -.two) [two +>.$]
|
?. ?=(%0 -.two) [two +>.$]
|
||||||
=^ tri +>.$ (maul q.one q.two)
|
=^ tri +>.$ (maul q.q.one q.q.two)
|
||||||
[%0 :(weld p.one p.two p.tri) q.tri]
|
[%0 :(weld p.one p.two p.tri) [~ q.tri]]
|
||||||
::
|
::
|
||||||
%code
|
%code
|
||||||
=^ one +>.$ $(kis q.kis)
|
=^ one +>.$ $(kis q.kis)
|
||||||
@ -160,6 +169,13 @@
|
|||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ maul :: slam
|
++ maul :: slam
|
||||||
|
|= [gat=vase sam=vase]
|
||||||
|
^+ [bolt _+>]
|
||||||
|
=+ top=(mule |.((slit gat sam)))
|
||||||
|
?- -.top
|
||||||
|
| [%0
|
||||||
|
&
|
||||||
|
==
|
||||||
++ maim :: slap
|
++ maim :: slap
|
||||||
::
|
::
|
||||||
++ kill
|
++ kill
|
||||||
@ -180,7 +196,7 @@
|
|||||||
. ==
|
. ==
|
||||||
=| axle
|
=| axle
|
||||||
=* lex -
|
=* lex -
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))] :: activate
|
|= [now=@da eny=@ ska=$+(* (unit (unit)))] :: activate
|
||||||
^? :: opaque core
|
^? :: opaque core
|
||||||
|% ::
|
|% ::
|
||||||
++ beat :: process move
|
++ beat :: process move
|
||||||
|
@ -592,12 +592,6 @@
|
|||||||
|* [a=(unit) b=*]
|
|* [a=(unit) b=*]
|
||||||
?~(a b u.a)
|
?~(a b u.a)
|
||||||
::
|
::
|
||||||
++ fock :: XX delete ME
|
|
||||||
|* a=(unit (unit))
|
|
||||||
?~ a ~
|
|
||||||
?~ u.a ~
|
|
||||||
[~ u=u.u.a]
|
|
||||||
::
|
|
||||||
++ mate :: choose
|
++ mate :: choose
|
||||||
|* [a=(unit) b=(unit)]
|
|* [a=(unit) b=(unit)]
|
||||||
?~ b
|
?~ b
|
||||||
@ -8208,7 +8202,7 @@
|
|||||||
==
|
==
|
||||||
::
|
::
|
||||||
++ wink :: deploy
|
++ wink :: deploy
|
||||||
|= [now=@da eny=@ sky=$+(* (unit))]
|
|= [now=@da eny=@ sky=$+(* (unit (unit)))]
|
||||||
=+ rig=(slym ves +<)
|
=+ rig=(slym ves +<)
|
||||||
|%
|
|%
|
||||||
++ beat
|
++ beat
|
||||||
@ -8268,7 +8262,7 @@
|
|||||||
++ beck
|
++ beck
|
||||||
|= wru=(unit writ)
|
|= wru=(unit writ)
|
||||||
|+ hap=*
|
|+ hap=*
|
||||||
^- (unit)
|
^- (unit (unit))
|
||||||
=> .(hap ((hard path) hap))
|
=> .(hap ((hard path) hap))
|
||||||
?. ?=([@ @ @ @ *] hap) ~
|
?. ?=([@ @ @ @ *] hap) ~
|
||||||
=+ :* hyr=(slay i.hap)
|
=+ :* hyr=(slay i.hap)
|
||||||
@ -8288,10 +8282,9 @@
|
|||||||
=> .(wru ?^(wru wru [~ u=[p=[%lead his] q=his]])) :: XX dubious
|
=> .(wru ?^(wru wru [~ u=[p=[%lead his] q=his]])) :: XX dubious
|
||||||
=+ dis=(end 3 1 q.p.u.hyr)
|
=+ dis=(end 3 1 q.p.u.hyr)
|
||||||
=+ rem=(rsh 3 1 q.p.u.hyr)
|
=+ rem=(rsh 3 1 q.p.u.hyr)
|
||||||
|- ^- (unit)
|
|- ^- (unit (unit))
|
||||||
?~ fan ~
|
?~ fan ~
|
||||||
?. =(dis p.i.fan) $(fan t.fan)
|
?. =(dis p.i.fan) $(fan t.fan)
|
||||||
%- fock
|
|
||||||
%- scry:(wink:(vent vil bud q.i.fan) now (shax now) ..^$)
|
%- scry:(wink:(vent vil bud q.i.fan) now (shax now) ..^$)
|
||||||
[q.u.wru rem his q.p.u.dyc u.ved tyl]
|
[q.u.wru rem his q.p.u.dyc u.ved tyl]
|
||||||
::
|
::
|
||||||
@ -8422,7 +8415,10 @@
|
|||||||
|= [now=@da hap=path]
|
|= [now=@da hap=path]
|
||||||
^- (unit)
|
^- (unit)
|
||||||
?~ hap [~ stub]
|
?~ hap [~ stub]
|
||||||
((~(beck (is eny vil bud fan) now) ~) hap)
|
=+ rob=((~(beck (is eny vil bud fan) now) ~) hap)
|
||||||
|
?~ rob ~
|
||||||
|
?~ u.rob ~
|
||||||
|
[~ u.u.rob]
|
||||||
::
|
::
|
||||||
++ poke :: external apply
|
++ poke :: external apply
|
||||||
|= [now=@da ovo=ovum]
|
|= [now=@da ovo=ovum]
|
||||||
|
@ -1998,24 +1998,6 @@
|
|||||||
?: ?=(| -.mud) mud
|
?: ?=(| -.mud) mud
|
||||||
(mule |.((slam p.mud sam)))
|
(mule |.((slam p.mud sam)))
|
||||||
::
|
::
|
||||||
++ mule :: delete, in h.h
|
|
||||||
|* taq=_|.(_*)
|
|
||||||
=+ mud=(mute taq)
|
|
||||||
?- -.mud
|
|
||||||
& [%& p=$:taq]
|
|
||||||
| [%| p=p.mud]
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ mute !: :: delete, in h.h
|
|
||||||
|= taq=_^?(|.(_*))
|
|
||||||
^- (each ,* (list tank))
|
|
||||||
=+ ton=(mock [taq 9 2 0 1] |=(* ~))
|
|
||||||
?- -.ton
|
|
||||||
%0 [%& p.ton]
|
|
||||||
%1 [%| (turn p.ton |=(a=* (smyt (path a))))]
|
|
||||||
%2 [%| p.ton]
|
|
||||||
==
|
|
||||||
::
|
|
||||||
++ numb :: ?? XX
|
++ numb :: ?? XX
|
||||||
|= [him=@p now=@da] ^- @t
|
|= [him=@p now=@da] ^- @t
|
||||||
=+ yow=(scot %p him)
|
=+ yow=(scot %p him)
|
||||||
@ -2115,7 +2097,7 @@
|
|||||||
++ com |=(a=@ ^?(..nu)) :: from naked pass
|
++ com |=(a=@ ^?(..nu)) :: from naked pass
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
++ agon (map ,[p=ship q=disc] ,[p=@ud q=@ud]) :: mergepts our/their
|
++ agon (map ,[p=ship q=desk] ,[p=@ud q=@ud]) :: mergepts our/their
|
||||||
++ ankh :: fs node (new)
|
++ ankh :: fs node (new)
|
||||||
$: p=cash :: recursive hash
|
$: p=cash :: recursive hash
|
||||||
q=(unit ,[p=cash q=*]) :: file
|
q=(unit ,[p=cash q=*]) :: file
|
||||||
@ -2146,7 +2128,9 @@
|
|||||||
pot=tape :: prompt text
|
pot=tape :: prompt text
|
||||||
== ::
|
== ::
|
||||||
== ::
|
== ::
|
||||||
++ beak ,[p=(unit ,@ud) q=(map wire goal) r=boor] :: next/want/thread
|
++ beau ,[p=(unit ,@ud) q=(map wire goal) r=boor] :: next/want/thread
|
||||||
|
++ beak ,[p=ship q=desk r=case] :: garnish with beak
|
||||||
|
++ beam ,[p=ship q=desk r=case s=spur] :: spur is flopped
|
||||||
++ bear ,[p=(map path goal) q=boar] :: thread with slips
|
++ bear ,[p=(map path goal) q=boar] :: thread with slips
|
||||||
++ beef :: raw product
|
++ beef :: raw product
|
||||||
$: p=(list gilt) :: actions
|
$: p=(list gilt) :: actions
|
||||||
@ -2209,7 +2193,7 @@
|
|||||||
$: who=ship :: identity
|
$: who=ship :: identity
|
||||||
fog=(list ,@ud) :: virtual consoles
|
fog=(list ,@ud) :: virtual consoles
|
||||||
hox=@ta :: identity text
|
hox=@ta :: identity text
|
||||||
cwd=@tas :: working disc
|
cwd=@tas :: working desk
|
||||||
cws=path :: working spur
|
cws=path :: working spur
|
||||||
way=(map ,@tas vase) :: variables
|
way=(map ,@tas vase) :: variables
|
||||||
hit=[p=@ud q=(list ,@t)] :: command history
|
hit=[p=@ud q=(list ,@t)] :: command history
|
||||||
@ -2219,6 +2203,7 @@
|
|||||||
++ bray ,[p=life q=(unit life) r=ship s=@da] :: our parent us now
|
++ bray ,[p=life q=(unit life) r=ship s=@da] :: our parent us now
|
||||||
++ brow ,[p=@da q=@tas] :: browser version
|
++ brow ,[p=@da q=@tas] :: browser version
|
||||||
++ buck ,[p=mace q=will] :: all security data
|
++ buck ,[p=mace q=will] :: all security data
|
||||||
|
++ cage ,[p=(unit lode) q=vase] :: structured data
|
||||||
++ cake ,[p=sock q=skin r=@] :: top level packet
|
++ cake ,[p=sock q=skin r=@] :: top level packet
|
||||||
++ cape :: end-to-end result
|
++ cape :: end-to-end result
|
||||||
$? %good :: delivered
|
$? %good :: delivered
|
||||||
@ -2239,7 +2224,7 @@
|
|||||||
[%dire p=@tas q=dram] :: apply directory
|
[%dire p=@tas q=dram] :: apply directory
|
||||||
[%dump p=(list ,@t)] :: raw text lines
|
[%dump p=(list ,@t)] :: raw text lines
|
||||||
[%ergo p=@p q=@tas r=@ud] :: version update
|
[%ergo p=@p q=@tas r=@ud] :: version update
|
||||||
[%exec p=silk] :: make something
|
[%exec p=beak q=silk] :: make something
|
||||||
[%file p=@tas q=@] :: apply atomic file
|
[%file p=@tas q=@] :: apply atomic file
|
||||||
[%fail p=tape] :: report failure
|
[%fail p=tape] :: report failure
|
||||||
[%grab ~] :: collect grabage
|
[%grab ~] :: collect grabage
|
||||||
@ -2274,7 +2259,7 @@
|
|||||||
[%pace p=@ud] :: compute background
|
[%pace p=@ud] :: compute background
|
||||||
[%pipe p=(unit ,[p=tutu q=(list)])] :: pipeline data
|
[%pipe p=(unit ,[p=tutu q=(list)])] :: pipeline data
|
||||||
[%pour p=path q=dram] :: write directory
|
[%pour p=path q=dram] :: write directory
|
||||||
[%pull p=ship q=disc r=(list disc)] :: pull remote desk
|
[%pull p=ship q=desk r=(list desk)] :: pull remote desk
|
||||||
[%pump ~] :: produce packets
|
[%pump ~] :: produce packets
|
||||||
[%quid p=ship q=path r=(unit ,*)] :: delivery
|
[%quid p=ship q=path r=(unit ,*)] :: delivery
|
||||||
[%rein p=? q=path] :: push/replace kernel
|
[%rein p=? q=path] :: push/replace kernel
|
||||||
@ -2314,7 +2299,7 @@
|
|||||||
== ::
|
== ::
|
||||||
++ cart ,[p=cash q=cash] :: hash change
|
++ cart ,[p=cash q=cash] :: hash change
|
||||||
++ care ?(%v %w %x %y %z) :: clay submode
|
++ care ?(%v %w %x %y %z) :: clay submode
|
||||||
++ case :: modeshipdeskcasespur
|
++ case :: ship desk case spur
|
||||||
$% [%da p=@da] :: date
|
$% [%da p=@da] :: date
|
||||||
[%tas p=@tas] :: label
|
[%tas p=@tas] :: label
|
||||||
[%ud p=@ud] :: number
|
[%ud p=@ud] :: number
|
||||||
@ -2358,8 +2343,8 @@
|
|||||||
hit=(list frog) :: changes in reverse
|
hit=(list frog) :: changes in reverse
|
||||||
lab=(map ,@tas ,@ud) :: labels
|
lab=(map ,@tas ,@ud) :: labels
|
||||||
== ::
|
== ::
|
||||||
++ desk ,[p=cult q=dome] :: domestic desk state
|
++ dojo ,[p=cult q=dome] :: domestic desk state
|
||||||
++ disc ,@ta :: modeshipdeskcasespur
|
++ desk ,@tas :: ship desk case spur
|
||||||
++ door :: foreign contact
|
++ door :: foreign contact
|
||||||
$: wod=road :: connection to
|
$: wod=road :: connection to
|
||||||
wyl=will :: inferred mirror
|
wyl=will :: inferred mirror
|
||||||
@ -2442,7 +2427,7 @@
|
|||||||
$% [%$ p=type] :: open for input
|
$% [%$ p=type] :: open for input
|
||||||
[%do p=vase q=vase] :: call gate sample
|
[%do p=vase q=vase] :: call gate sample
|
||||||
[%eg p=kite] :: single request
|
[%eg p=kite] :: single request
|
||||||
[%es p=ship q=disc r=rave] :: subscription
|
[%es p=ship q=desk r=rave] :: subscription
|
||||||
[%ht p=(list rout)] :: http server
|
[%ht p=(list rout)] :: http server
|
||||||
[%hp ~] :: http response
|
[%hp ~] :: http response
|
||||||
[%lq p=@tas] :: listen for service
|
[%lq p=@tas] :: listen for service
|
||||||
@ -2478,7 +2463,7 @@
|
|||||||
q=clip :: source IP
|
q=clip :: source IP
|
||||||
r=httq ::
|
r=httq ::
|
||||||
== ::
|
== ::
|
||||||
++ kite ,[p=care q=case r=ship s=disc t=spur] :: parsed global name
|
++ kite ,[p=care q=case r=ship s=desk t=spur] :: parsed global name
|
||||||
++ json :: json top level
|
++ json :: json top level
|
||||||
$% [%a p=(list jval)] :: array
|
$% [%a p=(list jval)] :: array
|
||||||
[%o p=(map ,@t jval)] :: object
|
[%o p=(map ,@t jval)] :: object
|
||||||
@ -2513,7 +2498,8 @@
|
|||||||
++ lice ,[p=ship q=buck] :: full license
|
++ lice ,[p=ship q=buck] :: full license
|
||||||
++ life ,@ud :: regime number
|
++ life ,@ud :: regime number
|
||||||
++ lint (list rock) :: fragment array
|
++ lint (list rock) :: fragment array
|
||||||
++ logo ,@tas :: file type
|
++ lode $|(@tas [p=lode q=lode]) :: constructed logos
|
||||||
|
++ logo ,@tas :: content type
|
||||||
++ love $% :: http response
|
++ love $% :: http response
|
||||||
[%ham p=manx] :: html node
|
[%ham p=manx] :: html node
|
||||||
[%mid p=mite q=octs] :: mime-typed data
|
[%mid p=mite q=octs] :: mime-typed data
|
||||||
@ -2524,7 +2510,7 @@
|
|||||||
++ maki ,[p=@ta q=@ta r=@ta s=path]
|
++ maki ,[p=@ta q=@ta r=@ta s=path]
|
||||||
++ mace (list ,[p=life q=ring]) :: private secrets
|
++ mace (list ,[p=life q=ring]) :: private secrets
|
||||||
++ marv ?(%da %tas %ud) :: release form
|
++ marv ?(%da %tas %ud) :: release form
|
||||||
++ masu ,[p=ship q=disc r=moar s=moar] :: sync square
|
++ masu ,[p=ship q=desk r=moar s=moar] :: sync square
|
||||||
++ math (map ,@t (list ,@t)) :: semiparsed headers
|
++ math (map ,@t (list ,@t)) :: semiparsed headers
|
||||||
++ meal :: payload
|
++ meal :: payload
|
||||||
$% [%back p=cape q=flap r=@dr] :: acknowledgment
|
$% [%back p=cape q=flap r=@dr] :: acknowledgment
|
||||||
@ -2583,12 +2569,6 @@
|
|||||||
== ::
|
== ::
|
||||||
++ pact path :: routed path
|
++ pact path :: routed path
|
||||||
++ pail ?(%none %warm %cold) :: connection status
|
++ pail ?(%none %warm %cold) :: connection status
|
||||||
++ plan :: conversation state
|
|
||||||
$: $= sat :: statistics
|
|
||||||
$: nex=@da :: next wakeup
|
|
||||||
wid=@ud :: max outstanding
|
|
||||||
== ::
|
|
||||||
== ::
|
|
||||||
++ plea ,[p=@ud q=[p=? q=@t]] :: live prompt
|
++ plea ,[p=@ud q=[p=? q=@t]] :: live prompt
|
||||||
++ pork ,[p=(unit ,@ta) q=(list ,@t)] :: fully parsed url
|
++ pork ,[p=(unit ,@ta) q=(list ,@t)] :: fully parsed url
|
||||||
++ pred ,[p=@ta q=@tas r=@ta ~] :: proto-path
|
++ pred ,[p=@ta q=@tas r=@ta ~] :: proto-path
|
||||||
@ -2634,7 +2614,7 @@
|
|||||||
ref=(unit rind) :: outgoing requests
|
ref=(unit rind) :: outgoing requests
|
||||||
dom=dome :: revision state
|
dom=dome :: revision state
|
||||||
== ::
|
== ::
|
||||||
++ riff ,[p=disc q=(unit rave)] :: request/desist
|
++ riff ,[p=desk q=(unit rave)] :: request/desist
|
||||||
++ rill :: outbound stream
|
++ rill :: outbound stream
|
||||||
$: sed=@ud :: sent
|
$: sed=@ud :: sent
|
||||||
san=(map ,@ud duct) :: outstanding
|
san=(map ,@ud duct) :: outstanding
|
||||||
@ -2681,7 +2661,7 @@
|
|||||||
[%cog p=@ud q=@ud] :: console get
|
[%cog p=@ud q=@ud] :: console get
|
||||||
[%con p=@ud] :: console face
|
[%con p=@ud] :: console face
|
||||||
[%cop p=@ud q=@ud r=json] :: console put
|
[%cop p=@ud q=@ud r=json] :: console put
|
||||||
[%det p=disc q=moat] :: load changes
|
[%det p=desk q=moat] :: load changes
|
||||||
[%fun p=term q=tube r=(list manx)] :: functional
|
[%fun p=term q=tube r=(list manx)] :: functional
|
||||||
[%lon p=seal] :: authentication flow
|
[%lon p=seal] :: authentication flow
|
||||||
[%red p=purl] :: redirect
|
[%red p=purl] :: redirect
|
||||||
@ -2710,14 +2690,27 @@
|
|||||||
puq=(qeu ,[p=@ud q=soul]) :: packet queue
|
puq=(qeu ,[p=@ud q=soul]) :: packet queue
|
||||||
== ::
|
== ::
|
||||||
== ::
|
== ::
|
||||||
|
++ sill :: assembly state
|
||||||
|
|* a=_,* :: assembly goal
|
||||||
|
$% [%0 p=beam] :: not yet loaded
|
||||||
|
[%1 p=*] :: file not compiled
|
||||||
|
[%2 p=a] :: file compiled
|
||||||
|
== ::
|
||||||
++ silk :: construction layer
|
++ silk :: construction layer
|
||||||
$& [p=silk q=silk] :: cons
|
$& [p=silk q=silk] :: cons
|
||||||
$% [%call p=silk q=silk] :: slam
|
$% [%call p=silk q=silk] :: slam
|
||||||
[%code p=(list path) q=silk] :: load code
|
:: [%cuff p=ship q=silk] :: restrict access
|
||||||
[%data p=path q=silk] :: load/fix
|
[%hoon p=(sill twig) q=spur r=silk] :: load hoon
|
||||||
[%pass p=silk q=twig] :: simple execution
|
[%hook p=(sill twig) q=spur r=silk] :: load hook
|
||||||
[%some p=vase] :: literal
|
[%norm p=logo q=silk] :: normalize
|
||||||
[%reef ~] :: present reef
|
[%reef ~] :: present reef
|
||||||
|
[%rend p=logo q=silk r=silk] :: apply patch
|
||||||
|
[%sign p=logo q=spur] :: abstract synthesis
|
||||||
|
[%tell p=logo q=silk] :: translate
|
||||||
|
[%tope p=logo q=silk r=silk] :: transpose patch
|
||||||
|
[%true p=logo q=silk] :: verify
|
||||||
|
[%vert p=logo q=silk] :: invert patch
|
||||||
|
[%zero p=cage] :: literal
|
||||||
== ::
|
== ::
|
||||||
++ skit ,[p=(unit ,@ta) q=(list ,@ta) r=(list ,@ta)] :: tracking path
|
++ skit ,[p=(unit ,@ta) q=(list ,@ta) r=(list ,@ta)] :: tracking path
|
||||||
++ sink :: incoming per server
|
++ sink :: incoming per server
|
||||||
@ -2738,13 +2731,13 @@
|
|||||||
== ::
|
== ::
|
||||||
++ soba ,[p=cart q=(list tako)] :: delta
|
++ soba ,[p=cart q=(list tako)] :: delta
|
||||||
++ sock ,[p=ship q=ship] :: from to
|
++ sock ,[p=ship q=ship] :: from to
|
||||||
++ spur path :: modeshipdeskcasespur
|
++ spur path :: ship desk case spur
|
||||||
++ step ,[p=bray q=gens r=pass] :: identity stage
|
++ step ,[p=bray q=gens r=pass] :: identity stage
|
||||||
++ tako ,[p=path q=miso] :: change detail
|
++ tako ,[p=path q=miso] :: change detail
|
||||||
++ tart $+([@da path note] bowl) :: process core
|
++ tart $+([@da path note] bowl) :: process core
|
||||||
++ task ::
|
++ task ::
|
||||||
$: paq=(qeu gyro) :: prompt queue
|
$: paq=(qeu gyro) :: prompt queue
|
||||||
wip=[p=@ud q=(map ,@ud beak)] :: processes
|
wip=[p=@ud q=(map ,@ud beau)] :: processes
|
||||||
== ::
|
== ::
|
||||||
++ taxi ,[p=lane q=rock] :: routed packet
|
++ taxi ,[p=lane q=rock] :: routed packet
|
||||||
++ tick ,@ud :: process id
|
++ tick ,@ud :: process id
|
||||||
@ -2757,7 +2750,7 @@
|
|||||||
++ tube ,[p=@ta q=@ta r=@ta s=path] :: canonical path
|
++ tube ,[p=@ta q=@ta r=@ta s=path] :: canonical path
|
||||||
++ tutu ,* :: presumed type
|
++ tutu ,* :: presumed type
|
||||||
++ vane $_ :: kernel actor
|
++ vane $_ :: kernel actor
|
||||||
|+ [now=@da eny=@ sky=$+(* (unit))] :: activate
|
|+ [now=@da eny=@ ska=$+(* (unit (unit)))] :: activate
|
||||||
^? |% ::
|
^? |% ::
|
||||||
++ beat :: update
|
++ beat :: update
|
||||||
|= $: wru=(unit writ) :: calling identity
|
|= $: wru=(unit writ) :: calling identity
|
||||||
|
Loading…
Reference in New Issue
Block a user