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 type
shared 'self test' () -> self
}
shared class Foo : Test {
// we don't have to write 'return this',
// the self return type is generated automatically
override 'self test' () -> self { }
}
-
Fixed some critical bugs:
Changes in API:
-
GH-548 Reimplement output system
Download:
Installation: panda-lang.org/install
Developers: panda-lang.org/guide#installation
Archives: