Hey HN! I'm working on Lambda Core, a collaborative project to implement the basics of lambda calculus (Booleans and Church Numerals) in every programming language.
The goal:
• Show how functional concepts can be encoded in languages from COBOL to Python.
• Provide a clear, low-barrier code challenge for anyone interested in functional programming or language theory.
All contributions are welcome. If your favorite language isn’t already in the repo, please add it! The instructions are simple, and it's a fun way to explore how different languages handle higher-order functions.
Check out the GitHub link for details. I'd love your feedback, and hope you'll join in!