Skip to content

Latest commit

 

History

210 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blu

best language. undisputed

blu is small, fast and intuitive scripting language

import "system"

class Dog {
    fn __init(name) {
        @name = name
    }

    fn bark(): @name + " barks!"
}

var maxipes = Dog("Fík")

3.times(maxipes.bark).each(System.println)

About

Simple and readable programming language

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages