dzikoysk
dzikoysk
Panda uses `Type` to operate on types. When you reference Java API through `import`/`export` keyword or any other generation method, the `Class` is just mapped to `Type`. It's because I...
Hey :) Well, at this moment I'm developing quite breaking rework of packages and modules as you can see: https://github.com/panda-lang/panda/pull/617, so I don't recommend contributing to this repo until I...
Panda is my hobbyist side project developed for a few years. I had some ups and downs, but in the end it is still moving forward. The purpose of the...
Groovy is just the closest language that may be even considered as an alternative at this moment to be honest. I'm aware of tools such as ANTLR or LLVM, it's...
Yup, the `log` statement appends output to the environment logger.
Well, it depends. The general shape of the language is pretty stable right now and any updates related to some already implemented features should be cosmetic. In the past I...
Well, the IDE support is kinda pointless when you can't really develop any application in a language :) You have to be aware of a fact, that nobody really wants...
By saying `nobody really wants a new language` I mean people's attitude towards new languages 😛 Every new tool requires them to invest time in learning it, so the tool...
Hi :) At this moment I'm kinda focused on [cdn](https://github.com/dzikoysk/cdn) and [hub](https://github.com/panda-lang/hub) to provide some kind of basic package-registry infrastructure within package manager, but I was quite busy lately, so...
Panda is interpreted language, not compiled one, so integration with build systems like maven or gradle is just not my target at this moment. By default, all packages should be...