SW StudyWalks

Computer Science  /  CS 0381  ·  Atom · ~20 seconds

Compiler and Interpreter, Contrasted

Video not yet published
to the StudyWalks catalog
State

A compiler scans and translates the entire source at once, spending time up front; an interpreter translates one line at a time, stopping where it stands when an error appears.

Show

A book translated whole versus a conversation translated live is the working difference.

Watch for

Video 0176 named the pair; this is the operational split.