Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

blz

< >

blz is a programming language created in 2015.

#1663on PLDB 9Years Old
Download source code:
git clone https://github.com/blazingkin/blz-ospl

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 Token Example
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io