Hacker News new | ask | show | jobs
by Pyppe 3742 days ago
Jenkins too is built on top of a compiled language. Too bad it is JVM, which is a hog when it comes to memory... Point being that a "compiled language" is no guarantee of a low memory usage.
1 comments

OK, I meant "compiled into native code" language.
Still doesn't change much when said language can be JIT'ed.