mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
Merge branch 'master' of github.com:urbit/urbit
This commit is contained in:
commit
87d95cb44c
@ -16,7 +16,6 @@
|
||||
:: Consider this Turing-complete non-lambda automaton, "Nock":
|
||||
::
|
||||
:: nock(a) *a
|
||||
:: [a b c] [a [b c]]
|
||||
::
|
||||
:: ?[a b] 0
|
||||
:: ?a 1
|
||||
@ -49,6 +48,7 @@
|
||||
:: *[a 10 [b c] d] *[a 8 c 7 [0 3] d]
|
||||
:: *[a 10 b c] *[a c]
|
||||
::
|
||||
:: [a b c] [a [b c]]
|
||||
:: *a *a
|
||||
::
|
||||
:: In a reflexive stage X, we assert, *[A_X B_X] yields B_X.
|
||||
|
@ -6,7 +6,6 @@
|
||||
2 Reductions
|
||||
|
||||
nock(a) *a
|
||||
[a b c] [a [b c]]
|
||||
|
||||
?[a b] 0
|
||||
?a 1
|
||||
@ -39,4 +38,5 @@
|
||||
*[a 10 [b c] d] *[a 8 c 7 [0 3] d]
|
||||
*[a 10 b c] *[a c]
|
||||
|
||||
[a b c] [a [b c]]
|
||||
*a *a
|
||||
|
Loading…
Reference in New Issue
Block a user