PIXELSNAP coming soon

Do you think you can recreate that string as blocks?
image??


Yes but you have to use the call function

ok, also next time can you reply to me so i know?

Yes definitely!

I can:

(λs.(s s) λx.x)

which gives

(λx.x λx.x)

which gives

λx.x

you win i have no idea what that means

UPDATE: the snap book is now PIXELSNAP

ok!

The ss in (s s) get replaced with the λx.x, and the λs. is removed, thus (λx.x λx.x). That's the first step.

what

Maybe I should make an animation...but I don't know how.

Small necro:the python lambda is considered broken but it is still functional
If you really want lambdas go snap,scheme,or haskell