943,669 Members | Top Members by Rank

Ad:
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Jul 19th, 2006
0

Re: Pascal

We are Learning Pascal in University ...
Reputation Points: 8
Solved Threads: 0
Junior Poster in Training
jamshid is offline Offline
70 posts
since Jan 2006
Jul 19th, 2006
0

Re: Pascal

I started with Pascal and Delphi towards the end of school, then used it while at uni along with C++ and some VB

Pascal is just not 'fashionable' at the moment. It is an excellent language to begin with and has no 'real' disadvantages other than its image.

If I need to write a Windows app quickly though (i work as a contractor so that is fairly regular) Delphi (7) is still my tool of choice. Quick development, runs extremely quickly, code is in a readable state.. its all good.
pty
Reputation Points: 64
Solved Threads: 39
Posting Pro
pty is offline Offline
530 posts
since Oct 2005
Aug 6th, 2006
0

Re: Pascal

I use Delphi 7 on a daily basis, to program an imaging and data acquistion using National Instruments hardware. The application is for a biophotonics laboratory and will be used in conjuction with a ultra high speed laser and inverted olympus microscope.
I have learn't delphi from scratch in a year and have found it very useful overall. There will always be days when you head bangs against the wall irrespective of the what langauge it is that you can't understand.
Delphi 7 sometimes throws little hissy fits and i wonder if the new versions are more stable. I do love the debug functions and love using them when im not in over my head. It feels like there is always another level of knowledge that could be reached with more work.
I would like to learn C++. Does anybody have and recommendations of which app to use for that?
Thumbs up for Delphi.
Hopefully thumbs up for C++ once i have learn't that too.

Neil
Reputation Points: 10
Solved Threads: 0
Newbie Poster
NellyPledge is offline Offline
9 posts
since Aug 2006
Aug 8th, 2006
0

Re: Pascal

Hi,

I generally don't advocate technologies, companies or solutions but in the case of Delphi and Pascal, I have some arguments to present :
First off all languages are only as restrictie as their implementations and to day no body implement a language/compiler in full accordance to ANSI/ISO standart (where is ANSI C now?). This bring us not to compare languages but specific compilers, IDEs and solutions on the market.
For example when Borland was releasing Turbo Pascal, Borland Pascal and Borland C every body was thinking BC to be much greater than than TP, but in fact both Borland compilers had exactly the same functionality and the generated ASM quality/speed was the same (it's true but I wasn't able to convince people to that at that time).
To day there is more to Pascal than Delphi, there is freepascal which can be used with open source IDE lazarus (quite identical to Delphi environment) supporting the same object Pascal syntax and has the most VCL and RTL equivalent libraries to support Delphi code without change. Also there is GNU Pascal compiler which is part of GCC.
Now to advocate Delphi :
Delphi's ASM code quality is awesome and can compete with and native code compiler easily. For Delphi 7 I can say that the IDE is the most user friendly, fast and user friendly that I ever worked on (like VS6,VS.Net,Eclipse).
It comes with a tremendous amount of support code transparent to user implementing the RTL, VCL and the whole conversion of WIN32 API headers to object Pascal available to every project. (You can directly start writing GetCurrentThr... the code completion brings you the API call; how difficult was to import WIN32 API calls one by one on VB6 and still fill a couple of P/Invoke line for each API call on VS.Net)
You can transparently interface to any COM, ActiveX, WebService without writting a single line of wrapper code, same for writing Windows Services, threads and DLLs. You can access to sockets (TCP,IP,UDP) and known net services (FTP,Telnet,almost 20) using Indy Net Components which comes along.
Delphi is the language you write less lines but still do more than usual without compromising anything. Nop Borland don't pay me anything

Loren Soth
Reputation Points: 28
Solved Threads: 4
Posting Whiz in Training
Lord Soth is offline Offline
233 posts
since Mar 2006
Aug 8th, 2006
0

Re: Pascal

Hi,

On the case of C vs C++ remember that you can't code time critical code with full object orientation, that's why Linux and Windows kernels and drivers are both written in C without OO.

Loren Soth
Reputation Points: 28
Solved Threads: 4
Posting Whiz in Training
Lord Soth is offline Offline
233 posts
since Mar 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Pascal and Delphi Forum Timeline: project
Next Thread in Pascal and Delphi Forum Timeline: loop help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC