Dico
Dico
I also ran into this issue.
As my friend points out, reflection is defined as "The ability of a computer program to examine, introspect and modify its own structure and behavior *at runtime*". Consider calling it...
That's a nice and simplified explanation. Thank you cbeust, elizarov. Very interesting idea.
I know annotations are quite limited in Java, but wouldn't it be possible to implement an annotation like this: ``` @Contract({ callsInPlace(block, InvocationKind.EXACTLY_ONCE) }) inline fun hello(block: () -> Unit)...
Maybe it's worth considering that an abstract function can't guarantee that its inheritors comply with the contract it wants to declare. Just a thought about the issue that was put...
I made something similar to @carolosf 's code, however, it takes an index or column that is used as a constraint. The code supports PostgreSQL and I also just tested...
It's a similar concept - LWJGL makes the raw C libraries easy to consume from Java. Kotlin multiplatform needs something similar. Currently, it is a cumbersome task to implement the...
Yes, exactly. I am busy now but I would be interested in starting/contributing in some months time!
> > Yes, exactly. I am busy now but I would be interested in starting/contributing in some months time! > > Any updates? I haven't got updates.