[fpc-pascal] Any command line interpreters for Free Pascal?
Jürgen Hestermann
juergen.hestermann at gmx.de
Sat Oct 15 18:13:31 CEST 2011
Andrew Pennebaker schrieb:
> It's simply a convenience to write scripts, whether the language
you're using is mostly interpreted or mostly compiled.
Whether scripting language or compiled language, you have to write the
same code in both cases. Where is the difference?
The only advantage for scripts is that the source code is directly
visible and cannot be hidden. But that can also be a disadvantage.
Nevertheless, I don't see any use in InstantFPC. The program starts much
faster if it has already been compiled and there is no need to compile
the source in the background before startup.
More information about the fpc-pascal
mailing list