Ask HN: What's a runtime?
Is it another process running which my program deals with or is it like a library which has some specific responsibilities? In that case, what are those responsibilities?
This wasn't of much use https://stackoverflow.com/questions/3900549/what-is-runtime
2 comments
[ 2.6 ms ] story [ 16.9 ms ] threadFor instance, a language like Java has the garbage collector, JIT, etc. as part of the runtime.