© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mark
Languages aren't compiled or interpreted, an implementation is. And a language can have many implementations, occasionally mixing compiled, interpreted and jit. JS at least has interpeter and JIT compiler implementations.
Maneesh Kumar
Full Stack Developer
Thanks for clarification .