Nock

32 thoughts
last posted Oct. 18, 2013, 4:24 p.m.

31 earlier thoughts

0

This would also seem to explain why [7 [b c]], which is analogous to the B combinator, can be more simply defined.

As we previously saw,

*[a [7 [b c]]] => *[a [2 [b [1 c]]]]

where as

B => S (K S) K