Quote:
Originally Posted by JeffElkins
FreePascal is a compiler. Generally, code produced by a compiler does not require that you install it's environment...it produces a standalone executable. With some systems (Visual Basic) a runtime library may be required. Python OTOH is an interpreted language.
You're comparing apples and oranges.
|
I wasn't thinking of FreePascal as a compiler to be honest. I was thinking of it as an an interpreter. I know you can make exe from most Interpreted languages but again, not where my mind was at the time.