interpreter tag

2 questions


1 answers
96 views
0
What is the difference between a compiler and an interpreter?

I heard that Java is an interpreter language and C is a compiler language What is the difference between an interpreter and a compiler? I'd like you to compare and teach me.

2 years ago

2 answers
79 views
0
[javascript] Is JavaScript a compilation language or an interpreter language?

Hello. While studying scope in JavaScript, I was reading the following link, and I have a question.https://meetup.toast.com/posts/86 function foo() { console.log(a); var a = 2;}foo();There is an artic...


© 2024 OneMinuteCode. All rights reserved.