Growth
I use the TUI gitui Though I also use the git cli directly too, depends on what I’m doing.
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.