ScratchData LogoScratchData
Back to johanmi's profile

Lambda calculus compiler

JOjohanmi•Created March 16, 2019
Lambda calculus compiler
9
7
332 views
View on Scratch

Instructions

Lambda calculus is awesome! Now, it can even be used in RISCratch. Just enter a lambda function to compile it. The program is currently really buggy, so not all functions work. Here's a lambda that you can copy and paste: λ Examples: λx. null => [pop] λx. x => [] λx. x+1 => [dup 1 + 1 2 swap pop] Not completely optimized, but it works.

Project Details

Project ID294531574
CreatedMarch 16, 2019
Last ModifiedMay 4, 2022
SharedMarch 17, 2019
Visibilityvisible
CommentsAllowed