Quote:
Originally Posted by JSWolf
I suggest looking at Python and rewriting it for Python. It would mean not having to install FreePascal. I have (and I suspect a lot of others) have Python installed.
|
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.