shrub/mar/snip.hoon

61 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-02-05 01:59:15 +03:00
::
2015-12-21 00:16:39 +03:00
:::: /hoon+core+elem+mar
2015-02-05 01:59:15 +03:00
::
/? 314
!:
|%
2015-02-17 23:53:06 +03:00
++ words 1
2015-02-05 01:59:15 +03:00
++ hedtal
2015-12-20 23:50:45 +03:00
=| met/marl
|= a/marl ^- {hed/marl tal/marl}
2015-02-05 01:59:15 +03:00
?~ a [~ ~]
2015-12-10 07:05:58 +03:00
?. ?=($h1 n.g.i.a)
?: ?=($meta n.g.i.a)
2015-07-18 02:30:34 +03:00
$(a t.a, met [i.a met])
2015-02-05 01:59:15 +03:00
=+ had=$(a c.i.a)
?^ -.had had
$(a t.a)
2015-07-18 02:30:34 +03:00
[c.i.a (weld (flop met) (limit words t.a))]
2015-02-05 01:59:15 +03:00
::
++ limit
2015-12-20 23:50:45 +03:00
|= {lim/@u mal/marl}
2015-02-05 01:59:15 +03:00
=< res
2015-12-20 23:50:45 +03:00
|- ^- {rem/@u res/marl}
2015-02-05 01:59:15 +03:00
?~ mal [lim ~]
?~ lim [0 ~]
2015-12-20 23:50:45 +03:00
=+ ^- {lam/@u hed/manx}
2015-12-15 01:21:10 +03:00
?: ?=(_:/(**) i.mal)
2015-02-05 01:59:15 +03:00
[lim :/(tay)]:(deword lim v.i.a.g.i.mal)
[rem ele(c res)]:[ele=i.mal $(mal c.i.mal)]
[rem - res]:[hed $(lim lam, mal t.mal)]
::
++ deword
2015-12-20 23:50:45 +03:00
|= {lim/@u tay/tape} ^- {lim/@u tay/tape}
2015-02-05 01:59:15 +03:00
?~ tay [lim tay]
?~ lim [0 ~]
2015-02-17 23:53:06 +03:00
=+ wer=(dot 1^1 tay)
2015-02-05 01:59:15 +03:00
?~ q.wer
[lim - tay]:[i.tay $(tay t.tay)]
=+ nex=$(lim (dec lim), tay q.q.u.q.wer)
2015-02-17 23:53:06 +03:00
[-.nex [(wonk wer) +.nex]]
2015-02-05 01:59:15 +03:00
--
::
!:
2015-12-20 23:50:45 +03:00
|_ {hed/marl tal/marl}
2015-02-05 01:59:15 +03:00
::
2015-12-10 07:05:58 +03:00
++ grow :: convert to
2015-02-05 01:59:15 +03:00
|%
2015-02-14 06:41:37 +03:00
++ mime
=< mime
|%
2015-12-10 07:05:58 +03:00
++ elem ;div:(h1:"*{hed}" div:"*{tal}") :: convert to %elem
++ hymn ;html:(head:title:"snip" body:"+{elem}") :: convert to %hymn
++ html (crip (poxo hymn)) :: convert to %html
++ mime [/text/html (taco html)] :: convert to %mime
2015-02-14 06:41:37 +03:00
--
2015-02-05 01:59:15 +03:00
--
2015-12-10 07:05:58 +03:00
++ grab |% :: convert from
++ noun {marl marl} :: clam from $noun
2015-12-20 23:50:45 +03:00
++ elem |=(a/manx (hedtal +.a))
2015-02-05 01:59:15 +03:00
-- --