Simply Changelog

Every release of the Simply programming language, listed here.

v3.0.0-beta
Latest Beta June 14, 2026

A massive quality release. The language gains async/await, a real REPL, and dramatically better error messages with source context. Strings now support full expression interpolation. Simply Code is completely redesigned with a modern minimal aesthetic and ships with command palette, go-to-definition, hover docs, and find-in-files. The installer is fully redesigned too.

Language: async / await

Language: full expression interpolation

Language: REPL

Language: dramatically better errors

Simply Code IDE: modern minimal redesign

Simply Code IDE: command palette

Simply Code IDE: go-to-definition + hover info

Simply Code IDE: find in files

Installer: modern minimal redesign

Cross-platform parity

Bug fixes

v2.0.0-beta
Beta June 13, 2026

A massive release. Simply Code — a dedicated VS Code-style IDE — is here, the language has objects, full file I/O, HTTP fetch, JSON, and dozens of new built-ins. .simply files now open a chooser modal so you can run or edit.

🎉 Simply Code IDE

📦 File Chooser Modal

🔤 Language — Objects

🔁 Language — Control Flow

📁 File I/O Built-ins

🌐 HTTP & JSON

🧰 Array Higher-Order Methods

🧪 More Built-ins

🐛 Fixes

v1.0.0-beta
Beta June 13, 2026

The very first release of Simply. Core interpreter, syntax, basic types, and the package bridging system to npm and Python.

🚀 Initial Release

📝 Core Language

🔌 Package Bridging

🧮 Built-ins