Show HN: Tuna Lang
github.com
Show HN: Tuna Lang
1–2 of 2 posts
Re: Show HN: Tuna Lang
#2For a non trivial application, I would recommend looking at a simple messenger web service written in Tuna: https://github.com/Conder-Systems/tuna-lang/blob/main/tuna/d....
I think Bosque https://github.com/Microsoft/BosqueLanguage is similar in its “Cloud First Development” ambition.
Compared to other programming languages, Tuna is unique because the global state is stored in a database. Under the hood, Tuna compiles to an intermediate representation that I also created called Conder: https://github.com/Conder-Systems/conder. This intermediate representation is decoupled from any specific storage provider. When it is compiled, query optimizations are applied to the IR to improve performance.
My hope with Tuna and Conder is to simplify building scalable, secure, and vendor-agnostic distributed systems.