interpreter
US /ɪnˈtɝː.prə.t̬ɚ/
UK /ɪnˈtɝː.prə.t̬ɚ/

1.
tłumacz, interpretator
a person who interprets, especially one who translates speech orally for others
:
•
The diplomat spoke through an interpreter.
Dyplomata mówił przez tłumacza.
•
She worked as a court interpreter for many years.
Przez wiele lat pracowała jako tłumacz sądowy.
2.
interpreter (informatyka)
a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine-language program
:
•
Python uses an interpreter to run its code.
Python używa interpretera do uruchamiania swojego kodu.
•
Unlike compiled languages, scripting languages often rely on an interpreter.
W przeciwieństwie do języków kompilowanych, języki skryptowe często polegają na interpreterze.