On Mon, 16 Apr 2001, Keith Wright wrote:
From: Andy Stewart <andystewart@mediaone.net>
I am starting to write up the last 1/3 of my presentation to the Delphi Developers group, and its the section on developer tools and utilities. I'd like some input from you folks as to what I should include in this section.
Emacs - the original "IDE" (???)
What are those questions marks for? Of course Emacs.
gdb for debugging (nicer with DDD front end, IMHO) make and Makefiles gcc
What else do "real" Linux developers use? Maybe I'm suffering a brain cramp this evening, but your input will help.
Real Programmers don't use a debugger, but you can talk about it if you have time. I've never used Perl (except by accident) but there are those who find it useful. (Those who find it beautiful are perverts, don't talk to them.)
As far as I knew real programmers do use debuggers unless we all have become perfect coders for some crazy reason now.
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...).
There is a Pascal to C translator laying about. I tried to use it once, but the Pascal program I had was not in any of the four or five dialects of Pascal that it knew, so it didn't work very well. If you were writting the program yourself and could avoid extentions of dubious parentage, it might work better. Unfortunately, anybody who is using Pascal for anything other than teaching CS101, as intended, has probably locked themselves into some bastard proprietary version that will never run anywhere unless the company that owns it decides it should. The original implementation of Pascal by Wirth was quite portable, I ported it myself once so I know. Somebody must have put it on Linux by now, but I don't know any details.
-=>Viper<=-