Nim programming language finally hit 1.0

Chris wendlec at tcd.ie
Mon Sep 30 10:33:25 UTC 2019


On Monday, 30 September 2019 at 10:14:52 UTC, JN wrote:

>
> I think Kotlin's dependency on Java/JVM is actually a benefit, 
> because they know what worked and didn't work in Java and could 
> work on improving that. Also, they are 100% behind the OOP 
> paradigm, so they can introduce most features that benefit 
> that. For example features like data classes or singleton 
> objects are very useful, even if they are mostly a language 
> syntax sugar for certain design patterns.

Yeah, I agree, Kotlin has done a great job on that. Kotlin has 
added a lot of nice features to the old Java/JVM world. Data 
classes are very useful, and it's really easy to use Singletons. 
My point was, that the authors of Kotlin cannot do whatever they 
want due to Java/JVM, and still they managed to come up with a 
sound language.


More information about the Digitalmars-d mailing list