Hacker News new | ask | show | jobs
by MrUnderhill 3314 days ago
I would love it if one day you could put a CMakeLists.xyz in the project instead, where xyz was just a slightly nicer syntax, but with the same semantics, and compatible with regular cmake. Tbh I'm not sure how I would want xyz to look though.
2 comments

> I'm not sure how I would want xyz to look though.

I'd want it to look like a standard scripting language of some sort.

really premake syntax looks nice https://github.com/premake/premake-core/wiki/Your-First-Scri... and it actually uses a real programming language :-)