Hacker News new | ask | show | jobs
by tferris 4857 days ago
How long does take the compile time with a medium sized typical web project. Something which gets annoying or still bearable?
2 comments

If you mean go, compile time is very fast, even with say 10 kloc you'll still probably be under a second.
I am working on a project that has a few thousand lines of Go and compilation takes a second or so. Maybe less; it's fast enough that I don't really think about the fact that it's compiling unless I've done something that it complains about (which is awesome).