λ-2D : un interpréteur pour le langage de programmation visuel basé sur le lambda-calcul
Summary
λ-2D is a two-dimensional programming language interpreter inspired by Piet, Lambda Calculus, and Lambda Diagrams. The GitHub project discusses its design, improvements (memoization, compiling diagrams to a program, porting to faster languages, and a graph-based intermediate representation), and examples like the Sierpinski triangle and Mandelbrot set with outputs. The repository is Python-based, open source, and includes an online demo and various project files.