Skip to content

Commit

Permalink
Create 3.7.7: Compiled vs. Interpreted Languages
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeHS-Solutions authored Jan 20, 2024
1 parent 18ccf8f commit 0a9ffc9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Compiled and interpreted languages are different because
compiled languages translates the entire code at once, while
interpreted languages translates the code per line.

Compilers are faster in execution and can be easier to
identify bugs, but the additional steps are time-consuming.
Meanwhile, interpreters are slower in execution, are easier
to test, and are more readable.

0 comments on commit 0a9ffc9

Please sign in to comment.