Tagged Questions
-4
votes
0answers
65 views
How mature is node.js? What are your opinions? [closed]
We want to offer a software as web application. (It will be some simple form of a SaaS). Because we are a bunch of computer science students we don't mind so much about the environment and language we ...
3
votes
6answers
260 views
What build tools do not depend on java (or Ruby)? [closed]
I'm wondering what generic build tools out there include their binary run-times and do not depend on another environment not shipped with them.
For example, ANT requires Java, Rake requires Ruby, ...