Live data from Hacker News

G#: A modern .NET language with Go, Kotlin, and Swift ergonomics

davidobando.github.io

1–10 of 34 posts

Re: G#: A modern .NET language with Go, Kotlin, and Swift ergonomics

#2
While the language itself doesn't seem very interesting (which is perhaps the point). The idea of building a new language on top of the CLR runtime feels very wise. Instead of a new language suffering from a lack of ecosystem, you get everything else that's already built, even in other (CLR-based) languages. This does leave me wondering what the trade off is. Do you sacrifice any potential language features for CLR compatibility? Or provided you can get it compile, it will run?

Also, are there other language ecosystems with a similar capability?

Re: G#: A modern .NET language with Go, Kotlin, and Swift ergonomics

#3

While the language itself doesn't seem very interesting (which is perhaps the point). The idea of building a new language on top of the CLR runtime feels very wise. Instead of a new language suffering from a lack of ecosystem, you get everything else that's already built, even in other (CLR-based) languages. This does leave me wondering what the trade off is. Do you sacrifice any potential language features for CLR c…

The JVM has a ton of languages built on it.

Re: G#: A modern .NET language with Go, Kotlin, and Swift ergonomics

#6
post #5

I have a strong feeling that no new languages will get adopted at all, now that it's important for AI to be proficient in speaking them.

I've been suspecting this myself and its probably the biggest thing I dislike about ai having taken over the proffession.

Re: G#: A modern .NET language with Go, Kotlin, and Swift ergonomics

#7
post #5

I have a strong feeling that no new languages will get adopted at all, now that it's important for AI to be proficient in speaking them.

The best AI models at this point are perfectly fine handling new languages and frameworks and stuff - as long as you can point the llm to some docs and some example code it's not gonna do noticeably worse than it would at another language.
Post reply on HN