LOVE-LANG v1.0 — What's New
LOVE-LANG v1.0 — What’s New
Section titled “LOVE-LANG v1.0 — What’s New”The v1.0 milestone represents the stabilization of LOVE-LANG’s core architecture. Here’s everything that’s new.
Stable Bracket Hierarchy
Section titled “Stable Bracket Hierarchy”The five-level bracket system (L1–L5) is now formally specified and stable. The ABNF grammar has been published, and the core evaluator correctly enforces ring boundary crossing rules.
Standard Library
Section titled “Standard Library”The std/ directory now includes:
- Prelude — Core functions imported by default
- Invariants —
DependencyInjection,AutomaticMode,SATOR,TENET - Stdlib.Math — Pure mathematical operations
- Stdlib.String — String manipulation
- Stdlib.List — List processing
VS Code Extension
Section titled “VS Code Extension”The vscode-love extension now provides:
- Syntax highlighting for
.love,.love.toml, and.ednfiles - Bracket level visual differentiation (color by depth)
- Basic IntelliSense for built-in keywords
- REPL integration (experimental)
Compiler Pipeline Formalization
Section titled “Compiler Pipeline Formalization”The three-phase pipeline is now an officially documented pattern:
- OPERA — Draft intent in
.lovepseudo-lisp - MATERIALIZE — Strict
.ednAST with bracket depths - SIMULATE — Invariant verification via
.inifiles
Managed Stochastics
Section titled “Managed Stochastics”LOVE-LANG introduces the concept of Managed Stochastics — treating LLMs as multi-pass compilers routed through the LOVE ontology. The prompt-metalang module provides the framework for this workflow.
Documentation Site
Section titled “Documentation Site”This very documentation site is now live — built with Astro Starlight, featuring:
- Complete language reference
- Getting started guides
- Compiler pipeline walkthrough
- FAQ
- This blog
Breaking Changes
Section titled “Breaking Changes”This is a 1.0 release. There were no previous stable interfaces. All syntax documented in the reference is the canonical v1.0 syntax.
What’s Next for v1.1
Section titled “What’s Next for v1.1”- LSP implementation
- Package registry
- WebAssembly target stabilization
@TENETverification engine- Formatter and linter
Thank you to everyone who has contributed to LOVE-LANG. The future of programming is linguistic.
— The LOVE-LANG Team