Otus Lisp 2.6 Released: A Lightweight, Cross-Platform Lisp Dialect
2025-06-23
Otus Lisp (Ol) version 2.6 is out! This lightweight (~64KB), purely functional Lisp dialect implements an extended subset of R7RS Scheme, boasting cross-platform compatibility (Linux, Windows, macOS, Android, and more) and architecture support. Ol is embeddable and provides a high-level interface for calling code written in other languages. It also supports WebAssembly, enabling execution in various browsers. This release introduces infix notation for more convenient mathematical expression.
Read more
Development