I'm of course not using 1980's Turbo Pascal, I am using a modern compiler and IDE from the 21st century.
There exists a large and growing(!) community around the FPC compiler whose homepage is here: http://www.freepascal.org/ and the free crossplatform IDE and RAD tool Lazarus (imagine something like Delphi for Linux and Mac or an IDE as powerful as Netbeans and as fast and lightweight as notepad). If you want to check it out http://sourceforge.net/projects/lazarus/files/ (the easiest to install is the Windows version, it comes completely bundled with compiler, debugger and IDE in one setup.exe, the other platforms will require you to install separate packages for compiler and IDE (and maybe even the compiler sources)).
Should you really decide to spend an afternoon trying it out (you mentioned nostalgic feelings about Pascal so I bet you are already downloading it) then you will quickly understand why it makes perfect sense that there are *many* people who can use this development platform today and that most of them like it very much and will continue to use it for many years to come. You might even start re-evaluating your attitude towards the other mainstream languages and tools as a direct consequence of this experience.
______
PS: For the Bitcoin client I am using FPC version 2.5.1 (which is from the bleeding edge development branch) and not the stable 2.4.2 Compiler that is available on the sourceforge downloads. This means I might have used language constructs that are not yet available in 2.4.2 (FPC is still improving with every single day).
Nightly snapshots of Lazarus can be found here: http://ftp://ftp.freepascal.org/pub/lazarus/snapshots/
and nightlies of the compiler (for separate installation) here: http://ftp://ftp.freepascal.org/pub/fpc/snapshot/trunk/