logoalt Hacker News

Show HN: A statically typed, cross-platform, easily bootstrappable build system

28 pointsby Rochuslast Tuesday at 4:28 PM10 commentsview on HN

Comments

yr_animeshtoday at 7:02 AM

So it is an alternative for CMake build systems?? The idea is quite new to me, I have only used CMake to build my low latency systems project... Lets use this!!

lioeterstoday at 3:05 AM

I like the focus on simplicity, staying with C and no other requirements, and the choice of Lua. I'm a casual user of CMake but not too enthused about it, so I'll give this a try. Honestly I don't know if static typing is that important for me in this particular use case. I may just rummage through the codebase to see if I can extract a few choice functionality.

Panzerschrektoday at 5:57 AM

Using Lua is a fatal flaw. As a C++ programmer I don't want to learn yet another language for a build system.

show 1 reply
xiaoyu2006today at 3:06 AM

I always wonder why use a DSL while you can just borrow some existing PL?

show 2 replies
drunken_thortoday at 3:08 AM

It seems like this was built years ago but only posted now. Why post it now? It doesn’t seem like it has changed much in 4 years so I can’t see that it matured or stabilized over that time. I am sorry for my ignorance of c build systems, this very well might be in high use already. Either way, it looks useful and built by hand so good job! Looks great and I hope people find it useful!

show 1 reply