62.1k views
0 votes
What are the advantages in implementing a language with apure interpreter?

User Mark Pearl
by
5.0k points

1 Answer

1 vote

Answer:

The advantage of implementing a language with pure interpreter is source level debugging implementation operations are easy in a language with pure interpreter because all run time error messages refers to source level unit.For example-array index out of bound.

User Olivier Dulac
by
5.1k points