shrub/mar/talk/command.hoon

120 lines
3.2 KiB
Plaintext
Raw Normal View History

2014-12-06 04:18:31 +03:00
::
2015-12-20 14:48:17 +03:00
:::: /hoon#talk-command#mar
2014-12-06 04:18:31 +03:00
::
/? 314
/- talk
2014-12-06 04:18:31 +03:00
!:
[talk .]
2015-12-20 23:50:45 +03:00
|_ cod/command
2014-12-06 04:18:31 +03:00
::
++ grab :: convert from
|%
++ noun command :: clam from %noun
++ json
=> [jo ..command]
2015-12-20 23:50:45 +03:00
|= a/json ^- command
2014-12-06 04:18:31 +03:00
=- (need ((of -) a))
2015-12-20 14:48:17 +03:00
=< :~ publish#(ar thot)
review#(ar thot)
design#(ot party#so config#(mu conf) ~)
2014-12-06 04:18:31 +03:00
==
|%
++ op :: parse keys of map
2015-12-20 23:50:45 +03:00
|* {fel/rule wit/fist}
2014-12-06 04:18:31 +03:00
%+ cu mo
%- ci :_ (om wit)
2015-12-20 23:50:45 +03:00
|= a/(map cord _(need *wit))
2015-12-15 01:21:10 +03:00
^- (unit (list _[(wonk *fel) (need *wit)]))
2014-12-06 04:18:31 +03:00
(zl (turn (~(tap by a)) (head-rush fel)))
::
2015-10-28 02:43:08 +03:00
++ ke :: callbacks
2015-12-20 23:50:45 +03:00
|* {gar/* sef/_|.(fist)}
|= jon/json
2015-12-15 01:21:10 +03:00
^- (unit _gar)
2015-10-28 02:43:08 +03:00
=- ~! gar ~! (need -) -
((sef) jon)
::
2014-12-06 04:18:31 +03:00
++ as :: array as set
:: |*(a=fist (cu sa (ar a))) :: XX types
2015-12-20 23:50:45 +03:00
|* a/fist
2014-12-06 04:18:31 +03:00
%- cu :_ (ar a)
2015-12-15 01:21:10 +03:00
~(gas in *(set _(need *a)))
2014-12-06 04:18:31 +03:00
::
2015-12-20 23:50:45 +03:00
++ lake |*(a/_* $+(json (unit a)))
2014-12-06 04:18:31 +03:00
++ peach
2015-12-20 23:50:45 +03:00
|* a/{rule rule}
|= tub/nail
2015-12-15 01:21:10 +03:00
^- (like (each _(wonk (-.a)) _(wonk (+.a))))
2014-12-06 04:18:31 +03:00
%. tub
;~(pose (stag %& -.a) (stag %| +.a))
::
++ head-rush
2015-12-20 23:50:45 +03:00
|* a/rule
|* {b/cord c/*}
2014-12-06 04:18:31 +03:00
=+ nit=(rush b a)
?~ nit ~
(some [u.nit c])
::
::
++ thot
2015-12-14 10:58:14 +03:00
^- $+(json (unit thought))
2014-12-06 04:18:31 +03:00
%- ot :~
2015-12-20 14:48:17 +03:00
serial#(ci (slat %uv) so)
audience#audi
statement#stam
2014-12-06 04:18:31 +03:00
==
::
2015-01-26 20:44:09 +03:00
++ audi (op parn memb) :: audience
++ auri (op parn (ci (soft presence) so))
2015-12-20 14:48:17 +03:00
++ memb (ot envelope#lope delivery#(ci (soft delivery) so) ~)
++ lope (ot visible#bo sender#(mu (su parn)) ~)
2014-12-06 04:18:31 +03:00
::
2015-01-26 20:44:09 +03:00
++ parn
2015-12-14 10:58:14 +03:00
^- $+(nail (like partner))
2014-12-06 04:18:31 +03:00
%+ peach
;~((glue fas) ;~(pfix sig fed:ag) urs:ab)
2015-01-26 20:44:09 +03:00
%+ sear (soft passport)
2014-12-12 04:09:59 +03:00
;~((glue fas) sym urs:ab) :: XX [a-z0-9_]{1,15}
2014-12-06 04:18:31 +03:00
::
2015-12-20 23:50:45 +03:00
++ speech-or-eval $?(speech {$eval p/@t} {$mor p/(list speech-or-eval)})
2015-06-19 04:47:41 +03:00
++ eval
2015-12-20 23:50:45 +03:00
|= a/(trel @da bouquet speech-or-eval)
2015-12-10 12:17:19 +03:00
^- statement
2015-10-28 02:43:08 +03:00
%= a r ^- speech
|-
2015-12-10 12:17:19 +03:00
?: ?=($mor -.r.a)
2015-12-20 23:50:45 +03:00
[%mor (turn p.r.a |=(b/speech-or-eval ^$(r.a b)))]
2015-12-10 12:17:19 +03:00
?. ?=($eval -.r.a) r.a
2015-12-20 14:48:17 +03:00
=- [%fat tank#- %exp p.r.a]
2015-10-28 02:43:08 +03:00
=+ pax=[&1:% &2:% (scot %da p.a) |3:%]
p:(mule |.([(sell (slap !>(..zuse) (rain pax p.r.a)))]~))
==
2015-06-19 04:47:41 +03:00
::
2014-12-06 04:18:31 +03:00
++ stam
2015-12-14 10:58:14 +03:00
^- $+(json (unit statement))
2015-06-19 04:47:41 +03:00
%+ cu eval
2015-12-20 14:48:17 +03:00
(ot date#di bouquet#(as (ar so)) speech#spec ~)
2015-10-28 02:43:08 +03:00
::
++ spec
%+ ke *speech-or-eval |.
2015-10-28 02:43:08 +03:00
%- of
2015-12-20 14:48:17 +03:00
:~ lin#(ot say#bo txt#so ~)
url#(su aurf:urlp)
eval#so
mor#(ar spec)
:: exp#(cu |=(a=cord [a ~]) so)
:: inv#(ot ship#(su fed:ag) party#(su urs:ab) ~)
2014-12-06 04:18:31 +03:00
==
::
++ conf
2015-12-14 10:58:14 +03:00
^- $+(json (unit config))
2014-12-06 04:18:31 +03:00
%- ot :~
2015-12-20 14:48:17 +03:00
sources#(as (su parn))
caption#so
2014-12-06 04:18:31 +03:00
:- %cordon
2015-12-20 14:48:17 +03:00
(ot posture#(ci (soft posture) so) list#(as (su fed:ag)) ~)
2014-12-06 04:18:31 +03:00
==
--
-- --