Panda 0.4.0-alpha
1 March 2021It's time to introduce rewritten package and module system 🎊. A lot of internal changes that affe...
Read More →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')
}
Latest Release ~ December 2, 2021
Simple, clear and boilerplate free syntax. From now on, read the guide and start building amazing apps
Legacy free language for any kind of modern project, running in every environment supported by the JVM
Enhance your project by scripts written in Panda or create your own language on top of the Panda Framework
It's time to introduce rewritten package and module system 🎊. A lot of internal changes that affe...
Read More →Panda 0.3.0-alpha has been released! 🎉 Changes in language: GH-298 Simple type inference through...
Read More →Update time! Take a look at Panda 0.2.1-alpha and these awesome bitwise operations: Changes in l...
Read More →