landscape/desk/app/hark.hoon
2023-07-13 12:46:25 -05:00

428 lines
9.2 KiB
Plaintext

/- h=hark
/+ default-agent, verb, dbug
/+ mp=mop-extensions
:: performance, keep warm
/+ hark-json
|%
+$ card card:agent:gall
++ mope ((mp @ud thread:h) lte)
++ yarns-per-update 3
++ rug-trim-size 10
++ blanket-size 10 :: page size for blankets
++ gc-interval ~h24
:: TODO: move to stdlib
++ zip
|* [a=(list) b=(list)]
^- (list _?>(?=(^ a) ?>(?=(^ b) [i.a i.b])))
?~ a ~
?~ b ~
:- [i.a i.b]
$(a t.a, b t.b)
::
++ quilt-idx
|= =quilt:h
?~ tal=(ram:on:quilt:h quilt)
0
+(key.u.tal)
::
+$ state-0
$: %0
yarns=(map id:h yarn:h)
groups=(map flag:h rug:h)
desks=(map desk rug:h)
all=rug:h
next-gc=@da
==
--
%- agent:dbug
%+ verb |
=| state-0
=* state -
=<
|_ =bowl:gall
+* this .
cor ~(. +> [bowl ~])
def ~(. (default-agent this %|) bowl)
++ on-init
=^ cards state
abet:set-gc-wake:cor
[cards this]
++ on-save !>(state)
++ on-load
|= =vase
=/ old=(unit state-0)
(mole |.(!<(state-0 vase)))
?~ old on-init
`this(state u.old)
++ on-poke
|= [=mark =vase]
=^ cards state
abet:(poke:cor mark vase)
[cards this]
++ on-watch
|= =path
=^ cards state
abet:(watch:cor path)
[cards this]
++ on-peek peek:cor
++ on-arvo
|= [=wire sign=sign-arvo]
=^ cards state
abet:(arvo:cor wire sign)
[cards this]
++ on-agent
|= [=wire =sign:agent:gall]
=^ cards state
abet:(agent:cor wire sign)
[cards this]
++ on-leave on-leave:def
++ on-fail on-fail:def
--
|_ [=bowl:gall cards=(list card)]
++ abet [(flop cards) state]
++ cor .
++ emit |=(=card cor(cards [card cards]))
++ poke
|= [=mark =vase]
^+ cor
?+ mark ~|(bad-mark/mark !!)
%hark-action
=+ !<(act=action:h vase)
=. cor (give-ui act)
?- -.act
%saw-rope (saw-rope rope.act)
%saw-seam (saw-seam seam.act)
%add-yarn (add-yarn +.act)
==
::
%hark-action-1
=+ !<(act=action-1:h vase)
?+ -.act $(mark %hark-action)
%new-yarn
=/ =action:h
:* %add-yarn
all.act
desk.act
:* (end [7 1] (shax eny.bowl))
rop.act
now.bowl
con.act
wer.act
but.act
==
==
$(mark %hark-action, vase !>(action))
==
==
++ peek
|= =(pole knot)
^- (unit (unit cage))
?+ pole [~ ~]
::
[%x %all rest=*] (scry-rug rest.pole all/~ all)
::
[%x %group ship=@ name=@ rest=*]
=/ =ship (slav %p ship.pole)
=/ =flag:h [ship name.pole]
=/ =rug:h (~(got by groups) flag)
(scry-rug rest.pole group/flag rug)
::
[%x %desk desk=@ rest=*]
(scry-rug rest.pole desk/desk.pole (~(gut by desks) desk.pole *rug:h))
::
[%x %yarn uid=@ ~]
``hark-yarn+!>((~(got by yarns) (slav %uv uid.pole)))
==
::
++ is-us =(our src):bowl
::
++ watch
|= =path
^+ cor
?+ path ~|(evil-watch/path !!)
[%ui ~] ?>(is-us cor)
==
::
++ arvo
|= [=wire sign=sign-arvo]
^+ cor
?+ wire ~|(bad-arvo-take/wire !!)
[%gc ~]
=. cor stale
set-gc-wake
==
++ agent
|= [=wire =sign:agent:gall]
^+ cor
cor
::
++ scry-rug
|= [=(pole knot) =seam:h =rug:h]
^- (unit (unit cage))
?+ pole [~ ~]
[%skeins ~] ``hark-skeins+!>((rug-to-skeins seam rug))
[%latest ~] ``hark-carpet+!>((rug-to-carpet seam rug))
::
[%quilt idx=@ ~]
=/ idx (slav %ud idx.pole)
``hark-blanket+!>((rug-to-blanket seam idx rug))
==
++ rug-to-skeins
|= [=seam:h =rug:h]
^- (list skein:h)
%+ welp
%+ turn
~(tap by new.rug)
|= [* =thread:h]
(thread-to-skein thread &)
%+ turn
(top:mope qul.rug blanket-size)
|= [* =thread:h]
(thread-to-skein thread |)
::
++ thread-to-skein
|= [=thread:h unread=?]
=/ yrns=(list yarn:h)
%+ sort
(turn (thread-to-yarns thread) tail)
|= [a=yarn:h b=yarn:h]
(gth tim.a tim.b)
=/ top=yarn:h (head yrns)
^- skein:h
:* tim.top
(lent yrns)
(ship-count yrns)
top
unread
==
::
++ ship-count
|= yrns=(list yarn:h)
^- @ud
%~ wyt in
%+ roll
yrns
|= [=yarn:h ships=(set ship)]
%- ~(gas in ships)
^- (list ship)
%+ murn
con.yarn
|= =content:h
^- (unit ship)
?@ content ~
?+ -.content ~
%ship (some p.content)
==
::
++ rug-to-carpet
|= [=seam:h =rug:h]
^- carpet:h
=- [seam - new.rug (quilt-idx qul.rug)]
%- ~(gas by *(map id:h yarn:h))
%- zing
%+ turn ~(tap by new.rug)
|= [=rope:h =thread:h]
^- (list [id:h yarn:h])
(thread-to-yarns thread)
::
++ thread-to-yarns
|= =thread:h
^- (list [id:h yarn:h])
%+ murn ~(tap in thread)
|= =id:h
^- (unit [id:h yarn:h])
?~ yar=(~(get by yarns) id)
~
`[id u.yar]
::
++ index-quilt
|= [=quilt:h idx=@ud]
(gas:on:quilt:h *quilt:h (bat:mope quilt `idx blanket-size))
::
++ rug-to-blanket
|= [=seam:h idx=@ud =rug:h]
^- blanket:h
=/ indexed
(index-quilt qul.rug idx)
=/ yarns=(map id:h yarn:h)
%- ~(gas by *(map id:h yarn:h))
%- zing
%+ turn (tap:on:quilt:h indexed)
|= [num=@ud =thread:h]
(thread-to-yarns thread)
[seam yarns indexed]
::
++ set-gc-wake
=. next-gc (add now.bowl gc-interval)
(emit %pass /gc %arvo %b %wait next-gc)
::
++ give-ui
|= =action:h
^+ cor
(emit %give %fact ~[/ui] hark-action+!>(action))
::
++ threads-to-update
|= [=seam:h teds=(map @ thread:h)]
^- *
=- [- seam teds]
^- (map id:h yarn:h)
%- ~(gas by *(map id:h yarn:h))
%- zing
%+ turn ~(tap by teds)
|= [=time =thread:h]
%+ scag yarns-per-update
%+ murn ~(tap in thread)
|= =id:h
^- (unit [id:h yarn:h])
?~ yar=(~(get by yarns) id) ~
`[id u.yar]
:: TODO: namespacing conflicts?
++ saw-thread
|= =rope:h
|= =rug:h
?~ ted=(~(get by new.rug) rope) rug
=. new.rug (~(del by new.rug) rope)
=/ start (quilt-idx qul.rug)
=. qul.rug (put:on:quilt:h qul.rug start u.ted)
rug
::
++ saw-rope
|= =rope:h
=/ saw (saw-thread rope)
=. all (saw all)
=. desks
(~(jab by desks) des.rope saw)
=? groups ?=(^ gop.rope)
(~(jab by groups) u.gop.rope saw)
cor
++ rug-to-yarns
|= =rug:h
^- (map id:h yarn:h)
%- ~(gas by *(map id:h yarn:h))
~
::^- (list [id:h yarn:h])
:: %- zing
:: %+ turn ~(tap by new.rug)
:: |= [=rope:h =thread:h]
:: +stale: garbage collection
::
++ stale
|^
=/ ids ~(key by yarns)
=. ids (~(dif in ids) (ids-for-rug all))
=. ids (~(dif in ids) ids-for-groups)
=. ids (~(dif in ids) ids-for-desks)
=/ ids ~(tap in ids)
|-
?~ ids cor
$(yarns (~(del by yarns) i.ids), ids t.ids)
++ trim-rug
|= =rug:h
=* on on:quilt:h
^+ rug
?~ hed=(pry:on qul.rug)
rug
:: TODO: bad asymptotics
=+ siz=(lent (tap:on qul.rug))
?: (lte siz 50)
rug :: bail if not much there
=/ dip (dip:on ,count=@ud)
=. qul.rug
=< +
%^ dip qul.rug 0
|= [count=@ud key=@ud =thread:h]
^- [(unit thread:h) stop=? count=@ud]
=- [~ - +(count)]
(gte count rug-trim-size)
rug
::
++ ids-for-rug
|= =rug:h
%- ~(gas in *(set id:h))
^- (list id:h)
%+ welp
^- (list id:h)
%- zing
%+ turn ~(val by new.rug)
|= =thread:h
~(tap in thread)
^- (list id:h)
%- zing
%+ turn (tap:on:quilt:h qul.rug)
|= [idx=@ud =thread:h]
~(tap in thread)
::
++ ids-for-desks
=/ des ~(tap in ~(key by desks))
=| ids=(set id:h)
|- ^+ ids
?~ des ids
=/ =rug:h (~(got by desks) i.des)
$(ids (~(uni in ids) (ids-for-rug rug)), des t.des)
::
++ ids-for-groups
=/ gop ~(tap in ~(key by groups))
=| ids=(set id:h)
|- ^+ ids
?~ gop ids
=/ =rug:h (~(got by groups) i.gop)
$(ids (~(uni in ids) (ids-for-rug rug)), gop t.gop)
--
++ saw-seam
|= =seam:h
=/ fun
|= =rug:h
=/ start (quilt-idx qul.rug)
=/ new ~(val by new.rug)
%_ rug
new ~
::
qul
%+ gas:on:quilt:h qul.rug
(zip (gulf start (add start (lent new))) new)
==
=. .
?- -.seam
%group .(groups (~(jab by groups) flag.seam fun))
%desk .(desks (~(jab by desks) desk.seam fun))
%all .(all (fun all))
==
cor
::
++ add-yarn
=| [add-all=? add-desk=? =yarn:h]
|%
++ $
=. yarns (~(put by yarns) id.yarn yarn)
=. cor weave-all
=. cor weave-group
weave-desk
::
++ weave-all
?. add-all cor
cor(all (weave-rug all all/~))
++ weave-rug
|= [=rug:h =seam:h]
=/ =thread:h (~(gut by new.rug) rop.yarn ~)
=. thread (~(put in thread) id.yarn)
=. new.rug (~(put by new.rug) rop.yarn thread)
rug
::
++ weave-group
?~ gop.rop.yarn cor
=* group u.gop.rop.yarn
=/ =rug:h (~(gut by groups) group *rug:h)
=. rug (weave-rug rug group/group)
=. groups (~(put by groups) group rug)
cor
::
++ weave-desk
?. add-desk cor
=/ =rug:h (~(gut by desks) des.rop.yarn *rug:h)
=. rug (weave-rug rug desk/des.rop.yarn)
=. desks (~(put by desks) des.rop.yarn rug)
cor
--
--