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

blz

< >

blz is a programming language created in 2015.

#1688on PLDB 9Years Old
Download source code:
git clone https://github.com/blazingkin/blz-ospl
Homepage · Source Code

An open source programming language


Example from the web:
import Lists :main # Print cubes of even numbers evens = range(1000).filter!(x -> x % 2 == 0) print(evens.map!(x -> x ** 3) end

Language features

Feature Supported Example Token
Comments ✓ # A comment
Line Comments ✓ # A comment #
Semantic Indentation X
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll