Some newer programming language notes

From Helpful
Revision as of 17:25, 10 January 2023 by Helpful (talk | contribs)
Jump to navigation Jump to search

Rust

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.


Kotlin

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.

Kotlin's aim seems to be a more concise variation of Java, plus some functional-isms.


It also runs on the JVM, and in most cases generates very similar bytecode, usually has basically the same runtime speed, and similar compilation speed.

The language is also close enough to Java that existing Java tools should have no problem with it, so adoption can be smooth, even gradual.


Popularized by Google for use on Android (verify)


https://kotlinlang.org/

http://www.diva-portal.org/smash/get/diva2:1231573/FULLTEXT01.pdf



Dart

Go

This article/section is a stub — some half-sorted notes, not necessarily checked, not necessarily correct. Feel free to ignore, or tell me about it.