8 ms·
name another statically typed, compiled, mature language with a bunch of packages for everything and maybe I will /srs
by recursive-call 3mo ago
name another statically typed, compiled, mature language with a bunch of packages for everything and maybe I will /srs
- GHanku 3mo ago[dead]
- fsuts 3mo agoRust
- abbeyj 3mo agoThe one that immediately springs to mind is C#. Of all the mainstream languages it is probably the one most similar to Java. It can be compiled into platform-independent bytecode (like Java) or into native code using Native AOT. Relevant to the subject of this article, it has had support for structs (user-defined value types) since C# 1.0 in 2002.