After you research SKI Combinators, look into Church Encoding.
JavaScript Joel 🍻 @joelnet Church Numerals use functions to represent numbers.ie: `one = f => x => f (x)` and `two = f => x => f (f (x))`Math can also be simulated with only functions and without + - / * operators.#javascript #es6 #functional 22:45 PM - 01 Aug 2019 100 332
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
After you research SKI Combinators, look into Church Encoding.