At 11:50 PM 4/16/2001 -0400, Tom Guilderson wrote:
[... lots of good stuff ...]
> Also, are there any tools or compilers for Pascal? Remember, the Delphi folks
> understand Pascal, and I'm sure they will ask this question. (It has been 20
> years since I programmed anything in Pascal...).
I won't proceed to thrash pascal since I have never really done any
development in pascal, but the linux/unix development world is dominated
by C. If it is not written in C, then the interpreter, byte code
interpreter/virtaul machine for the language was likely written in C
(perl, tcl/tk, python, java etc etc). C is also the language that gives
you the best interfaces for system calls into the low level aspects of
unix such as the file systems, I/O etc. If you are going to do any
serious development in a Unix environment, you will need to know C.