Measures Concepts
GitHub icon

blz

blz - Programming language

< >

blz is a programming language created in 2015.

Source code:
git clone https://github.com/blazingkin/blz-ospl
#1667on PLDB 9Years Old

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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout