Deriving the Y Combinator in JavaScript
enlight.nyc
Deriving the Y Combinator in JavaScript
1–10 of 23 posts
Re: Deriving the Y Combinator in JavaScript
#2Re: Deriving the Y Combinator in JavaScript
#3I’m a JS developer by trade, but I’ve recently started exploring FP/Haskell and came across the Y Combinator. The Y writeups currently online that I read were wonderful for a seasoned Haskell programmer, but I thought it would be great to explore the concept from a more FP beginner-friendly lens, and through a more familiar language - JavaScript.
I hope this exploration is helpful, and feel free to leave any questions or comments you may have below!
Re: Deriving the Y Combinator in JavaScript
#4Re: Deriving the Y Combinator in JavaScript
#5Hi! Author here, and glad to see my writeup on HN. I’m a JS developer by trade, but I’ve recently started exploring FP/Haskell and came across the Y Combinator. The Y writeups currently online that I read were wonderful for a seasoned Haskell programmer, but I thought it would be great to explore the concept from a more FP beginner-friendly lens, and through a more familiar language - JavaScript. I hope this explorat…
Re: Deriving the Y Combinator in JavaScript
#6Re: Deriving the Y Combinator in JavaScript
#7Isn't passing a function to itself kind of like recursion?
Re: Deriving the Y Combinator in JavaScript
#8Re: Deriving the Y Combinator in JavaScript
#9Maybe a stupid question ... Isn't passing a function to itself kind of like recursion?
Re: Deriving the Y Combinator in JavaScript
#10Hi! Author here, and glad to see my writeup on HN. I’m a JS developer by trade, but I’ve recently started exploring FP/Haskell and came across the Y Combinator. The Y writeups currently online that I read were wonderful for a seasoned Haskell programmer, but I thought it would be great to explore the concept from a more FP beginner-friendly lens, and through a more familiar language - JavaScript. I hope this explorat…