mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 08:55:07 +03:00
fddfe88d2b
Requires small change in zuse to compile. Under investigation.
39 lines
921 B
Plaintext
39 lines
921 B
Plaintext
::
|
|
:::: /hoon/prize/talk/mar
|
|
::
|
|
/- talk
|
|
/+ talk-json
|
|
::
|
|
|_ piz/prize:talk
|
|
::
|
|
++ grab ::> convert from
|
|
|%
|
|
++ noun prize:talk ::< from %noun
|
|
++ json ::> from %json
|
|
=> [. dejs:talk-json] ::TODO =,
|
|
=, dejs-soft:format
|
|
|= a/json
|
|
^- prize:talk
|
|
=- (need ((of -) a))
|
|
:~ reader+pire
|
|
friend+(as circ)
|
|
:: burden not needed
|
|
circle+pack
|
|
==
|
|
--
|
|
::
|
|
++ grow ::> convert to
|
|
|%
|
|
++ json ::> to %json
|
|
=> [. enjs:talk-json] ::TODO =,
|
|
=, enjs:format
|
|
%+ frond -.piz
|
|
?+ -.piz !!
|
|
$reader (pire +.piz)
|
|
$friend (sa cis.piz circ)
|
|
:: burden not needed
|
|
$circle (pack +.piz)
|
|
==
|
|
--
|
|
--
|