13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
|
:: Hoon 201 - Week 3
|
||
|
:: ~bannum-magtus | s@p7.co.nz
|
||
|
::
|
||
|
:: not sure how deep into the different variants
|
||
|
:: we needed to go, hope the kiss method works fine
|
||
|
::
|
||
|
|* [l=(list) f=gate]
|
||
|
|-
|
||
|
?~ l
|
||
|
~
|
||
|
:- i=(f i.l)
|
||
|
f=$(l t.l)
|