require 'panda-lang/awesomeness'

type Panda {
    open hello (String name) {
        log 'Hey, ' + name + '.'
        log "You're finally awake ฅ^•ﻌ•^ฅ"
    }
}

main {
    let panda = new Panda()
    panda.hello('you')
}

Panda

is a clear and stylish programming language for JVM

Get started →


Latest Release ~ December 2, 2021


Approachable

Simple, clear and boilerplate free syntax. From now on, read the guide and start building amazing apps

Versatile

Legacy free language for any kind of modern project, running in every environment supported by the JVM

Extensible

Enhance your project by scripts written in Panda or create your own language on top of the Panda Framework