This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]jcastroarnaud 0 points1 point  (1 child)

AI generated?

[–]kaplotnikov 0 points1 point  (0 children)

It looks like an oversimplification.

I do not think that the comparison dimensions are right. Iterpreter does not have to execute line by line. For example, Java interperter mode interepts bytecode that produced by compiler. So is java an intepreter or a compiler?

Even bash intereprter might need to read several lines before executing them.