Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Lateralus

< >

Lateralus is an open source programming language created in 2025 by bad-antics.

#1656on PLDB 1Years Old
Homepage

A pipeline-native programming language with compiler, VM, OS, LSP, and VS Code extension. Features algebraic data types, pattern matching, type inference, and borrow checking.


Example from the web:
fn factorial(n: i32) -> i32 = | 0 => 1 | n => n * factorial(n - 1)
print "Hello, World!"

Language features

Feature Supported Example Token
Algebraic Data Type ✓
Pattern Matching ✓
Type Inference ✓
Static Typing ✓
Line Comments ✓ //
Comments ✓
Semantic Indentation X

- Build the next great programming language · Add · Add Prompt · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v178.2.3

github https://github.com/bad-antics/lateralus-lang

documentation https://grug-group420.github.io/docs

hasTyping true

hasBorrowChecking true

hasCompilerParts true