Panda News
Follow our mission to make the easiest and most fun language for building
modern apps that are clean by default
#9
1 March 2021
Panda 0.4.0-alpha
It's time to introduce rewritten package and module system 🎊. A lot of internal changes that affect packages definitions and overall user experience. Changes in language: GH-615 Rewritten package and module system module keyw...
Read More →#8
24 January 2021
Panda 0.3.0-alpha
Panda 0.3.0-alpha has been released! 🎉 Changes in language: GH-298 Simple type inference through let keyword module lang main { /* Immutable */ let rawValue = '#onlypanda x ' let methodValue = 0xCAFEBABE.toString...
Read More →#7
16 January 2021
Panda 0.2.1-alpha
Update time! Take a look at Panda 0.2.1-alpha and these awesome bitwise operations: Changes in language: GH-585 Support for bitwise operators log (-8) == (~7) log 1 == (5 & 3) log 7 == (5 | 3) log 6 == (5...
Read More →#6
31 December 2020
Panda 0.2.0-alpha
Happy New Year! 🎊 And may the odds be ever in your favor. Finally, after 4 months, Panda 0.2.0-alpha has been released. Most of the changes affected Panda internals, but as a result we have finally features such as generic type...
Read More →#5
20 August 2020
Panda 0.1.3-alpha
Panda 0.1.3-alpha has been released! Changes in language: GH-83 Add self return type to methods (helpful in e.g. builders), example usage: // some interface public interface Test { // interfaces also supports 'self' return ...
Read More →#4
16 August 2020
Panda 0.1.2-alpha
Panda 0.1.2-alpha has been released! 🚀 Changes in language: GH-545 Replace HJSON with CDN. You have to rename your project build file from panda.hjson to panda.cdn. GH-522 Support maven artifacts as modules in package manager s...
Read More →#3
7 July 2020
Panda 0.1.1-alpha
Panda 0.1.1-alpha has been released! 🎉 GH-528 Move return type of method to the end of its signature shared shouldReturnTrue () -> Bool { return true } GH-526 Support string method names shared 'should return true' () ->...
Read More →#2
2 July 2020
Releases Roadmap
It's time to introduce Panda release life cycle. The development process is divided into 4 phases and we will describe them in this article. For the sake of clarity, we've just entered the 2nd phase - alpha. Here is a list of all...
Read More →#1
1 July 2020
Panda 0.1.0-alpha
We're happy to announce 📢 the first official alpha release of Panda. Until this day we'll distribute user-friendly binaries to provide simple access and preview of development progress. Goals for alpha releases: detect various ...
Read More →#0
30 June 2020
Pandasite
Finally, after a long time, we're happy to announce and introduce the Pandasite - a new website for panda-lang organization. As a part of alpha release cycle, we've add some extra sections with interesting content like: News - r...
Read More →