top | item 45898877

(no title)

netol | 3 months ago

The XML/config side of things just isn't for everyone. Sometimes Go's simplicity wins out.

discuss

order

loldot_|3 months ago

One of the big features in .net 10 is the ability to do `dotnet file.cs` to run an application, with package import and assembly attributes directly in the file.

neonsunset|3 months ago

It is as simple as what you get with Cargo, and possibly even more readable.

.NET, unlike Go, has all needed management commands built into its CLI too: dotnet new {template}, dotnet add/remove package, dotnet sln add/remove, etc.