Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

JSX is a very nice way to build XML/HTML content, and when you need it programmatically it makes all the difference vs string soup.

It's similar with languages will permit fluent SQL-like syntax mixed with general purpose programming.

Bridging these realms into a single integrated programming environment should be celebrated. There's no reason our ecosystem is so fragmented.

Lua shares many aspects with JS, but also does async programming in a much better way than JS, because it was adapted for games, where many things happen concurrently and not in a blocking way. The syntax is also clear and more minimal, like Python is.

I'm working on a hobby language (who isn't!) which combines many aspects from Erlang, JS, JSX, LISP, SmallTalk etc. and while Erlang is my model fo runtime concurrency, Lua is my model for syntax concurrency (that is no red/blue separation: every function is implicitly sync or async depending on how you call it). I think projects like these are a good thing for our industry.

Enough divergence, it's time for convergence!



> 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.



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


Is your language available in some form? I would be curious to check it out. Are you running on top of BEAM given that you're using Erlang as a concurrency base?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: