Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Why Language Advocacy is Bad

Posted by CmdrTaco on Thu Dec 14, 2000 11:36 AM
from the something-to-think-about dept.
richw showed us an excellent story talking about why language advocacy is bad. Its an excellent piece, and although many of the points he writes about are specifically related to Perl Programming, many of them can be equally applied to the irrational ways that people approach things like politics or Slashdot discussions.
This discussion has been archived. No new comments can be posted.
Why Language Advocacy is Bad | Log In/Create an Account | Top | 212 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3
  • Yeah, but it's here to stay by Dan Hayes (Score:2) Thursday December 14 2000, @06:55AM
  • Re:The Sapir-Wharf Hypothesis by Goonie (Score:2) Friday December 15 2000, @02:45AM
  • Language Advocacy Is Great! -- for whom? by hey! (Score:2) Thursday December 14 2000, @06:56AM
  • by drenehtsral (29789) on Thursday December 14 2000, @06:56AM (#559294) Homepage
    I think that running around shoving your favorite language down people's throats is a waste of time. But on a more subtle level, shoving it down your own throat can be a waste of time as well. I like C, it's a language that i get along well with, but there are times when it would be a pain to use C, so i will use something else that fits the problem better, like C++ (which is not half bad if you don't try and use a braindead class library... ). Some things may be better in Java, or even sometimes FORTH... Who knows, it depends entirely on the problem!
    People who are strong supporters one any one language are like carpenters who really like crowbars, so much so that they try to use them as hammers, saws, rulers, etc... and spend a very long time fighting with the wrong tool for the job. Needless to say, a carpenter that behaves like that is not a very efficient one, and not one you'd want to hire if you with to have your house completed in finite time.
  • Re:Language Advocacy Is Great! -- when done right. by hey! (Score:2) Friday December 15 2000, @05:12AM
  • Re:The best kind of advocate by mjd (Score:1) Friday December 15 2000, @05:19AM
  • Re:Advocacy by sheldon (Score:2) Friday December 15 2000, @06:30AM
  • Re:Pascal and the short sighted by pb (Score:1) Thursday December 14 2000, @10:22AM
  • Resume Advocacy by selectspec (Score:1) Thursday December 14 2000, @10:26AM
  • Re:It's all tribalism by Bongo (Score:1) Thursday December 14 2000, @10:26AM
  • Re:Real world people are tied to their skill sets by SnapShot (Score:1) Thursday December 14 2000, @10:27AM
  • Re:Only novice or unprofessional developers by nachoman (Score:1) Thursday December 14 2000, @08:08AM
  • by Laxitive (10360) on Thursday December 14 2000, @08:08AM (#559303) Journal

    The author is restating an extremely valid point that is realized by most decent programmers: use a language where it is appropriate.

    I learned python before perl, and thought it was one of the coolest languages around (still do), and for about a year, did all my scripting in it. Then I had to debug some perl code, and doing so, managed to teach myself some perl. After learnign a bit more, I said to myself "hey, perl rocks!", and then proceeded to script solely in perl for the next 6 months or so.

    Then I started noticing how each had advantages in certain domains. Doing any sort of work with serious data structures in perl is annoying. Perl's pseudo-typing, and automatic flattening of lists (because lists can only hold scalars.. dontcha know), really makes it annoying to handle heirarchical data. You have to start using references, which makes code ugly and hard to read. Python is much more suited for that sort of thing.

    On the other hand, doing stuff like traversing the the filesystem quickly, munging text, ad-hoc parsing, is extremely sweet in perl. Python is just too verbose when it comes to those kind of things. My home machine is littered with perl scripts that automate administrative tasks.

    Use a language where it's fit, and dont take it personally when people point out that a language is not fit for particular task (they're usually right).

    -Laxitive
  • Re:But what about compounded-advocacy? by rabtech (Score:1) Thursday December 14 2000, @10:29AM
  • Re:Language Advocacy Is Great! by mjprobst (Score:1) Thursday December 14 2000, @08:09AM
  • Re:The world should use... by NonSequor (Score:1) Thursday December 14 2000, @10:29AM
  • Re:Operating Systems and other software by deacent (Score:1) Thursday December 14 2000, @08:10AM
  • On a similar theme by ttfkam (Score:2) Thursday December 14 2000, @08:15AM
  • This applies to lots of other things... like OS by mindstrm (Score:2) Thursday December 14 2000, @08:18AM
  • People who think syntax is unimportant... by brlewis (Score:1) Thursday December 14 2000, @08:19AM
  • Two extracted points by swordgeek (Score:1) Thursday December 14 2000, @06:56AM
  • Re:advocate semantics, not languages by swinge (Score:1) Friday December 15 2000, @06:53AM
  • Re:People who think syntax is unimportant... by swinge (Score:1) Friday December 15 2000, @07:02AM
  • Re:Nationalism by Malc (Score:1) Thursday December 14 2000, @06:58AM
  • neither tribalism nor relativism are correct by Zooko (Score:2) Thursday December 14 2000, @06:58AM
  • Re:There's always somebody by Aya (Score:1) Friday December 15 2000, @08:07AM
  • Re:Advocacy by MaxQuordlepleen (Score:1) Friday December 15 2000, @08:45AM
  • Re: suggestion for BRL by brlewis (Score:1) Friday December 15 2000, @10:29AM
  • Only novice or unprofessional developers by NineNine (Score:2) Thursday December 14 2000, @06:59AM
  • Scheme minimalism and getting used to Scheme by brlewis (Score:1) Friday December 15 2000, @10:56AM
  • Re:ADA by Chris Hind (Score:1) Friday December 15 2000, @03:37PM
  • Re:I agree wholeheartedly by chadfowler (Score:1) Friday December 15 2000, @07:51PM
  • X programming by Xenophon Fenderson, (Score:1) Thursday December 14 2000, @10:42AM
  • Re:Language Advocacy Is Great! by tmoertel (Score:1) Thursday December 14 2000, @10:54AM
  • The Ironic Advocate by fm6 (Score:2) Thursday December 14 2000, @10:55AM
  • arrays/loops in Scheme by brlewis (Score:1) Thursday December 14 2000, @10:58AM
  • You missed the point! by beer_maker (Score:1) Thursday December 14 2000, @08:20AM
  • Re:But what about compounded-advocacy? by CyberKnet (Score:2) Thursday December 14 2000, @10:58AM
  • Is Slashdot Broken by doomicon (Score:2) Thursday December 14 2000, @08:23AM
  • by Tom Christiansen (54829) <tchrist@perl.com> on Thursday December 14 2000, @11:01AM (#559330) Homepage
    Latin is nice. Perl is nice. why settle for just one? :-) See Damian Conway's [monash.edu.au] incredible paper on Lingua::Romana::Perligata -- Perl for the XXI-imus Century [monash.edu.au]. You can fetch it from CPAN [cpan.org].

    ________________________________

    NOMEN

    Lingua::Romana::Perligata -- Perl in Latin

    DESCRIPTIO

    The Lingua::Romana::Perligata module makes it makes it possible to write Perl programs in Latin. (If you have to ask "Why?", then the answer probably won't make any sense to you either.)

    The linguistic principles behind Perligata are described in: http://www.csse.monash.edu.au/~damian/papers/HTML/ Perligata.html [monash.edu.au]

    The module is used at the start of the program, and installs a filter which allows the rest of the program to be written in (modified) Latin, as described in the accompanying documentation.

    EXEMPLUM

    #! /usr/bin/perl -w
    use Lingua::Romana::Perligata;

    adnota Illud Cribrum Eratothenis

    maximum tum val inquementum tum biguttam tum stadium egresso scribe.
    vestibulo perlegementum da meo maximo.
    maximum tum novumversum egresso scribe.
    da II tum maximum conscribementa meis listis.
    dum damentum nexto listis decapitamentum fac sic
    lista sic hoc tum nextum recidementum cis vannementa da listis.
    next tum biguttam tum stadium tum nextum tum novumversum
    scribe egresso.

    cis.

    SCRIPTOR

    Damian Conway (damian@conway.org [mailto])

    IUS TRANSCRIBENDI

    Copyright (c) 2000, Damian Conway. All Rights Reserved.

    This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html [perl.com])

    MUTATIONES IN EDITIO 0.01

    Initial release.

    ADITUS

    Lingua::Romana::Perligata has been uploaded to the CPAN and is also available from:

    http://www.csse.monash.edu.au/~damian/CPAN/Lingua- Romana-Perligata.tar.gz [monash.edu.au] _____________________

    There you go. Isn't that a much saner, much more legible language? :-)

  • Re:Learning More Langauges Solves This by King Babar (Score:2) Thursday December 14 2000, @11:04AM
  • Not everything is clearly black and white by Junks Jerzey (Score:2) Thursday December 14 2000, @08:24AM
  • Two Points? by Hornsby (Score:1) Thursday December 14 2000, @11:19AM
  • But languages are NOT 'tools in a toolbox'... by Azza (Score:1) Thursday December 14 2000, @11:19AM
  • Re:Operating Systems and other software by soldack (Score:2) Thursday December 14 2000, @08:28AM
  • Advocacy vs. Stupidity by lunaboy (Score:2) Thursday December 14 2000, @08:29AM
  • Re:advocate semantics, not languages by cburley (Score:1) Thursday December 14 2000, @08:29AM
  • Re:You Are Not A Member by drewish_princess (Score:2) Thursday December 14 2000, @06:59AM
  • Re:Advocacy through what means? by Jedi Alec (Score:1) Thursday December 14 2000, @07:01AM
  • Re:There's always somebody by blaine (Score:2) Thursday December 14 2000, @07:01AM
  • by Carnage4Life (106069) on Thursday December 14 2000, @07:02AM (#559341) Homepage Journal
    I've always felt that the solution to all the language wars would be if people learned different programming languages preferrably from different programming paradigms. A Perl bigot wouldn't go on and on about how truly OO Perl was if he knew about SmallTalk and neither would a C bigot rhapsodize about C's text-handling abilities if given Perl.

    The problem is narrow-minded programmers who learn 1 langauge or 1 paradigm (functional, Object Oriented, procedural, etc) and refuse to open their minds to any alternatives no matter how well suited they would be to solving the task at hand.

    Remember people, programming languages are merely tools and like most tools they are good at performing specific tasks and not-so-good at performing other. A hammer is great at removing nails stuck in a wall but would be useless at unscrewing the back of your VCR. Use the right tool for the job and keep in mind that your favorite tool is not always the right one.

    Grabel's Law
  • by deacent (32502) on Thursday December 14 2000, @07:02AM (#559342)

    You know, the same can be said for operating systems. Replace the bit about strong typing, etc. with scheduling, etc. and it should sound familiar. I guess the point is that everybody's going to have a certain way about solving a task and they're going to have prefered tools for doing it. Suggesting alternatives or comparing the way one tool works to another often leads to feelings of criticism, even where none was intended.

    Funny that scientists are supposed to be logical and objective when engaged in their work but I guess programming always has been a mixture of science and art.

    -Jennifer

  • Re:There's always somebody by Knos (Score:1) Thursday December 14 2000, @07:04AM
  • by mclearn (86140) on Thursday December 14 2000, @07:04AM (#559344) Homepage

    However, here is a problem. If you do not know what language fits the problem, then you are destined to work with a language that is less efficient at solving the problem (in terms of time, space, complexity, all of the above). Compare writing a parser in C vs. writing one in Perl, or writing set operations (from scratch, not the STL) vs. using the built-in language support of Pascal, or writing a thread-driven program using C vs. using the language-centric thread features of Java. There is give and take, and there is general programming languages vs. specialty programming languages. However, the only way to really know what a language offers is through advocacy. Now I'm not talking fanatical advocacy, but rather discussions about the merits of one language over another. Its all about give and take. Find the language with the features you need to solve the problem at hand.

  • Re:Language Advocacy is Good by moeller (Score:1) Saturday December 16 2000, @08:11AM
  • Re:There's always somebody by PD (Score:2) Saturday December 16 2000, @06:48PM
  • Re:Real world people are tied to their skill sets by daveman_1 (Score:1) Sunday December 17 2000, @03:48PM
  • Re:As some old Texas politician used to say.... by Arandir (Score:1) Thursday December 14 2000, @11:23AM
  • Re:Oh please! by mjd (Score:1) Thursday December 14 2000, @11:31AM
  • Re:Oh please! by mjd (Score:1) Thursday December 14 2000, @11:38AM
  • Re:It's all tribalism by acroyear (Score:2) Thursday December 14 2000, @11:40AM
  • Re:As some old Texas politician used to say.... by ichimunki (Score:1) Thursday December 14 2000, @08:31AM
  • Re:Many Tools In The Toolbox by kel-tor (Score:1) Thursday December 14 2000, @08:32AM
  • Re:Language Advocacy Is Great! by pb (Score:1) Thursday December 14 2000, @11:41AM
  • Re:Oh please! by Technik~ (Score:1) Thursday December 14 2000, @08:33AM
  • Re:arrays/loops in Scheme by pb (Score:1) Thursday December 14 2000, @11:48AM
  • Re:No offense but... by mistah_monkey (Score:1) Thursday December 14 2000, @11:57AM
  • MS does suck by Anonymous Coward (Score:1) Thursday December 14 2000, @08:34AM
  • by joeytsai (49613) on Thursday December 14 2000, @11:57AM (#559359)
    ...from the C++ faq.

    In 99% of the cases, programming language selection is dominated by business considerations, not by technical considerations. Things that really end up mattering are things like availability of programming environment for the development machine, availability of runtime environment(s) for the deployment machine(s), licensing/legal issues of the runtime and/or development environments, availability of trained developers, availability of consulting services, and corporate culture/politics. These business considerations generally play a much greater role than compile time performance, runtime performance, static vs. dynamic typing, static vs. dynamic binding, etc.

    Anyone who argues in favor of one language over another in a purely technical manner (i.e., who ignores the dominant business issues) exposes themself as a techie weenie, and deserves not to be heard.
  • Re:I'm an asshole by DrQu+xum (Score:1) Thursday December 14 2000, @08:39AM
  • Re:But what about compounded-advocacy? by jrb04 (Score:1) Thursday December 14 2000, @12:03PM
  • Identification (Score:3)

    by shaper (88544) on Thursday December 14 2000, @08:40AM (#559362) Homepage

    ... is the problem. When I hear a criticism of my favorite tool/platform/OS/political party/religion/thing, I immediately become defensive. Why? Because I chose the thing, so any criticism of the thing becomes a criticism of my own intelligence, judgement, values or beliefs. And the more I invest in the thing, the more likely I am to identify and take offense with criticisms directed toward it.

    To paraphrase and extend the article's last point, this identification is not necessarily a bad thing. The problem is that many (most?) people don't handle criticism very well, no matter how constructive. So we get defensive reactions which beget counter-offensive criticism and we devolve into useless shouting matches.

  • Re:As some old Texas politician used to say.... by StandardDeviant (Score:2) Thursday December 14 2000, @12:05PM
  • Re:Language Advocacy Is Great! by Hard_Code (Score:2) Thursday December 14 2000, @08:44AM
  • Exactly by Pseudonymus Bosch (Score:1) Thursday December 14 2000, @08:49AM
  • Choose the right tool for job... by yabHuj (Score:1) Thursday December 14 2000, @07:06AM
  • Not only that but we need to improve our synergy by Anonymous Coward (Score:1) Thursday December 14 2000, @07:06AM
  • Languages & Philosophy by grot (Score:1) Thursday December 14 2000, @07:06AM
  • Hell is other people by Flavio (Score:1) Thursday December 14 2000, @07:07AM
  • Re:Language Advocacy Is Great! -- when done right. by pb (Score:2) Thursday December 14 2000, @07:07AM
  • Re:Language Advocacy Is Great! by GrimJack (Score:1) Thursday December 14 2000, @07:08AM
  • Languages as art by IsleOfView (Score:1) Thursday December 14 2000, @07:08AM
  • Re:But languages are NOT 'tools in a toolbox'... by drewish_princess (Score:1) Thursday December 14 2000, @12:18PM
  • Two-point Quote Source by blicero (Score:1) Thursday December 14 2000, @12:20PM
  • The Sapir-Wharf Hypothesis by Colin Simmonds (Score:2) Thursday December 14 2000, @12:30PM
  • Re:Oh please! by Jonathan (Score:2) Thursday December 14 2000, @08:51AM
  • Re:Pascal and the short sighted [Sather info] by Anonymous Coward (Score:1) Thursday December 14 2000, @01:02PM
  • Re:Advocacy in the OS world... by kel-tor (Score:1) Thursday December 14 2000, @08:52AM
  • Re:Language Advocacy Is Great! by Bezanti (Score:1) Thursday December 14 2000, @01:10PM
  • Re:MS does suck by sheldon (Score:2) Thursday December 14 2000, @01:25PM
  • Re:Oh please! by kraut (Score:1) Thursday December 14 2000, @08:54AM
  • Re:Advocacy in the OS worldİİİ by cactopus (Score:1) Thursday December 14 2000, @08:55AM
  • Re:Pascal and the short sighted by err666 (Score:1) Thursday December 14 2000, @01:39PM
  • I agree wholeheartedly by EvlG (Score:2) Thursday December 14 2000, @01:47PM
  • Re:Language Advocacy Is Great! by Chalst (Score:2) Thursday December 14 2000, @08:57AM
  • Re:Language Advocacy Is Great! -- when done right. by EricWright (Score:1) Thursday December 14 2000, @09:03AM
  • Re:People who think syntax is unimportant... by swinge (Score:1) Thursday December 14 2000, @09:07AM
  • Advocacy is either good or evil by DickBreath (Score:2) Thursday December 14 2000, @09:07AM
  • Re:The world should use... by pallex (Score:1) Thursday December 14 2000, @07:08AM
  • Note to all employers: by rotor (Score:1) Thursday December 14 2000, @07:08AM
  • Advocacy in the OS world... by ALG (Score:2) Thursday December 14 2000, @07:09AM
  • Advocacy in the Workplace by mr_gerbik (Score:1) Thursday December 14 2000, @07:09AM
  • I'm an advocate for an end to language advocacy by tenzig_112 (Score:1) Thursday December 14 2000, @07:09AM
  • Re:neither tribalism nor relativism are correct by invalid email (Score:1) Thursday December 14 2000, @07:26AM
  • by pb (1020) on Thursday December 14 2000, @07:26AM (#559395)
    That's right, I was comparing them. I've written equivalent programs in Scheme and Perl to try this out. Of course, when we're just talking about syntax, it's purely opinion-based anyhow, and Scheme basically just hides the references and does the work for you, here. I believe that the reason for this is because this functionality was bolted onto Perl later, in the spirit of adopting useful features from other languages.

    In Scheme, you have to check what type something is. It isn't untyped, exactly, but you don't necessarily know what type a certain variable has until you check. If you don't check, bad things can happen. That's the disadvantage that this flexibility provides.

    In Perl, you do the same thing for references, while other variable types are more explicit. I just wish those types had similar methods, but people have written this in too. (Since floats, ints and strings are all automatically converted in Perl, you have to basically write something to test if a string could also be a float or an int to see if it's a number originally. Unless there's another way to do it, of course. ;)

    I have nothing against either Perl or Scheme; I like them both. In fact, I was thinking about writing a Scheme interpreter in Perl, since Perl natively supports the features that Scheme requires. I just have to figure out a clean way to parse it all. The other advantages would of course be the extra libraries; Perl has a lot of awesome pre-written tools that Scheme generally lacks. :)

    So, yeah, this sort of advocacy is fine until someone takes it the wrong way, and instead of listening to the arguments, has their feelings hurt. And I think that's all the article proves in the first place.
    ---
    pb Reply or e-mail; don't vaguely moderate [ncsu.edu].
  • Crossing the line by Shagg (Score:2) Thursday December 14 2000, @07:10AM
  • Nobody wants to be obsolete by e4 (Score:2) Thursday December 14 2000, @07:27AM
  • it's about blind advocacy, not advocacy in general by brlewis (Score:2) Thursday December 14 2000, @07:11AM
  • Why Language Advocacy is Good by Higher Authority (Score:1) Thursday December 14 2000, @07:11AM
  • But then ... by Alien54 (Score:2) Thursday December 14 2000, @07:29AM
  • Re:Language Advocacy Is Great! -- when done right. by Fjord (Score:1) Thursday December 14 2000, @07:31AM
  • Language philosophy by smallpaul (Score:1) Thursday December 14 2000, @07:37AM
  • Re:Language Advocacy Is Great! by CyberKnet (Score:1) Thursday December 14 2000, @07:38AM
  • Drink the KoolAid by Alien54 (Score:2) Thursday December 14 2000, @07:38AM
  • Re:ADA by mjd (Score:1) Thursday December 14 2000, @02:01PM
  • Re:Oh please! by Jonathan (Score:2) Thursday December 14 2000, @02:08PM
  • call/cc by jaoswald (Score:1) Thursday December 14 2000, @03:00PM
  • Re:You missed the point! by PD (Score:1) Thursday December 14 2000, @09:11AM
  • Re:Language Advocacy Is Great! by Trepidity (Score:2) Thursday December 14 2000, @03:05PM
  • Re:Language Advocacy Is Great! by Quotha (Score:2) Thursday December 14 2000, @03:05PM
  • Real world people are tied to their skill sets by rombouts (Score:1) Thursday December 14 2000, @09:15AM
  • Re:Language Advocacy Is Great! by pb (Score:1) Thursday December 14 2000, @09:16AM
  • Re:Advocacy in the OS worldİİİ by Parity (Score:2) Thursday December 14 2000, @09:18AM
  • Re:Many Tools In The Toolbox by The Raven (Score:1) Thursday December 14 2000, @09:21AM
  • Re:Language Advocacy Is Great! by FigWig (Score:1) Thursday December 14 2000, @09:28AM
  • Re:Oh please! by Azog (Score:2) Thursday December 14 2000, @09:31AM
  • Re:Language Advocacy Is Great! by pb (Score:2) Thursday December 14 2000, @07:13AM
  • advocate semantics, not languages by swinge (Score:2) Thursday December 14 2000, @07:13AM
  • Oh please! by Jonathan (Score:2) Thursday December 14 2000, @07:13AM
  • Re:Many Tools In The Toolbox by stephend (Score:1) Thursday December 14 2000, @07:14AM
  • Linked Lists by Fjord (Score:1) Thursday December 14 2000, @07:15AM
  • Re:Language Advocacy Is Great! by BdosError (Score:1) Thursday December 14 2000, @07:39AM
  • Geeks are fundamentalists... by Keith Russell (Score:2) Thursday December 14 2000, @07:39AM
  • Language Advocacy is Good by Tom7 (Score:2) Thursday December 14 2000, @07:16AM
  • Re:Language Advocacy Is Great! -- when done right. by pb (Score:1) Thursday December 14 2000, @07:39AM
  • Re:Two extracted points by Black Parrot (Score:2) Thursday December 14 2000, @07:17AM
  • They all suck. by Salvage (Score:2) Thursday December 14 2000, @07:17AM
  • Re:Language Advocacy Is Great! -- when done right. by Howie (Score:1) Thursday December 14 2000, @07:42AM
  • Re:Language Advocacy Is Great! by pb (Score:1) Thursday December 14 2000, @07:42AM
  • Re:Language Advocacy Is Great! -- when done right. by gid-foo (Score:1) Thursday December 14 2000, @07:43AM
  • Re:Hypocrite by weston (Score:2) Thursday December 14 2000, @07:43AM
  • Re:Advocacy in the Workplace by Anonymous Coward (Score:1) Thursday December 14 2000, @07:44AM
  • ADA by Chris Hind (Score:1) Thursday December 14 2000, @07:46AM
  • The world should use... by B00yah (Score:1) Thursday December 14 2000, @06:44AM
  • Re:Jesus didn't even speak Hebrew. by lostguy (Score:1) Thursday December 14 2000, @03:42PM
  • The Decline of Metaphysics is the Result of $$$ by impadmin (Score:1) Thursday December 14 2000, @04:11PM
  • Re:Oh please! by waltman (Score:1) Thursday December 14 2000, @04:45PM
  • If I ever meet you... by vipw (Score:1) Thursday December 14 2000, @09:33AM
  • advocacy vs. objectivity by doom (Score:2) Thursday December 14 2000, @05:01PM
  • If English was good enough for Jesus, it should be good enough for everyone!

    (I think it was some governor from about 30 years ago... can't remember his name - at any rate, it is funny.)
  • Re:Oh please! by Col. Klink (retired) (Score:1) Thursday December 14 2000, @09:38AM
  • Nationalism by ackthpt (Score:1) Thursday December 14 2000, @06:47AM
  • Kill Perl by chris.bitmead (Score:1) Thursday December 14 2000, @05:37PM
  • Re:The world should use... by Jedi Alec (Score:1) Thursday December 14 2000, @06:47AM
  • Re:Language Advocacy Is Great! by Jagasian (Score:1) Thursday December 14 2000, @06:56PM
  • Re:Language Advocacy Is Great! by pb (Score:2) Thursday December 14 2000, @09:39AM
  • Re:Only novice or unprofessional developers by Jagasian (Score:1) Thursday December 14 2000, @07:04PM
  • This Explains the Elections! by cjhoworth (Score:1) Thursday December 14 2000, @06:48AM
  • Re:advocate semantics, not languages by Jagasian (Score:1) Thursday December 14 2000, @07:08PM
  • Advocacy (Score:3)

    by MaxQuordlepleen (236397) <el_duggio@hotmail.com> on Thursday December 14 2000, @09:47AM (#559450) Homepage
    It seems to me that advocacy happens when people feel that they must protect an investment, whether of time, money, or emotion.

    Example 1. It's 1986 You just spent $900.00 kitting yourself out with a Commodore 64, 1541 Disc Drive, RGB Monitor, etc. etc. You are bragging about your new purchase around the watercooler, when some smartass begins to enumerate a thousand reasons that the Apple ][ outclasses the C-64. In order to "protect your investment" (i.e. continue to feel good about the $900.00 you just blew), you become a Commodore advocate.

    Example 2. You have spent 5 years of your professional career working with Microsoft products exclusively. As a Microsoft professional, you now have a substantial investment of time into the operating systems and software Microsoft produces. Whenever you can, you will be pimping M$ to the max because it helps keep your investment's value high.

    I think this also becomes apparent on a bigger scale, for example in the election fiasco you yankees just went through. Did anyone at any time who had any influence at all break party lines and say that they other side had a more convincing or righteous argument? Of course not, every step of the way, be it lawyers, judges, members of congress, election supervisors, whatever - every person's behaviour was dictated 100% by party politics. This is similar to the type of "advocacy" that the article's author was talking about, I think.

    My solution (at least in terms of operating systems and programming) is to try to cover as many bases as possible and keep an open mind.

  • Re:Oh please! by Jagasian (Score:1) Thursday December 14 2000, @07:12PM
  • Re:Why Language Advocacy is Good by mjd (Score:2) Thursday December 14 2000, @09:52AM
  • You don't change the wave by Ektanoor (Score:2) Thursday December 14 2000, @07:17AM
  • by King Babar (19862) on Thursday December 14 2000, @07:18AM (#559454) Homepage
    When it comes to type systems, I like Scheme; it has a nice, clean type system. Perl can accomplish all the same nifty tricks as Scheme can, (it has closures, yay!) but you have to at least use a lot of references, and the syntax can get pretty grotty.

    OK, this is not a flame. But I think your post basically proves why Mark Jason Dominus really has a point in his article, and then some.

    You start with a compliment about Scheme and it's type system, then the very next statement is in the spirit of why something else sucks. Now, granted, you were waaaay gentler than many people are, but the kid gloves get dropped by the third iteration on most of these threads.

    Your post also points out a second real problem with most advocacy debates: both sides define the terms however they please, often indiosyncratically. And then they proceed to talk past each other until somebody points out that this is what is happening, then they argue about whose definitions of terms are more appropriate...you get the picture. In this particular case, I would point out that somebody who was interested in type systems might be pretty confused by your description of scheme and its type system, since scheme is often considered to be basically untyped (certainly compared to ML, which comes up in the target article).

    I think the only useful kind of advocacy probably takes the form of seeing what the language can actually do. I have learned things when, for example, I saw that two languages differ in their solutions to one kind of problem, and that one or the other might make better sense in the context of other problems you had to solve. Dominus goes on to point out that perl, notably but not uniquely among currently developed languages, owes many or most of its features to some kind of agglutinizing proccess like this.

  • Re:Many Tools In The Toolbox by arcmay (Score:1) Thursday December 14 2000, @07:18AM
  • Re:Language Advocacy Is Great! by GrimJack (Score:1) Thursday December 14 2000, @07:22AM
  • a great article by Phillip2 (Score:1) Thursday December 14 2000, @07:23AM
  • Re:Language Advocacy Is Great! -- when done right. by pb (Score:1) Thursday December 14 2000, @07:47AM
  • Re:Nationalism by ackthpt (Score:1) Thursday December 14 2000, @07:23AM
  • I am right, you are wrong - de Bono explains by jamieo (Score:2) Thursday December 14 2000, @07:24AM
  • Re:Why Language Advocacy is Good by fizban (Score:1) Thursday December 14 2000, @07:50AM
  • Re:Why I No Longer Enjoy Slashdot by Anonymous Coward (Score:1) Thursday December 14 2000, @07:50AM
  • Ironic .SIG by SuperKendall (Score:2) Thursday December 14 2000, @07:24AM
  • It was written in /English/ ?!?! by Mr_Tom (Score:1) Thursday December 14 2000, @07:26AM
  • Re:Oh please! by Howie (Score:1) Thursday December 14 2000, @07:52AM
  • Re:Operating Systems and other software by gid-foo (Score:1) Thursday December 14 2000, @07:53AM
  • by hey! (33014) on Thursday December 14 2000, @07:53AM (#559467) Homepage Journal
    I agree, but you could make that argument about *anything*. Politics, Religion, slashdot... It's great, until it becomes petty, irrational, vindictive, you name it.

    Precisely so. I think your post supports what I read as the point of the article -- that language advocates can lose their objectivity and sense of proportion in the heat of battle. Language flame wars (even over brace vs. keyword) are interesting up to a point -- then those of us who haven't put too many chips on the table can go on to something else.

    &ltofftopic&gt Speaking of politics, was I the only one struck in the now finished election by how reliably a person's preference in presidential candidate could be mapped to his or her attitude towards a manual recount? I'll admit I was one of those people -- I preferred Gore and thought there should be a hand recount.

    Perhaps one or the other side was right, but the the infrequency with which people split their positions on this shows what a rare commodity fair mindedness is.

    &lt/offtopic&gt
  • Re:Learning More Langauges Solves This by pb (Score:1) Thursday December 14 2000, @07:53AM
  • Re:As some old Texas politician used to say.... by cheese_wallet (Score:1) Thursday December 14 2000, @07:53AM
  • Re:Oh please! by Col. Klink (retired) (Score:2) Thursday December 14 2000, @07:53AM
  • Well... sort of. I'm going to be pretty straight forward here, because this is a forum where I suspect quite a lot of people are against the two things I will bring up here. And mostly because of their own advocacy for their own operating systems.

    The type of advocacy the author is talking about usually takes the standpoint of denying all the other tools available to fulfill a particular job, even at the expense of the weilders time, energy, and sometimes money. But what of when the user is reacting with his advocacy to his own tools and languages to a person sharing what they use. Maybe not to convert the other person. For whatever reason. Is it just straight out flaming that results when the person forces their own advocratic responses at the newcomer, or is it something more serious which needs to be addressed? I think this is much more of a problem than advocacy as presented by the article in question.

    Case study 1: (shudder) Visual Basic. I dont shudder because of the language. I shudder because of all the advocacy going through the minds of a lot of the people reading (or not reading) this post. Visual basic is supposedly bloatware at its finest (or worst), it runs on and only compiles for Microsoft Windows, which is unacceptable to some people. But Visual Basic is, believe it or not, quite useful. Quite comparative to java, in a lot of aspects, because of speed, RAD and other useful features. For someone developing for windows, wanting the application quickly and easily without regard to speed, its invaluable. Yet time and time again, I see it shot down, flame, and torn to pieces. And its especially common among linux crowds.

    Case Study 2: OS
    I use windows. Sometimes. I find it a useful, fun, and enjoyable experience. Yes. I LIKE windows, and am not lying. Yet merely voicing any of its strong points is liable to bring me under a barrage of fire, filled with other peoples advocacy for other operating systems. And its not just Linux people, its NT people too, to exactly the same extent, they scream "Windows 2000 is solid", while hurling insults to my intelligence for choosing linux as my preferred operating system. Yes. My preferred operating system is Linux, even though I LIKE windows.

    So what can we do about this? There has to be some way that we as a community can respond responsibly to this sort of thing as a whole. Or maybe its better off responded to individually.

    ---
  • Advocacy through what means? by sporty (Score:1) Thursday December 14 2000, @06:48AM
  • Re:Language Advocacy is Good by Jagasian (Score:1) Thursday December 14 2000, @07:20PM
  • There's always somebody by PD (Score:1) Thursday December 14 2000, @06:48AM
  • Re:I liked this answer about language advocacy... by Jagasian (Score:1) Thursday December 14 2000, @07:24PM
  • So, does anyone have a mirror? by orz (Score:1) Thursday December 14 2000, @06:49AM
  • Re:There's always somebody by Suidae (Score:1) Thursday December 14 2000, @07:37PM
  • Re:Language Advocacy Is Great! by trog9000 (Score:1) Thursday December 14 2000, @08:11PM
  • by pb (1020) on Thursday December 14 2000, @06:50AM (#559479)
    If it weren't for language advocacy, I wouldn't find out nearly as many cool things about programming languages.

    Everyone has their pet peeves, and their favorite features, and usually they have reasons for it. For instance, I don't like Java; I think it's unnecessarily bloated, contrived, and non-intuitive. So when someone showed me how simple it was to make a little GUI app, (far simpler than the text version, I might add) I was suitably impressed. I still hate Java, but I have a better idea of where it should be used, and what it can do, thanks to that advocacy.

    When it comes to type systems, I like Scheme; it has a nice, clean type system. Perl can accomplish all the same nifty tricks as Scheme can, (it has closures, yay!) but you have to at least use a lot of references, and the syntax can get pretty grotty.

    I used Pascal for a long time, and a decent programmer often spends a lot of time getting around the Strong Typing--it interferes with what they actually want to do a *lot*, like when they want to create a dynamic arry, for example. C at least doesn't bug you about it, but they can both pretty much accomplish the same things. I can't stand the Java type system; they definitely broke the notion of what should be an Object or not.

    But that's just my opinion, and it doesn't stand in my way when I'm looking for a tool. Lately, I've been writing in C, because I've been doing Operating Systems programming for class, on Unix, in C, and it works quite well. But when I was doing web development and system administration this summer, I learned Perl and PHP, and it was far less work for what I was doing at the time. I also got to see how much work it is to implement a complex CGI in C, and although I think it'd be a neat experiment, I'd start out writing it in Perl, thankyouverymuch. I haven't had to use Java because I haven't done any real GUI programming, but I might try it out just because the API looks a little cleaner than some other GUI APIs I've seen. (I'm not about to write in straight XLib yet; even "Hello World" is huge!)

    So yes, do your advocacy. Tell people which tools you like, and tell them why. Pick the right tool for the job. I don't think these things have to be incompatible. Just try to stay rational about it; that's why Linux has an Advocacy-HOWTO. When done right, it really isn't bad at all, it's quite informative, actually. :)
    ---
    pb Reply or e-mail; don't vaguely moderate [ncsu.edu].
  • by SEWilco (27983) on Thursday December 14 2000, @06:51AM (#559480) Homepage Journal
    The Slashdot Tribe is voting you out.

    (I wonder in how many years will "vote out of tribe" not be recognizable in the same way that "drink the Kool-Aid" is not recognizable by people who don't know the news story behind it)

  • Re:Advocacy (Score:3)

    by ackthpt (218170) on Thursday December 14 2000, @06:52AM (#559481) Homepage Journal

    1. Thou shalt not GOTO

    2. GO TO 1

    --

  • Re:portability, GUIs, fast development, native cod by invalid email (Score:1) Thursday December 14 2000, @09:56PM
  • Re:Language Advocacy Is Great! -- when done right. by errxn (Score:1) Thursday December 14 2000, @10:08AM
  • Not a language problem really by dolbywan_kenobi (Score:2) Thursday December 14 2000, @07:59AM
  • Re:They all suck. by h2odragon (Score:1) Thursday December 14 2000, @10:16AM
  • Wait a minute! by Daveamadid (Score:1) Thursday December 14 2000, @08:01AM
  • Re:Language Advocacy Is Great! by pb (Score:1) Thursday December 14 2000, @10:16AM
  • I'm seeing a common misconception of the article in a lot of posts here: that all advocacy is bad.

    The author says, at the end of the article:

    I don't really hate advocacy. I just hate the way we do it most of the time.

    The article is not against advocating things. The article is about people's bad "discursive habits" -- the way we tend to discuss things. The author, for example, is not against discussing the advantages of the typing system in Standard ML. What the article *is* about is the curious fact that most people can't seem to do advocacy right.

    We do it in a dumb way. And I think the discoursive habits we pick up as a result are going to impede the progress of programming languages for a long time.

    And the progress of a lot of things. I wish more people understood this.


  • Re:People who think syntax is unimportant... by G Neric (Score:1) Thursday December 14 2000, @10:17AM
  • by Anonymous Coward on Thursday December 14 2000, @08:04AM (#559490)
    I am a user of many languages and I've been in the field for a couple of decades. In my current company just about any combination of OS's and development tools that you can think of is in use somewhere.

    Currently, I am digging into the beta release of Visual Studio.Net. All in all, I find the package very compelling. In particular, I find the concept of shared framework across many languages unified by common debugers and a single runtime to be a fascinating concept.

    I've tried to enter into a dialog with both Java developers and a group that does C++ on Unix. I'd love to have an intelligent conversation on the merits of the dotnet approach vs. the direction of other areas of software development.

    Unfortunately, the conversations have to get past "MS Sucks". They seldom do.
  • Re:Pascal and the short sighted by xjimhb (Score:1) Thursday December 14 2000, @10:17AM
  • portability, GUIs, fast development, native code by Zooko (Score:2) Thursday December 14 2000, @10:18AM
  • Re:Jesus didn't even speak Hebrew. by the_tsi (Score:2) Thursday December 14 2000, @10:20AM
  • Kuro5hin article (Score:4)

    by Fjord (99230) on Thursday December 14 2000, @08:06AM (#559494) Homepage Journal

    There's an recent article on Kuro5hin [kuro5hin.org] about fear of XHTML. The most relevent thing in it is how people will violently stick to what they know. They learned to use font tags instead of CSS, and so they like it that way. They fear that their pages will not work in the future, and they fear that they can't do the same things in XHTML as in HTML.

    This is an example of how advocacy (in this case HTML over XHTML/CSS) is very bad for everyone involved. People do not want to leave HTML, so parsers will have to continue to be complex. Browser incomatibilities will widen even more.

    I often see this kind of thing. A new standard comes out, and it solves more problems than before, but there is this inertia on the existing standard. It's almost as if people decide that they have learned enough for them to retire on.

  • *Most* Advocacy is Bad by ericsink (Score:2) Thursday December 14 2000, @08:06AM
  • It's all tribalism (Score:5)

    by DeadVulcan (182139) <dead DOT vulcan AT pobox DOT com> on Thursday December 14 2000, @08:06AM (#559496)

    I think Mr. Dominus hit the nail on the head when he said, "the root of the problem is that we tend to organize ourselves into tribes."

    I suspect this is a deeply rooted social instinct to become part of a group, support the group and have the group support you. Possibly, from the time when humans associated themselves with a family unit and vied for resources among other such units. And attacking other groups meant a greater portion of the pie for your own group, more support for yourself, and more acceptance from within your own group.

    Slashdot is one such group. Why do the Microsoft-related stories routinely attract postings that number in the five or six hundred range? It all has to do with how we define our tribe.

    Is it a bad thing? I think it is, when it starts to obscure the fact that we are all part of a tribe called "the human race."

    --

  • Hypocrite by BadBlood (Score:1) Thursday December 14 2000, @06:53AM
  • Re:Loops not so hard in (Common) Lisp by pb (Score:1) Thursday December 14 2000, @10:04PM
  • Re:call/cc by pb (Score:1) Thursday December 14 2000, @10:06PM
  • Re:Language Advocacy Is Great! by pb (Score:1) Thursday December 14 2000, @10:13PM
  • by CritterNYC (190163) on Thursday December 14 2000, @06:54AM (#559501) Homepage
    This article touches on a number of good points. A read all the way will do all of us good. I like to think of the problem as a toolbox. You can get a screw in with a hammer, but a screw driver will do a much better job. Just as you can get a nail in with a screw driver (by bashing it in with the handle... which I've done when there IS no hammer around), but a hammer will do a much better job.

    I like to think of programming languages in much the same way. The best programmers have many tools they can draw from and understand the strengths and weaknesses of each for a given task... making it alot easier to use the best tool for a particular job.

    The best programmers don't think of themselves as VB programmers or Perl programmers or the like... they just think of themselves as programmers.
  • Re:Why I No Longer Enjoy Slashdot by B'Trey (Score:1) Friday December 15 2000, @01:34AM
(1) | 2 | 3