Lambda Calculus
This could be a cool web app to build and write a post teaching lambda calculus to attract users.
Build a lambda calculus playground with instant feedback and inline errors like in a normal code editor.
Look at existing lambda calculus playgrounds for inspiration.
#Things to do here
- Build a lambda calculus interpreter / compiler
- Server side compilation of lambda calculus and real time errors
- Write a blog post teaching lambda calculus to attract users
- Maybe even publish the lambda calculus interpreter / compiler as an npm package