Comment Re: WTF is "Kotlin"? (Score 1) 117
From what I'm understanding it appears to be a wrapper in the sense that it is fully interoperable with Java, so that it appears that you can use either syntax in such a project. It reminds me of TypeScript for JavaScript, except that it appears to have its own separate syntax as opposed to just providing syntatic sugar as they say.