You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐑 Lamb — A dynamically typed, interpreted programming language built on the JVM in Java. Covers the full pipeline: lexing, parsing, resolving, and tree-walking evaluation, with support for closures, classes, and inheritance. Small by design. Powerful by choice.