Skip to content

Slavlned/watt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

98 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Watt - multi-paradigm, dynamic-typed, vm-interpreted programming language. ๐ŸฆŽโšก

Simple example is here. ๐Ÿน

import 'std.io'

type Gecko {
    fn say_hello(name) {
        io.println('Hello, ' + name)
    }
}

gecko := new Gecko()
gecko.say_hello()  

Watt is written in pure rust, what provides good performance and experience ๐Ÿ‘‹๐ŸŒž

About

Watt - simple scripting programming language โšก๐Ÿน

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages