Skip to content

SkyVault/Harp

Repository files navigation

Harp

The Harp Programming Language

let two := 2

let dictionary #[:hello "world" :another "value"]

fun double (val) { 
    val * two 
}

fun world () { dictionary.:hello }

fun helloWorld () {
    print("Hello " world() ": " double(32))
    print(dictionary.("another"))
}

About

The harp scripting language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published