3 comments

[ 6.0 ms ] story [ 22.2 ms ] thread
Oh, I just realized I already have Lua installed here. Why?
I'm not sure how this is better than say a makefile, which will only rebuild the file when needed?
1. Over Makefiles: there is no separate Makefile, you can build multiple files in same directory without having to name rules, it's one line.

2. It's quite easy to add rebuild when necessary.