Spend enough time doing functional programming and you start mixing up 0 to mean True. :mocking:
Spend enough time doing functional programming and you start mixing up 0 to mean True. :mocking: 8 comments
@s_ol yep, in other words because of the K combinator(True) which picks item at the top of the list at index 0, and KI(False) which picks the next item at index 1. @wim_v12e because of the K combinator, like @s_ol said here: https://merveilles.town/@s_ol/110023046427400318 |
@neauoire
is this because (if cond a b) = (select cond ...)?