blz
blz is an actively used programming language.
?Years Old | ?Users | ?Jobs |
- the blz website
- Have a question about blz not answered here? Email me and let me know how I can help.
Example code 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
Last updated August 9th, 2020