Joph

joined 1 year ago
[–] [email protected] 3 points 10 months ago

You care about the family you leave behind, that will need to deal with it.

[–] [email protected] 1 points 1 year ago

There are two images. One of them has Python as #1, the other doesn't.

[–] [email protected] 48 points 1 year ago (6 children)

That works until you are forced to interact with a website that only works with it, either by work or school.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (5 children)

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.