SOFTWARE

Software products developed independently by Lambda LLC.

Lambda Smalltalk

A fast, modern Smalltalk implementation powered by Cranelift JIT compilation. It delivers performance comparable to LuaJIT and Node.js V8 while preserving the pure Smalltalk philosophy of "everything is an object, everything is a message."

Lambda Prelude

A statically typed functional Smalltalk designed for long-running services. It combines Hindley-Milner inference with a Smalltalk-style surface syntax, an actor model built on OCaml 5 effect handlers, native AOT compilation (no bytecode VM, no JIT), and batteries-included support for HTTP, TLS, SQL, and cryptography.

Lambda C

A lightweight C-like scripting VM designed for embedded systems and resource-constrained environments. It features a compact 4-byte instruction format, dynamic FFI (Foreign Function Interface), and hot-reload capabilities, with an "intent vs. execution" architecture in which the host enforces all safety boundaries.