NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
also ... (Score:2)
Re:also ... (Score:2)
People whose opinions I respect have said [onlamp.com] that C# is much more fun to develop in than C for the types of programs that Unix folks typically write in C (network, file, GUI) and is about as fast. That sounds like an interesting claim, so I've been meaning to check it o
Faint Praise for C# (Score:1)
Almost everything is more fun to develop in than C. That includes Java, barely, but not C++.
Re:Faint Praise for C# (Score:2)
That's a question of mindset. For people with a lot of hubris, C is the perfect language. It always gives me a good feeling to know that each C statement is translated into a few machine instructions and will never do more than I actually asked for.
At the same time (and that makes C so cool), it's a language leading to relatively compact source code. You'd expect to be ending up writing a lot of code as the language is rather spartan, but often you don't.
That includes Java, barely, but not C++
Turn that around. Java for me is a synonym for boredom. C++ on the other hand is one of those languages that packed every available feature into the language (a bit like Perl) and therefore has its own flavor of TIMTOWTDY, including a thousand ways to shoot yourself in the foot. And that's a good thing, IMHO.
Reply to This
Parent