There are 2 main families of language.
There are those which read your source code and interpret what you want to
do *while* reading through your script, hence the name "interpreter".
Then there are those which take your source code and convert it into
something which your processor and operating system understand without
having to use an interpreter. Since these programs are converted into
binary, or "compiled", they run much faster than interpreted programs.