Siva S
Siva S
This language is looking really good! With some more work/bug fixes/features, this language would be ready to make it to the mainstream! EDIT: _Sorry if this comment isn't supposed to...
Hi! Sorry to bother you. Are you trying to use ASM instead of Javassist for performance reasons? [ASM is lower level than Javassist (which still uses ASM under the hood...
Yeah. ASM is more lightweight, powerful and is considered the industry standard, being used to build languages like Kotlin, Scala, Panda :wink: etc.
Have you tried desugaring your Panda program? This means you can have all the abstractions you want and the interpreter can handle generating bytecode from the desugared syntax. EDIT: Desugaring...
If you are going with Java interop, what is your main focus? To call Java libraries/API into panda? Or, do you want to call Panda files from Java? The former...
Then, in this case, all you need is a small cleanup. Can’t wait to see the result! 😝
> parsers where handled by builtin dependency injection api with runtime code generation of callbacks to improve the performance of interpretation xD O_O That's a lot to take in. Then...
It seems you have everything figured out! I'll come back here soon enough to find out how Panda `0.5.0-alpha` looks! All the best! ;)
Hi there! I’m actually CodeUnstable. ( had to create new account due to a couple problems ). Anyway, how’s your language doing? I see it has come quite far since...
Hi! :D. For any packages, couldn't you create a language support plugin for build system/package manager like maven or gradle and upload and download packages from there? Or, are you...