But how many burritos is that.
But how many burritos is that.
Lets find out! Count = λB. (B (λx. (x + 1)) 0)
3 its 3 burriotos you’re going to have to pop out and get 8 more for the other commenters
In functional programming, everything is an expression (of frustration).
Y=λf.(λ🤬.f(🤬🤬))(λ🤬.f(🤬🤬))
Y😄 = (λf.(λ🤬.f(🤬🤬))(λ🤬.f(🤬🤬)))😄 = (λ🤬.😄(🤬🤬))(λ🤬.😄(🤬🤬)) = 😄((λ🤬.😄(🤬🤬))(λ🤬.😄(🤬🤬))) = 😄(Y😄)
Having worked for nearly two decades in a functional language now, that’s precisely how I feel about the imperative style.
If you are bored of writing Brainfuck in your spare time, try Lambda Calculus instead as an exciting alternative!
Id rather cut of my limbs with a handsaw than touch lambda calculus again
It would be extremely annoying to be forced to write all my code functionally.
But I find it even more annoying to be forced to write all my code object oriented. Looking at you, python and java.
C++. Do whatever the hell you want, it doesn’t care. Mix paradigms all day long.
People complain about its complexity and the fact that it has everything including the kitchen sink, but that is exactly why I love it. It gives you choice.
C++: You can do everything, but with garbage syntax and ten traps to look out for™
Bro just finds it annoying to write code
Nah, coding is one of the few things I don’t find annoying, so long as the language or toolsets I’m using allow for freedom. What I find annoying is when some talking head says all code should be a certain way, and everybody believes them for some reason.