Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-19 Thread Jeff Wormsley
Graeme Geldenhuys wrote: Any programmer worth hiring should find it relatively easy to switch to another language. Or and least become proficient in it in a relative short period of time. The basic principles apply to all languages, it's just the tool-chain and syntax that differs. I certain

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-18 Thread Ingemar Ragnemalm
"Vinzent H?fler" wrote: Graeme Geldenhuys : Any programmer worth hiring should find it relatively easy to switch to another language. Or and least become proficient in it in a relative short period of time. The basic principles apply to all languages, it's just the tool-chain and syntax t

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Vinzent Höfler
Graeme Geldenhuys : > I have been programming solely in Object Pascal for the last 9 years. > I dab in Java every now and again (but not for any production > software). I also read a lot of C/C++ code which I rewrite into Object > Pascal for whatever reason. So just like me being able to read and

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Jürgen Hestermann
A quick study of some language reference docs and a few examples should be all you need to get started. The general rules are easy to learn. But to be productive you also need to know about environments (IDE etc.), available libraries and their usage (which already differ between Delphi and La

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Graeme Geldenhuys
On 17/10/2009, Vinzent Hoefler wrote: > > Absolutely. But there's also the catch: With people only knowing C where > should this knowledge come from? Documentation. I have been programming solely in Object Pascal for the last 9 years. I dab in Java every now and again (but not for any productio

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Vinzent Hoefler
On Saturday 17 October 2009, Henry Vermaak wrote: > I think Graeme's point was that if you have a good grasp of software > design and programming techniques, you can write good software in > whatever language you choose. Absolutely. But there's also the catch: With people only knowing C where sh

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Henry Vermaak
2009/10/17 "Vinzent Höfler" : > Graeme Geldenhuys : > >> Any programmer worth hiring should find it relatively easy to switch >> to another language. Or and least become proficient in it in a >> relative short period of time.  The basic principles apply to all >> languages, it's just the tool-chain

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-17 Thread Vinzent Höfler
Graeme Geldenhuys : > Any programmer worth hiring should find it relatively easy to switch > to another language. Or and least become proficient in it in a > relative short period of time. The basic principles apply to all > languages, it's just the tool-chain and syntax that differs. Yes and no

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Graeme Geldenhuys
2009/10/16 Jeff Wormsley : > > Its also a manpower issue, and the number one reason I make my living > writing C nowadays rather than Pascal.  You can post an ad for a C > programmer and get 1,000 applicants, if you post an ad for a Pascal Any programmer worth hiring should find it relatively easy

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread dmitry boyarintsev
How about creating a "Holy War" page at the freepascal wiki and moving all notes from this thread there? The page can be become a good source of arguments in all kind of Pascal vs C (or any other language) battles :) As well as good historical notes about pascal language. thanks, dmitry _

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Vinzent Höfler
"Jürgen Hestermann" : > > You can post an ad for a C > > programmer and get 1,000 applicants, if you post an ad for a Pascal > > programmer you might get 5, at least where I live. Yes, and guess what: Odds are that there are more than 5 good ones out of the 1000 C-programmers than a single goo

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Henry Vermaak
2009/10/16 Marco van de Voort : > In our previous episode, Jürgen Hestermann said: >> > You can post an ad for a C >> > programmer and get 1,000 applicants, if you post an ad for a Pascal >> > programmer you might get 5, at least where I live. >> >> Yes, that maybe true. But how has all this starte

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Marco van de Voort
In our previous episode, J?rgen Hestermann said: > > You can post an ad for a C > > programmer and get 1,000 applicants, if you post an ad for a Pascal > > programmer you might get 5, at least where I live. > > Yes, that maybe true. But how has all this started? As far as I know, C > was not

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Paul Davidson
If memory serves... Microsoft for first few version of DOS used assembler. This proved expensive for Microsoft as the number of people willing to program in intel assembler was quite limited. Microsoft kept hearing about this C programming language which students at MS were talking about

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Jürgen Hestermann
You can post an ad for a C programmer and get 1,000 applicants, if you post an ad for a Pascal programmer you might get 5, at least where I live. Yes, that maybe true. But how has all this started? As far as I know, C was not that popular in past (at least not on Windows). Instead (Turbo) P

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Jeff Wormsley
Mark Emerson wrote: Most people aren't interested in truth (e.g. that Pascal is a vastly superior language in almost every respect). They are instead interested in what is popular, politically correct, and has been artfully propagandized into their gullible, small minds from a source they beli

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Mark Emerson
On Friday 16 October 2009 06:40:20 am Mark Emerson wrote: > On Friday 16 October 2009 06:04:17 am Ingemar Ragnemalm wrote: > > > Lee Jenkins wrote: > > >> I don't agree with the idea that "BEGIN...END" determines the failure > > >> of Pascal, as syntax completion is for that. Both "BEGIN...END" an

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Mark Emerson
On Friday 16 October 2009 06:04:17 am Ingemar Ragnemalm wrote: > > Lee Jenkins wrote: > >> I don't agree with the idea that "BEGIN...END" determines the failure > >> of Pascal, as syntax completion is for that. Both "BEGIN...END" and > >> "{...}" are finished in the same time if they were done by

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Ingemar Ragnemalm
Lee Jenkins wrote: I don't agree with the idea that "BEGIN...END" determines the failure of Pascal, as syntax completion is for that. Both "BEGIN...END" and "{...}" are finished in the same time if they were done by computer. On the contrary, it is part of the way of Pascal being elegant.

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-16 Thread Lee Jenkins
章宏九 wrote: I don't agree with the idea that "BEGIN...END" determines the failure of Pascal, as syntax completion is for that. Both "BEGIN...END" and "{...}" are finished in the same time if they were done by computer. On the contrary, it is part of the way of Pascal being elegant. Its very am

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-15 Thread 章宏九
Hmm, currently I am also learning Oberon. No any language requires an IDE. I use vim. Others might use emacs. These are enough. What we need is a simple editor (if you like, GNU nano or simply "cat > 1.pas" is okay) and a compiler. They can make the world, although not that efficiently. Not the b

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Gustavo Enrique Jimenez
2009/10/12 Rainer Stratmann : > Am Montag, 12. Oktober 2009 16:21 schrieb Gustavo Enrique Jimenez: >> 2009/10/12 Rainer Stratmann : >> > Am Montag, 12. Oktober 2009 11:02 schrieb Jürgen Hestermann: >> >> > Remember, Pascal is merely a TEACHING language, unsuitable for >> >> > commercial software de

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Vinzent Höfler
"Jürgen Hestermann" : > And why should that be the case? What are the outstanding feature of C > that make it so supperiour? It's illogical and hard to maintain syntax? Its "Compile anything, crash everywhere." interface. :P Vinzent. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und M

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Rainer Stratmann
Am Montag, 12. Oktober 2009 16:21 schrieb Gustavo Enrique Jimenez: > 2009/10/12 Rainer Stratmann : > > Am Montag, 12. Oktober 2009 11:02 schrieb Jürgen Hestermann: > >> > Remember, Pascal is merely a TEACHING language, unsuitable for > >> > commercial software development, which is why we have C.  

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Gustavo Enrique Jimenez
2009/10/12 Rainer Stratmann : > Am Montag, 12. Oktober 2009 11:02 schrieb Jürgen Hestermann: >> > Remember, Pascal is merely a TEACHING language, unsuitable for commercial >> > software development, which is why we have C.  :) >> >> And why should that be the case? What are the outstanding feature

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Jürgen Hestermann
C is popular *even though* it is an awful concept. It is like the video cassettes. Betamax and Video2000 were the better quality, but VHS was the most popular cassette. Yes, sadly this is true (same with Microsoft pressing one awfull OS after the other into the market). Not always the best win

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Rainer Stratmann
Am Montag, 12. Oktober 2009 12:31 schrieb Jürgen Hestermann: > > Yes, it is available everywhere. > > And it is easier to copy unix code then. > > Remember that it is still not easy to come to freepascal. > > You have to configure a debian testing system and apt-get lazarus and so > > on... Nearly

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Graeme Geldenhuys
2009/10/12 Marco van de Voort : >> >> Yes, it is available everywhere. > > Try compiling some Unix C code on Windows. > > Give me Free Pascal any time :-) +1 ...and Try compiling some Unix C code on Unix/Linux/etc. I always battle. Give me Free Pascal too! :-) PS: Wow, did this message thread

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Marco van de Voort
In our previous episode, Rainer Stratmann said: > > > Remember, Pascal is merely a TEACHING language, unsuitable for commercial > > > software development, which is why we have C. :) > > > > And why should that be the case? What are the outstanding feature of C > > that make it so supperiour? It's

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Jürgen Hestermann
Yes, it is available everywhere. And it is easier to copy unix code then. Remember that it is still not easy to come to freepascal. You have to configure a debian testing system and apt-get lazarus and so on... Nearly nowhere the lazarus package is preinstalled. Yes, these are the reasons for ha

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Graeme Geldenhuys
2009/10/12 Rainer Stratmann : > > Which editor do you use? I'm not the one you replied to, but I can answer based on my experience. I never use APT for FPC or Lazarus because they update packages to slowly. I work directly from the Git mirror repositories. * If I'm at work or home, I use Lazarus

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Mattias Gärtner
Zitat von Rainer Stratmann : Am Montag, 12. Oktober 2009 11:02 schrieb Jürgen Hestermann: > Remember, Pascal is merely a TEACHING language, unsuitable for commercial > software development, which is why we have C. :) And why should that be the case? What are the outstanding feature of C that

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Rainer Stratmann
Am Montag, 12. Oktober 2009 12:05 schrieb leledumbo: > you don't need lazarus just to use fpc, and I don't need that debian > testing system on my kubuntu. Which editor do you use? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread leledumbo
> Remember, Pascal is merely a TEACHING language, unsuitable for commercial > software development, which is why we have C. :) That's what I'm going to change. I've told my friends and collegemates about Pascal superiority (suitable for any programming needs, GUI, WebApps, Server, etc.) and the

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Rainer Stratmann
Am Montag, 12. Oktober 2009 11:02 schrieb Jürgen Hestermann: > > Remember, Pascal is merely a TEACHING language, unsuitable for commercial > > software development, which is why we have C. :) > > And why should that be the case? What are the outstanding feature of C > that make it so supperiour? I

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-12 Thread Jürgen Hestermann
Remember, Pascal is merely a TEACHING language, unsuitable for commercial software development, which is why we have C. :) And why should that be the case? What are the outstanding feature of C that make it so supperiour? It's illogical and hard to maintain syntax? Or is it just that it was a

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-11 Thread Ralf A. Quint
At 05:27 PM 10/11/2009, Mark Emerson wrote: Remember, Pascal is merely a TEACHING language, unsuitable for commercial software development, which is why we have C. :) Yeah, right... >:-} Ralf ;-) ___ fpc-pascal maillist - fpc-pascal@lists.free

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-11 Thread Mark Emerson
Remember, Pascal is merely a TEACHING language, unsuitable for commercial software development, which is why we have C. :) On Sunday 11 October 2009 05:00:04 pm Ralf A. Quint wrote: > At 03:25 PM 10/11/2009, Graeme Geldenhuys wrote: > >I came across this link by chance. Wow, I never knew there w

Re: [fpc-pascal] Who said Pascal isn't popular

2009-10-11 Thread Ralf A. Quint
At 03:25 PM 10/11/2009, Graeme Geldenhuys wrote: I came across this link by chance. Wow, I never knew there was that many Pascal Compiler implementations. A lot! http://pascaland.org/pascall.htm Well, reduce it to the compilers that are still maintained, and the list is far less impressive...

[fpc-pascal] Who said Pascal isn't popular

2009-10-11 Thread Graeme Geldenhuys
I came across this link by chance. Wow, I never knew there was that many Pascal Compiler implementations. A lot! http://pascaland.org/pascall.htm -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net