Hacker News new | ask | show | jobs
by schultzer 38 days ago
I don’t understand why no one is making SQL a first class citizen in a language, there are tons of languages out there that are extendable, how hard can it be, enough of DSL and generated type-safe application code which is a DSL in reverse order.
1 comments

Microsoft has been doing this for a long time: https://learn.microsoft.com/en-us/dotnet/csharp/linq/
We can do way better then LINQ in an extendable language.