StackOverflow Questions for Tag: interpreted-language

kamkow1
kamkow1

Reputation: 501

implementing "this" / "self" in a custom interpreted programming language

Score: 1

Views: 63

Answers: 1

Read More
atq
atq

Reputation: 41

If Javascript code gets executed line by line then, how AST (Abstract syntax tree) works?

Score: 0

Views: 192

Answers: 0

Read More

Does Python basically execute code from the top to the bottom?

Score: 0

Views: 37

Answers: 0

Read More
Chris Evans
Chris Evans

Reputation: 11

Is Standard ML compiled, interpreted or both?

Score: 0

Views: 288

Answers: 0

Read More
Aadi Prasad
Aadi Prasad

Reputation: 1

Are syntax errors in Python found at 'compile time' or 'runtime'?

Score: 0

Views: 73

Answers: 0

Read More
Ragul
Ragul

Reputation: 335

Why Java is both compiled and interpreted language when the JIT also compiles the bytecode?

Score: 14

Views: 20652

Answers: 7

Read More
corazza
corazza

Reputation: 32374

Can Javascript be considered a interpreted language when using Google Chrome (V8)?

Score: 12

Views: 2485

Answers: 3

Read More
Salem Engineer
Salem Engineer

Reputation: 29

Why are there no languages that are both interpreted and (really) compiled?

Score: 2

Views: 500

Answers: 1

Read More
user9280731
user9280731

Reputation:

Why don't most interpreted languages like ruby provide an optional compiler?

Score: 2

Views: 532

Answers: 1

Read More
alvatar
alvatar

Reputation: 3380

How is setTimeout implemented in the javascript interpreters or timers in general?

Score: 29

Views: 8759

Answers: 1

Read More
Charles.Aposaga
Charles.Aposaga

Reputation: 91

Prolog: a compiled or interpreted language or both?

Score: 8

Views: 4621

Answers: 2

Read More
Mr. L
Mr. L

Reputation: 3178

Is Perl a compiled or an interpreted programming language?

Score: 28

Views: 30726

Answers: 9

Read More
Bobbbay
Bobbbay

Reputation: 335

Error: Conflcting types for xxx pointing to same declaration

Score: 1

Views: 144

Answers: 1

Read More
lousycoder
lousycoder

Reputation: 491

If Scala is a compiled language, then why didn't it detect an out of bound exception in this program beforehand?

Score: -1

Views: 170

Answers: 2

Read More
Akshay Naik
Akshay Naik

Reputation: 697

How interpreted language code is executed by CPU?

Score: 4

Views: 401

Answers: 0

Read More
Mohamed Adel
Mohamed Adel

Reputation: 39

Why Golang for loop is slower than Python for loop?

Score: -2

Views: 2076

Answers: 1

Read More
Pritam Das
Pritam Das

Reputation: 1

Compiler and Interpreter preferable

Score: 0

Views: 223

Answers: 1

Read More
mxfe
mxfe

Reputation: 365

What does it really mean to "install" a programming language?

Score: 5

Views: 2777

Answers: 1

Read More
Nathan Campos
Nathan Campos

Reputation: 29507

What are the pros and cons of interpreted languages?

Score: 7

Views: 41133

Answers: 9

Read More
Jackie
Jackie

Reputation: 1

How would I implement this case CallE which will have the intrepeter to test function calls?

Score: 0

Views: 59

Answers: 2

Read More
PreviousPage 2Next