7 ms·
So presumably you write all your non-web stuff in machine code? Compilers are pretty common.
by bendavis381 8y ago
So presumably you write all your non-web stuff in machine code? Compilers are pretty common.
- TekMol 8y agoServer side code is different as the server usually starts an interpreter that compiles the file on-the-fly in case it changed since the last pageview.
- matt_kantor 8y ago> the server usually starts an interpreter that compiles the file on-the-fly You may already be aware of this, but you can set up the same workflow for frontend development (if you have a compilation step). "Watch mode" seems to be the popular nomenclature for this in the JavaScript community.
- eyko 8y agoIn production? I think I'm misreading your comments.
- navaati 8y agoWhat ? Interpreters are pretty common in the non-web world too…
- Sharlin 8y agoNot all people do code anything else than JS web stuff these days.