Programmers: Otters with rocks?
Summary
Topics
Reading Unreal developer Tim Sweeney's Programming for programmers Java was meant to take all the desirable bits from C++ and add somewholesome goodness of its own. While it really hasn't caught on asthe write-once-run-anywhere language it was initially touted as, ithas found great favor as a server-app development language.Microsoft's C# is a RealBasic isan interesting phenomenon, mainly because it seems to be a bridgetool that sits between GUI-based, erector-set app constructionsystems, and an object oriented development environment. The downsideof RealBasic is that seems to be no end to the number of advancedscript kiddies releasing "new" text editors and similar apps that inreality just use the core features provided with the developmentsystem's runtime. This is hardly innovation. On the other hand, theupside of a tool like RealBasic is that it lowers the barrier toentry for programming and lets people build tools to make them moreindividually productive. Let the machine do the heavy lifting Now this is what I call productivity. Moore's Law and clever developers have bestowed upon us high-levellanguages that allow us to concentrate on the problems we need tosolve, rather than spending the effort to sure we've initialized allthe necessary subsystems of the OS appropriately before we evenbegin. With the abundance of compute power, the overhead involved ininterpreted languages has shrunk down to negligibility for manytasks, and the amount of time gained by being able to use theselanguages instead of lower-level ones is huge. Perl and Python are well-known and well-regarded, and Finally, I'd be remiss if I didn't mention As Sweeney's essay points out eloquently, language choice influenceshow one approaches certain problems. But a programmer with a solidbackground in algorithms and data structures probably won't care toomuch about which of several roughly functionally equivalent languagesis chosen for a project. That programmer is, however, likely to bemore interested in choosing a language with a large library of easilyaccessible source code, in order to avoid wasting time reinventingwheels. Assaulting mollusks Perl 6, for example, is under development, and despite all the whizzynew features it's going to have when it's done, it'll be anevolutionary refinement of today's Perl and related methodologiesrather than a knock-our-sneakers-off change. While we're waiting for The Next Big Leap In Programming--whichhopefully will be useful to ordinary mortals as well as professionalcodesmiths--I guess all we can hope for are better and moresupportive development and debugging tools for the high-levellanguages we already know and work with. Indeed, it's moderndevelopment tools for these languages that are in many instancesstill sorely missing. I have no idea what the next generational leap in programming willlook like--and am certainly curious to hear your opinions in theTalkBack section below--but if it provides as much of a boost overthe Perl generation of languages as Perl does over 68k assembly, thenI'll be happy as the proverbial clam (who, presumably, isn't underattack by a determined otter). Given the choice, ZDNet columnist Stephan Somogyi typicallyprefers
We've seen programming languages develop increasingly greaterdistance from the hardware they're meant to control. C provided alevel of abstraction above assembly language, and C++ bolted numerousextensions onto C, creating what many consider an unwieldy monster.Having been witness to quite a few mind-curdling discussions during thepast few years about what a given snippet of C++ really means,C++ evokes in me parallels to
A few years back, I needed to perform some data analysis on severalgigabytes of Web server logs. I had neither the time or theinclination to write the necessary tool in C or C++. I rememberedthat Perl was actually an acronym for Practical Extraction andReporting Language, so I did a little research, downloaded Perl,trial-and-errored my first Perl script, and crunched the logs my waybefore the day was out.
Even with today's high-level languages, I still feel like an otteropening a clam with a rock. With enough skill, dexterity, andperseverance, I'll open the shell, but it's still a far cry fromhaving a good clam knife and a pair of hands.
Talkback - Tell Us What You Think
The best of ZDNet, delivered
ZDNet Newsletters
Get the best of ZDNet delivered straight to your inbox




