mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 19:22:29 +03:00
45b26586c1
...when run from a moon or comet also replaces binary math with `++clan`, allows ~zod to ticket, and uses %tang/%leaf instead of %noun
20 lines
422 B
Plaintext
20 lines
422 B
Plaintext
::
|
|
:::: /hoon/moon/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
!:
|
|
:- %say
|
|
|= $: {now/@da eny/@uvI bec/beak}
|
|
$~
|
|
$~
|
|
==
|
|
:- %tang :_ ~ :- %leaf
|
|
=+ ran=(clan p.bec)
|
|
?: ?=({?($earl $pawn)} ran)
|
|
"can't create a moon from a {?:(?=($earl ran) "moon" "comet")}"
|
|
=+ mon=(mix (lsh 5 1 (end 5 1 eny)) p.bec)
|
|
=+ tic=.^(@ /a/(scot %p p.bec)/tick/(scot %da now)/(scot %p mon))
|
|
"moon: {<`@p`mon>}; ticket: {<`@p`tic>}"
|