[From Bruce Abbott (2001.08.10.0920 EST)]
Bruce Nevin (2001.08.09 23:03 EDT) --
Bill Powers (2001.08.09.1445 MDT)
Delphi is sort of the successor to Turbo Pascal. I don't know much about it
yet, but if it's learnable it may be the answer to the demise of supported
Pascal 7.0.Teach Yourself Borland Delphi 4 in 21 Days
http://www.kaposnet.hu/books/tysdelphi4/The book appears to be entirely on line.
Thanks, Bruce. I read through the introductory part and found much that is
familiar from the old Borland Pascal with Objects, the system I am currently
using. The Windows environment forces the use of objects (now called
"components"), but I don't think it will be too great a problem to get used
to this mode of programming. What I like is that the programming
environment appears to handle some things, like registering windows with
the Windows operating system, that in the past had to be done via separate,
stand-alone programs. From within the Delphi environment you just click and
the system creates the window (or other object) you want your program to
display; you then add the code that creates whatever actions you want to
happen with that object.
The text even refers to the language as Pascal with Objects, and preserves
much of the structure of the Turbo Pascal environment Bill and I are used
to, such as the ability to create reusable Units that can be added to the
main program via the Include specification.
Of course, I say this not having tried to actually use Delphi yet . . .
Caveat emptor.
Now all I need is the trick of living more than one life in parallel.
Have you considered trying dissociative identity disorder (multiple
personality)? (;->
Bruce A.