this post was submitted on 21 Nov 2023
256 points (90.0% liked)

Programmer Humor

32410 readers
369 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 11 months ago* (last edited 11 months ago) (1 children)

I did know the difference, but I didn't realise it ran one line at a time! I had kind of assumed it at least did one pass through everything before giving output. Thanks.

[โ€“] [email protected] 1 points 11 months ago

I believe it does "one pass" when it loads the code into ram, because syntax errors can be caught before anything runs. But I think the actual interpretation happens pretty much one line at a time :)