summaryrefslogtreecommitdiff
path: root/desk/mar/udon.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/mar/udon.hoon')
-rw-r--r--desk/mar/udon.hoon29
1 files changed, 29 insertions, 0 deletions
diff --git a/desk/mar/udon.hoon b/desk/mar/udon.hoon
new file mode 100644
index 0000000..61782c4
--- /dev/null
+++ b/desk/mar/udon.hoon
@@ -0,0 +1,29 @@
+::
+:::: /hoon/udon/mar
+ ::
+/+ cram
+::
+|_ mud=@t
+++ grow
+ |%
+ ++ mime [/text/x-unmark (as-octs:mimes:html mud)]
+ ++ txt
+ (to-wain:format mud)
+ ++ front :: XX performance, types
+ ^- (map term knot)
+ =/ reamed (ream mud)
+ ~& >> reamed=reamed
+ %- ~(run by inf:(static:cram reamed))
+ |= a=dime ^- cord
+ ?+ (end 3 p.a) (scot a)
+ %t q.a
+ ==
+ --
+++ grab
+ |%
+ ++ mime |=((pair mite octs) q.q)
+ ++ noun @t
+ ++ txt of-wain:format
+ --
+++ grad %txt
+--