Hacker News new | ask | show | jobs
by jimktrains2 896 days ago
> It's similar with languages will permit fluent SQL-like syntax mixed with general purpose programming.

Other than t-sql and plpgsql, can you give an example of languages with native SQL syntax? I've been thinking about building a toy language like that and haven't found anything not native to a database engine.

1 comments

Or even better, VB.NET, since it has both LINQ and XML literals.