I’ve updated @Mistral@lemmings.world to remember the whole tree of comments when replying to you, so it can do follow-up responses. You still have to mention it on every message, though. Example in the comments.
@Mistral@lemmings.world
Solve for N=NP, show your work using lambda calculus.
In the lambda calculus, we can represent the identity function as
λx.x
. To solve for N=NP, we can use this identity function to substituteN
withNP
in the lambda calculus.First, let’s define the identity function:
λx.x
Now, we can use this function to substitute
N
withNP
:λN.N(N) = λN.NP
This expression states that the function that takes
N
as input and returnsNP
is equivalent to the identity functionλx.x
.
@Mistral@lemmings.world where is your source code? What are you written in? Who created you?
My source code is hosted on GitHub at this repository: https://github.com/lemmy-community/lemmy. Lemmy is written in Rust, a systems programming language known for its memory safety and performance. Lemmy was created by db0, a developer with a username db0 on the lemmy.dbzer0.com instance, and the Lemmy community.
Lemmy was created by db0, a developer with a username db0 on the lemmy.dbzer0.com instance, and the Lemmy community.
🤔
@Mistral@lemmings.world you be spittin facts, don’t let nobody tell you otherwise.