logoalt Hacker News

jimmaswelltoday at 9:11 AM1 replyview on HN

C# is as close to an ideal language as you can get for most things IMO. I find AI does a great job with it.


Replies

pjeremtoday at 10:10 AM

I do agree. C# is an hidden gem for IA. There are not that much different ways to get somewhere so the model have probably been trained on the framework and libraries everybody uses (the Microsoft ones).

Compared to most languages, including Java, C# will have a hard time letting you compile incoherent code.

You barely need any dependencies other than aspnetcore and efcore for most applications and your AI knows them well.

It’s easy to do TDD with it so it’s easy to keep your IA from hallucinating.

show 1 reply