-
For loops, such as `for (i in [1,2,3]) { }`, the Java backend creates temporary variables for the element `elem$0` and iterator `i$iterator$$1` outside of the loop's scope:
``` java
public static…
-
Oracle GraalVM (e.g. not the _community edition_, but the paid version) offers **concept of isolates**. [Polyglot Isolates](https://www.graalvm.org/latest/reference-manual/embed-languages/#polyglot-is…
-
[@tombentley] Currently although you can ask a `ceylon.language.meta.model::Type` whether it is a subtype of another `Type`, you cannot get the principal instantiation of that other type that it's a s…
-
It is unbelievable, this arrogance of the Java programmers, that they always have this urge to port every programming language to their holy sacred GayVM.
> A lot of excellent libraries are written f…
-
## Your programming language
JavaScript
## Expected Behavior
`if`, consequent `if else` and final `else` should be considered as having the same level
Talking in terms of colors on the screens…
-
I have been using java lately, in particular swing. Swing is super-ugly though ... libui is also more fun.
Anyway.
https://github.com/andlabs/libui#language-bindings does not show java binding.
…
-
Nice job, great project
I have used Laravel framework and its database access layer is pretty much like Squash, But it has a migration tool built in to it, Which I haven't seen in any JVM based la…
-
I'm trying to profile a build with different `-Xmx` sizes.
I'm using `-D=`: to override default heap settings. I assume it should work because of isssue https://github.com/gradle/gradle-profiler/issu…
-
After upgraded to Kotlin 2.0, and setup the `apiVersion` and `languageVersion` to KOTLIN_2.
```kotlin
kotlin {
compilerOptions {
freeCompilerArgs.addAll(
"-Xjsr305=st…
-
I would be nice if Groovy support could be in the roadmap.
I'm aware it is a new initiative, but given the structure of the code with a specific "java" module, I hope that enhancing the plugin with …