Skip to main content

One doc tagged with "programming-language"

View all tags

Use compiled languages

Interpreted languages re-parse and compile code on every execution, consuming more energy than pre-compiled binaries, which perform compilation once and run more efficiently at runtime.