Joph@programming.devtoProgramming@programming.dev•Unit testing isn't enough. You need static typing too.English
3·
1 year agoNim?
Growth
Nim?
I might be missing a joke? but they are referring to NativeAOT, aptly named as it compiles a .NET application into a native binary ahead of time (instead of using a JIT.) The benefit being no dependency on the .NET runtime, faster startup time (but slower runtime performance, due to lack of JIT), lower memory footprint, and any other advantage you’d find in Go.
There are two images. One of them has Python as #1, the other doesn’t.