Slashdot Mirror


Extinction Of Human Languages Affects Programming?

Tanmay Kudyadi writes "An article from NewScientist.com reports that half of all human languages will have disappeared by the end of the century, as smaller societies are assimilated into national and global cultures. This may be great news if one is looking at a common standard for communication, but it dosen't help those designing the next generation of programming languages. For example, there's an extremely strong link between Panini's Grammar and computer science (PDF link), and with every language lost, there is a possibility that we may have missed an opportunity at improving the underlying heuristics."

626 comments

  1. This ruins my day. by grub · · Score: 5, Funny


    Well.. that dashes all hope I had for finding a papyrus re-issue of "Babylonian C for Dummies". It's been out of print for millennia.

    --
    Trolling is a art,
    1. Re:This ruins my day. by CyberSp00k · · Score: 5, Funny

      Babylonian C was a hardware language, silly. It was produced on clay tablets. No one is ever going to trust anything that matters to papyrus.

      --
      Spiritus ex Machina
      "The universe is not only stranger than we imagine, it's stranger than we CAN imagine."
    2. Re:This ruins my day. by jasoncart · · Score: 5, Funny

      Try archive.org or the Google cache.

    3. Re:This ruins my day. by dankney · · Score: 5, Funny

      Have you checked eBay?

    4. Re:This ruins my day. by ackthpt · · Score: 5, Funny
      Babylonian C was a hardware language, silly. It was produced on clay tablets

      Cuneiform is awl write!

      --

      A feeling of having made the same mistake before: Deja Foobar
    5. Re:This ruins my day. by cayenne8 · · Score: 1
      "No one is ever going to trust anything that matters to papyrus."

      Even if using "Easy-Rollus" papyrus?

      --With apologies to History of the World Part 1

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    6. Re:This ruins my day. by Anonymous Coward · · Score: 2, Insightful

      I announce this project as soon as there's a language-related news on Slashdot....

      BabelCode Project investigates a new methodology of controlled translation and makes it available for practical use. By-products such as foreign language writing assistants and learning tools are also useful applications based on BabelCode databases.

      http://www.babelcode.org

      Language usage patterns can be effectively stored as various BabelCode elements, therefore any natural language can be saved this way.

    7. Re:This ruins my day. by cstangle · · Score: 3, Funny

      Clay tablets, by the way, were where the difference between a hacker and a cracker first arose. A hacker was a skillful carver of tablets, whereas a cracker was only able to do damage and destroy whatever he touched. :D

    8. Re:This ruins my day. by martinfb · · Score: 1

      On a serious note: computer languages also fade into history. And, just because a (spoken) language goes away doesn't mean that the cosmos will suffer irreparable impedence to evolution. It is more likely that culture may suffer the greatest loss, along with the indications of a society's perceptions of 'reality'.
      Meanwhile, viva la pioneers in free and unusual thinking!!!

      --


      Self-importance and self-indulgence is the root of ALL evil.
  2. Hard To Believe by monstroyer · · Score: 4, Interesting

    At the end of the day, the computer understands binary and that's it. In fact, languages are only a means for the human to talk to the computer. After a compile all the way down to the processor, the computer still only cares about two words: ZERO and ONE.

    Just because a language goes extinct doesn't mean we lost an opportunity to develop better heuristics. It just means some programmers will lose touch with programing.

    Currently, programing languages are based around english because the first programmers were english. If programing goes chinese, the only thing that will change is uni-lingual anglophones not understanding what is going on.

    Of course this may change with biotechnology, but our current technology is still electric and i don't think it matters here.

    1. Re:Hard To Believe by Anonymous Coward · · Score: 1, Informative

      because the first programmers were english

      uhh... wrong....

      The first programmer was german (Zuse) and he certainly didn't use a language (except for cursing when another tube broke).

    2. Re:Hard To Believe by JeffTL · · Score: 1

      Actually, the computer cn't understand zero and one as such; the actual concept is closer to "yes" and "no"

    3. Re:Hard To Believe by EvilTwinSkippy · · Score: 1, Funny
      Last I checked, there are no verbs or nouns in C.

      If you have a computer that can be programmed in English, please share. I can finally quit my day job and do something useful other than constantly have to translate between human thought and machine symbology.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    4. Re:Hard To Believe by Manax · · Score: 5, Interesting
      You are entirely missing the point.

      The idea is that other languages embody higher-order logics that we haven't yet discovered in western cultures. Consequently, when a language is lost, we've lost another opportunity to learn those logics and apply them to programming.

      Now, personally, I find the idea silly. The paper that is linked from the article is pretty deep, and talking about Sanskrit particularly, which has a long history, and a lot of deep algorithmic aspects. Most of the languages that are disappearing are tiny languages, which may be interesting in their own right, but probably wouldn't revolutionize programming...

      Also personally, it's too bad that these languages are disappearing, if in fact they are. However, I'm all in favor of languages becoming unused. Culling the herd and all that... but each language is a piece of our culture, and I'd personally like them to be archived, so that in a hundred years, we can use our holodecks to recreate a civilization that has been gone for a thousand years, complete with clothing, hair styles, technology and language. :) But that's just me.

      --
      "Why should I be content to simply live in this world, when I, as a human being, can CREATE it?" - Oertel
    5. Re:Hard To Believe by AoT · · Score: 4, Insightful

      The differences could come in syntax. Imagine if there were a language out there which had a natural syntax structure that was ideal for AI or patern recognition programs.

      I think linguistic and Computer science could, and some would argue should, be much more intertwined.

    6. Re:Hard To Believe by taybin · · Score: 1

      It just means some programmers will lose touch with programing.

      Which would be pretty terrible, in my opinion.

    7. Re:Hard To Believe by mveloso · · Score: 4, Insightful

      They're not based on english, really:

      for (etude=1; etude GRANDE_FRAB; etude++)
      {
      va_sub(etude, FRIES);
      }

      is valid. Keywords are just keywords, and if you really wanted to you could use macros to replace them with arbitrary words in your language of choice.

      It's more accurate to say that programming languages are linear (or tend to be), because that's how computers work today. What a non-linear language would be is unclear - for the same reasons an OODL is unclear until you find problems where it's ideal.

    8. Re:Hard To Believe by Acidic_Diarrhea · · Score: 5, Insightful
      I think you missed the entire point. And it's not even as though you had to read the article. The write-up did a nice job of summarizing the reason why people should care about the loss of a human language. Human language structure can give insight into the structure of created languages that may work better for certain tasks.

      And to correct you, the computer does not "care" about anything. Zeroes and ones are what a processor interprets in order to execute an instruction but there's no reason you could not move to a 0,1 and 2 numbering system. Maybe the introduction to computer science class that you're taking hasn't covered this idea yet.

      Language design benefits from having many different languages to examine. That's what this article is about. Take your binary elsewhere.

      --
      I hate liberals. If you are a liberal, do not reply.
    9. Re:Hard To Believe by Anonymous Coward · · Score: 1, Insightful

      You forget that it is still humans that write the programs. Languages influence how people think, hence the amount of programming languages available: Every class of problem demands a certain approach if we're to solve it efficiently.

      If everybody conversed to each other as well as wrote programs in novospeak, we'd all start to dress, look, and think the same. This means diminishing ability to deal with new and unforeseen problems.

      Of course, if you're sure we'll never see new and unforeseen problems again, we won't need the ability to adapt and deal with them and we have nothing to worry about.

      The technology we create is indeed silicon based and runs on electricity, but our inherent technology is still carbon based and runs (ultimately) on sunlight. Then again, so do our powerplants.

    10. Re:Hard To Believe by whmac33 · · Score: 0

      Computers care for more than ONES and ZEROES in the same regard that I care for more than A-Z Those ones and zeroes only mean something when they are put together into words that mean something, just like the alphabet.

      And not all computer languages are the same at the ONES and ZEROES level. There are improvements to make there as well.

    11. Re:Hard To Believe by somethinghollow · · Score: 2, Insightful

      Right now, as monstroyer said, programming languages are (at least) predominatly english. If you search google for answers to some programming question you may have, you'll see everything from German to French to Russian all using English commands, etc. It makes me wonder why localized version of languages weren't made. Since variable names only care about consistancy, I can call a variable whatever, but the commands themselves are still English or English based. So, if we all fall into an English standard, would we move away from English if, as was suggested, these Chineese became the primary progammers?

      Yet, some commands are abbreviated and criptic to deflate. They aren't real English, that is. But no one complains.

      It seems like we have two different "concepts." A localized semantic approach or a cryptic set of letters that we still understand because we know what the command does.

      If English, etc. goes away, English commands would still be viable, since we know what the command does (e.g. I may know what Exp stands for, but I know what it does). Or, we can keep updating languages to be local to whatever vernacular.

      To me, neither seems more or less desierable or usable as long as week keep traditional commands.

      Either way, I don't think we will lose touch with programming; we only lose touch with certain programming languages, and that is only a mild possibility, since I'm sure there are quite a few uni-lingual non-anglophones that write in very English languages, like VB, and make it along quite well.

    12. Re:Hard To Believe by Bendebecker · · Score: 5, Informative

      Nope, the first programmer was Ada Lovelace (and if you debate me about Babbage being the first, look up the terms 'operation' and 'algorithm'). Being the daughter of Lord Byron makes her English though it should be noted that both she, Zuse, Turing, and everyone up till around the time of Fortran porgrammed in langauges different than English (mainly mathematics).

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    13. Re:Hard To Believe by Anonymous Coward · · Score: 2, Informative
      At the end of the day, the computer understands binary and that's it. In fact, languages are only a means for the human to talk to the computer. After a compile all the way down to the processor, the computer still only cares about two words: ZERO and ONE.

      At the end of the day, the computer understands a two-symbol alphabet: ZERO and ONE. It understands a variety of 'words' and other contructs formed in that alphabet. That language is typically referred to as the "instruction set".

    14. Re:Hard To Believe by SkiddyRowe · · Score: 1

      To that same idea, it's closer to 'On' or 'Off' as the decisions are based on the voltages going through the transistors. Of course, thats getting pretty nit-picky.

    15. Re:Hard To Believe by Cyram · · Score: 2, Insightful

      While I agree with your overall point about ones and zeroes having little in relation to dying languages, I disagree with the idea that this doesn't matter at all in terms of computer languages. The idea here is that some way of organizing an idea in a spoken language could help organize an idea in a computer language.

      Computer languages have evolved constantly. Assembly, C, Java, etc all are ways to represent zeroes and ones to the programmer essentially, but they all organize it differently. I believe that most computer languages today that aren't zeroes and ones directly developed with an English speaker in mind. How do you know for certain that a programming language using Chinese characters, for instance, won't prove more efficient? Especially for Chinese speakers. I don't consider Chinese a dying language by any means, but it offers a different structuring of ideas. Dying languages might also offer a different way to represent things you can do with zeroes and ones. I have no idea myself without studying these languages themselves.

      So, while I do sort-of agree with your point, I don't think you should completely count out the usefulness of obscure languages out when talking about computer programming languages.

      Just trying to offer a counterpoint.

    16. Re:Hard To Believe by Anonymous Coward · · Score: 0

      No, this is nitpicky: voltage doesn't go 'through' anything, current does. Voltage appears 'across' two points.

    17. Re:Hard To Believe by Anonymous Coward · · Score: 0

      Ignoring the fact that a computer conceptualizes nothing, the abstraction of binary computation is based on binary logic/arithmetic which more closely matches to true/false and one/zero than yes/no.

    18. Re:Hard To Believe by Anonymous Coward · · Score: 2, Insightful

      No verbs in C? Apart from break, goto...
      No nouns? Apart from int, float...

    19. Re:Hard To Believe by somethinghollow · · Score: 2, Insightful

      Try Visual Basic. For an example with verbs:

      do while not [some condition]
      [some code]
      loop

      Besides, he said BASED on English. Languages are, it seems to me, shorthand for English.

    20. Re:Hard To Believe by ackthpt · · Score: 5, Funny

      Fer ah=1 ta 5
      ya'll gosub thingamajig(ah)
      iffen error then goto goldangit
      next ah

      --

      A feeling of having made the same mistake before: Deja Foobar
    21. Re:Hard To Believe by Bendebecker · · Score: 2, Informative

      You want to get nit-picky? The real answer is: do they fall wihin two ranges of voltages (lets say 1-2mv or 4-5 mv.) There is no on/off. Simply, how much electricity is flowing through the circuit. At the very lowest levels almost all digital computers are analog.

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    22. Re:Hard To Believe by the_2nd_coming · · Score: 1

      umm...Zuse never put his language to use....but it is interesting about how advanced his language was...things from his language were not even thought of when it was discovered.

      --



      I am the Alpha and the Omega-3
    23. Re:Hard To Believe by cayenne8 · · Score: 1
      Yeah...I think the only thing that is language dependant is the comments in your code...and who has time for that....??

      :-)

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    24. Re:Hard To Believe by Dahamma · · Score: 1

      I think the analogy goes beyond that - just understanding the meaning, pronunciation, and use of 'A' is way beyond "ones and zeroes" - the trite /. argument of "it's all ones and zeroes" is about as useful as "it's all electrical signals in your brain". Yeah, with thousands of years of cultural knowledge "programming" that brain...

    25. Re:Hard To Believe by the_2nd_coming · · Score: 1

      Zuse developed the first high level language for computing.

      --



      I am the Alpha and the Omega-3
    26. Re:Hard To Believe by the_2nd_coming · · Score: 1

      the semantics and grammers are very english based.....the basis of a computer language is much more in depth than just the keywords.

      --



      I am the Alpha and the Omega-3
    27. Re:Hard To Believe by thestarz · · Score: 1

      They're not based on english, really:

      They are however based on, or atleast closely tied to, the latin alphabet. Try giving the example you just gave, in, say, chinese.

      --

      c++; /* this makes c bigger but returns the old value */
    28. Re:Hard To Believe by Tony-A · · Score: 3, Informative

      Last I checked, there are no verbs or nouns in C.

      Operators function as verbs.
      Variables and constants function as nouns.

    29. Re:Hard To Believe by Zeinfeld · · Score: 4, Insightful
      Nope, the first programmer was Ada Lovelace (and if you debate me about Babbage being the first, look up the terms 'operation' and 'algorithm'). Being the daughter of Lord Byron makes her English though it should be noted that both she, Zuse, Turing, and everyone up till around the time of Fortran porgrammed in langauges different than English (mainly mathematics).

      According to the author of 'The Difference Engine' this is a major overstatement. Ada was certainly familliar with some of the capabilities of the machine but since it was never built during her lifetime it would be an exageration to call her a programmer.

      All of Babbage's machines were described in a high level algebraic notation, but there was no attempt to use anything that resembled a human language. That did not come until FORTRAN.

      The initial premise of this thread, that human languages are the best model for computer languages has been considered false by most people working in language design for at least 20 years.

      The only notable connection between linguistics and program language design was in the mid 70s when Chomsky's theory of grammars became fashionable. The idea that computer science benefits from knowledge of human languages kinda fails when you find out that Chomsky only speaks English.

      Using LR(1) grammars for program languages is not a great idea. They give you lots of power - far too much. The power of XML comes from having an ultra-simplistic grammar that can be easily coded through recursive descent.

      Human language has far too much ambiguity to be useful as a model for computer languages. And computer languages that were designed arround the power of yacc were rarely very successful. The trend has actually been the reverse, languages such as Java and C# are considered superior because they have dropped the idiosyncratic features that became fashionable in the 70s.

      The news that half the worlds languages are scheduled for 'end of life' by the end of the century is disappointing, I would hope we could reach at least 80%.

      Take Welsh for example. Once on its way to extinction. Then folk start saying that its their heritage, must be preserved and such. Then folk start saying that the kids should be forced to learn Welsh in schools. Then folk start burning down the houses of people who speak English.

      The problem with liberalism taken to extremes. is that you end up having to defend the right of others to be intollerant. I don't mind people speaking another language, its when folk start trying to impose their cultural values through the law that I object.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    30. Re:Hard To Believe by Anonymous Coward · · Score: 0

      As if anyone will ever use a holotech for something other than porn.

    31. Re:Hard To Believe by builderbob_nz · · Score: 0, Redundant

      Who let Jar Jar at the keyboard!?!?

      --

      Karma? Hey I just call it as I see it.
    32. Re:Hard To Believe by Zeinfeld · · Score: 1
      umm...Zuse never put his language to use....but it is interesting about how advanced his language was...things from his language were not even thought of when it was discovered.

      What do you mean 'discovered'? Konrad was involved in the development of Algol, he built several computers during the 50s and 60s. Its not like his work was ever really lost.

      Sure Algol did not really take off until much later, but that was largely because machine compilation did not become really practical before 1960.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    33. Re:Hard To Believe by Anonymous Coward · · Score: 0

      If the perfect AI language didn't look like C, most programmers wouldn't even try it.

    34. Re:Hard To Believe by wwwrun · · Score: 1
      Nit-picky? Hahaha, I like it.

      It's really much less to do with how much electricity is flowing through the circuit, and more about the potential at a given point. Of course currents flow, both leakage and when a gate changes state, but you will never understand the logic if you think in terms of currents rather than voltages.

    35. Re:Hard To Believe by pilkul · · Score: 1
      They are however based on, or atleast closely tied to, the latin alphabet. Try giving the example you just gave, in, say, chinese.

      That's easy, given a variant of C that supports Unicode for user-defined names. (A quick google search doesn't seem to turn one up, but it would be simple to modify an existing compiler to add that support.) The only latin-alphabet word would then be the "for".

    36. Re:Hard To Believe by Anonymous Coward · · Score: 0

      My goodness you are a retard.

      What the fuck was the point of all that gobbledygook you just spouted?

      "Each language is a piece of our [sic] culture..." Sure, if you define cultures by "clothing, hair styles, technology and language". But of course those are the only real differences between cultures, now aren't they? Or at least the only differences according to many a yahoo like yourself.

    37. Re:Hard To Believe by vadim_t · · Score: 1

      I won't discuss that Ada might not have been the first programmer, but there are some points I want to make.

      First, I don't see your point about human-looking languages. I think that a programmer is a programmer whether s/he writes code in C, assembler or machine code. Certainly there is much more to programming than learning a human readable description.

      The real thing in programming, IMHO, is knowing how computers deal with data. In any programming language you have to understand some basic concepts, like what's an array, what's a linked list, recursion, how to make a tree, how a program receives its arguments. These things are far harder to learn and understand than studying a human readable language. Just look at how people easily learn the C syntax but struggle to understand that checking the value of argv[2] is wrong if argc is less than 3.

      Second, although this may be rather weak I think that it's perfectly possible to write a program for a computer that doesn't exist yet. For example, I'm pretty sure that people write test programs for CPUs that don't exist in hardware yet before making the real thing.

    38. Re: Hard To Believe by Black+Parrot · · Score: 0, Redundant

      0001 Fer ah=1 ta 5
      0002 ya'll gosub thingamajig(ah)
      ^^^^^
      Urecognized keyword, possibly a mispelling of y'all.
      --
      Sheesh, evil *and* a jerk. -- Jade
    39. Re:Hard To Believe by Anonymous Coward · · Score: 0

      The only notable connection between linguistics and program language design was in the mid 70s when Chomsky's theory of grammars became fashionable. The idea that computer science benefits from knowledge of human languages kinda fails when you find out that Chomsky only speaks English.
      I agree with your post appart from this but:
      1) Chomsky certainly doesn't only speak English. I think his first published paper was about Hebrew.
      2) Don't rubbish Chomsky's theories just because some people make tenuous connections between natural language and computer languages. Chomsky has never made such a connection.

    40. Re:Hard To Believe by RayBender · · Score: 1
      The idea is that other languages embody higher-order logics that we haven't yet discovered in western cultures.

      What, pray tell, is meant by "higher order logic"? I know - we haven't discovered it yet. But according to the linked article Sanskrit, or Panini's Grammar (isn't that a kind of sandwich?) or whatever is somehow superior to western languages. Unfortunately, I was unable to actually understand what exactly his point was.

      Perhaps you could give an example? I'm not trying to be cute, I just honestly don't see the point and I'm hoping some smart /. geek can explain it to me in simple words.

      --
      Human genome = 3 billion base pairs = 6 GBit. Windows + Office = 20 Gbit. Which is more impressive?
    41. Re:Hard To Believe by Anonymous Coward · · Score: 0

      What, like I'm the only one who wants holodeck porn featuring reproductions of an ancient culture and a forest full of beautiful women speaking a long-forgotten language?

    42. Re:Hard To Believe by highwindarea · · Score: 1
      Scheme continuations allow a certain amount of non-linear programming, It's hard to get used to but very useful. If anybody is interested I suggest you read SICP.

      Actually I suggest anybody even vaugely interested in programming read it, it's free and it really changed the way I think about programming.

      --
      I think this internet thing sounds like a good idea
    43. Re:Hard To Believe by Anonymous Coward · · Score: 0

      waitwaitwait

      The problem with liberalism taken to extremes. is that you end up having to defend the right of others to be intollerant. I don't mind people speaking another language, its when folk start trying to impose their cultural values through the law that I object.

      Forcing Welsh study is an extreme reaction to the language dieing out. This is reactionary. Wrong end of the political spectrum there.

    44. Re:Hard To Believe by aulendil · · Score: 4, Informative
      Sanskrit (or rather samskrta) means "ordered". Ordered because the works of the great grammarians Panini et al. actually was the genesis of Sanskrit.

      So, the deep algorithmic aspects of Sanskrit actually have more to do with Panini himself than with a feature of natural language. Ie. those algorithmic aspects are in a way there because Panini wanted them to be, not because they were there in the actual spoken Prakrit.

      Last, but not least, the works of Panini should be a mandatory read not only by linguists, but by all people who in one form or another works in the field of philosophy and logic.

    45. Re:Hard To Believe by wayland · · Score: 2, Interesting

      > The problem with liberalism taken to extremes. is that you end up having to defend the right of others to be intollerant.

      The question is, as always, "What do we choose to be tolerant of". Most people these days base their choice on the ancient Wiccan saying "An it harm none, do as ye will" (ie. it's OK if it doesn't hurt anyone). The difference between myself and most other people comes in the definitions of "harm" and "anyone". For example, I include God in the anyone, and most other people don't. Some of the things I think harm other people aren't seen that way by others. Who makes the choices?

      Any law made implicitly imposes cultural values. For example, in some cultures, vigilante justice is the norm and acceptable. I'm sure you can all think of practises around the world ("cultural values") which we would not allow in Western countries (cultural values imposed by law).

      These are interesting questions, to which I don't have the answers, although I think I tend to lean towards right-wing libertarianism (or more likely, middle-wing libertarianism :) ).

    46. Re:Hard To Believe by MalleusEBHC · · Score: 1

      After a compile all the way down to the processor, the computer still only cares about two words: ZERO and ONE.

      Actually, most computers care about 65536 words:

      0000
      0001
      0002
      ...
      FFFD
      FFFE
      FFFF

    47. Re:Hard To Believe by Anonymous Coward · · Score: 0

      How can you harm God?

    48. Re:Hard To Believe by operagost · · Score: 1
      If programing goes chinese, the only thing that will change is uni-lingual anglophones not understanding what is going on.
      Somehow I think in regards to understanding Chinese (let's choose Mandarin), it doesn't matter how many languages you understand unless ONE OF THEM IS MANDARIN! I know 2.5 languages, and I still know about as much about Chinese language as I can read off the back of a fortune cookie.
      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    49. Re:Hard To Believe by operagost · · Score: 2, Funny
      Most people these days base their choice on the ancient Wiccan saying "An it harm none, do as ye will" (ie. it's OK if it doesn't hurt anyone).
      In the time frame of the Wiccan religion, what's "ancient"? 1925?
      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    50. Re:Hard To Believe by E_elven · · Score: 4, Funny

      Except for Perl, which is cuneiform for Gibberish.

      --
      Marxist evolution is just N generations away!
    51. Re:Hard To Believe by E_elven · · Score: 2, Insightful

      We're really not missing much because of languages; a traditional language is more of a regional catastrophe than any organized, logical attempt at describing things.

      --
      Marxist evolution is just N generations away!
    52. Re:Hard To Believe by Anonymous Coward · · Score: 0

      Not true.

      Firstly, you're writing Left-to-Right unlike most Arabic/Persian languages, and horizontally unlike Chinese.

      Secondly "etude add/+ 1" is a sentence in Subject-Verb(add)-Object order. Other languages order these differently eg. German, Latin. (Good news for LISP users).

      Thirdly, "etude[0]" might be considered an ownership/adjective/preposition arrangement the orderings of which vary across languages as well.

      Every element of syntactic ordering can and does vary and as sentences get longer the possibilities for variation increase.

      This is before we even get to the question of semantics (how we choose to map a word to a thing) . Why do I say "wallet" for a leather case, cards, cash and ID when I say "packet of fish and chips" for paper wrapping, fish pieces and chips? The way we choose to divide our world is not the same between languages. This becomes crucial to understand when questions about intuitiveness of programming languages are raised.

      If word order, typing direction etc. were configurable would this help programmer's in LOTE learn more easily?

    53. Re:Hard To Believe by Simonetta · · Score: 1

      I believe that C programming language is based on English.

      In English any word can be any part of speech without change (or minimal change) depending on its position in a sentence.

      for example; 'oh fuck! This fucking fuck is fucked!' as opposed to 'Is Fucking fuck this fucked!' A subtle difference in emphasis; but comprehensible and even acceptable usage in some circles.

      In C almost anything will compile, but what it does can be difficult to figure out. For example:
      int * (foo) bar(*)

      vs.

      * (foo) * int bar(*)

      I don't believe that C would be in its present form if it had not been developed initially by native English speakers. The examples above are lame, but the point is the same.

    54. Re:Hard To Believe by Mad+Marlin · · Score: 2, Funny
      Last I checked, there are no verbs or nouns in C.

      Operators function as verbs. Variables and constants function as nouns.

      I won't be happy with any programming language until I can split an infinitive in it.

    55. Re:Hard To Believe by 0x1337 · · Score: 4, Informative

      Neverminding the fact that Sanskrit is the direct descendant of the language (Proto Indo-European) from which the "western" languages descended. So asserting superiority is kind of umm... ridiculous.

      Yes, Sanskrit is a more complex language - more declensions, conjugations. Richer vocabulary, devnagari, the ability to form more complex language forms.

      Sanskrit is "superior" in the same way to Latin, as Latin is "superior" to English. (Indo-European) Languages have grown less complex over time. Its quite an interesting trend.

      Of course, this all seems rather like an attempt by Indians to tout superiority over "the West." Lame. Aside from individual Brahmins, no one speaks Sanskrit. Its a dead language perpetuated forth by bookworms, just like Latin, Classical/Koine Greek, and various Old-(german|norse|gaellic) langauges.

    56. Re:Hard To Believe by kwan3217 · · Score: 1

      Have you ever looked at a computer theory book? Or taken a compilers class? Just a moment, I have a book here... Introduction to Computer Theory, Second Edition by Daniel I. A. Cohen. It is pretty good, and quite readable, if you are prepared to see the word language 10 times on every page.

      The first chapter is introduction, but the very first chapter with any content is called "Languages." It starts out with mathematical definitions of what a language is, before it even gets to the very first machine of any kind. This is because the machines are thought of as language processors.

      There are very many theorems in computer theory which are difficult or impossible to prove by looking at the machine, and easy to prove when looking at the language the machine processes. Likewise, there are theorems in formal language theory which are difficult to prove purely in language terms, but easy when you look at a machine that can process language. More powerful computer models are created by designing machines which can process more complex languages, culminating with the Turing machine or one of its equivalents. Computability or uncomputability is defined for a Turing machine in terms of a TM being able or unable to decide if a given string of symbols is in a certain language.

      Computer theory is inseperable from linguistics. They are two sides of the same thing.

      --
      Lots of technical and environmental problems are solved by the application of vast amounts of nuclear power
    57. Re:Hard To Believe by Anonymous Coward · · Score: 0

      Obviously, you think that writing "An it harm none, do as ye will" in an archaic form of English gives it authority.

      Unfortunately, it doesn't, since, for example, you haven't written that in any kind of English. The letter "y" is not the letter "thorn" (signifying a "th-" sound).

    58. Re:Hard To Believe by DarkGreenNight · · Score: 3, Insightful

      O yes, lets kill all the languages, keep one, whichever, doesn't matter. Because everything can be explained in every language. It doesn't matter that eskimo has tenths of words that essentially mean snow, but are applied to different types of snow.

      Languages were grown to suit best the needs of their speakers, if we lose one language we lose a little bit of history, things that we'll never discover again. If you are one of those who think ancient discoveries aren't worth it think about all the wonder drugs extracted from the amazonian fruits. Possibly a shaman knew about some of them, but nobody asked, or nobody could.

      If a plant name's aproximate translation would be "remove big ugly nasty thing in body" it's because of something.

      Now about imposing. If I went to America I would have to learn english (not that it would be hard now). If you come to Spain you'll have to learn spanish. And if you came to Catalonia it would be nice if you at least learned to understand catalan. I don't mind if you speak or not. But letting me speak my language in my land while you are a resident in it would be fair.

      I'm sick of all the people defending the extermination of cultures, because that is what you're doing. If you don't want to help them don't do it, but don't hinder them.

      About the Difference Engine... isn't that a fiction work by William Gibson and Bruce Sterling? And if I recall it correctly the diference engine was never built because it was not possible with the tecnology at that time.

      But that doesn't mean Ada could not program. There are already some quantic computer's program, but there is no quantic computer build yet. The chicken has come before the egg.

    59. Re:Hard To Believe by EvilTwinSkippy · · Score: 2, Funny

      To boldly code what no man has coded before...

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    60. Re:Hard To Believe by EvilTwinSkippy · · Score: 1
      Computer theory is inseperable from linguistics.

      Well, according to the linguists at least. To everyone else computer science was driven by cretans like me who pervert its purity and use it to solve problems.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    61. Re:Hard To Believe by Anonymous Coward · · Score: 0

      I think linguistic and Computer science could, and some would argue should, be much more intertwined.

      That's marketing.

    62. Re:Hard To Believe by hc00jw · · Score: 1
      It's more accurate to say that programming languages are linear (or tend to be), because that's how computers work today. What a non-linear language would be is unclear

      Something like Haskell, where order of your program doesn't matter due to it's lazy evaluator?

      There are many other advantages to functional programming of course, but that's the only one that's relevant to this thread! ;-)

    63. Re:Hard To Believe by Anonymous Coward · · Score: 0

      O ye of little faith?

    64. Re:Hard To Believe by mrogers · · Score: 1

      Languages aren't purely functional. (Gah! That term's overloaded in this discussion. (Gah! So's that one!)) What I mean is that languages might have historical, cultural, anthropological or even sentimental value beyond their "use value" in the modern world. Many cultures preserve their history orally, and if young people stop learning the "useless" local language then thousands of years of history and mythology will be lost. Maybe that doesn't matter, but it seems to me that increased global communication, for all its good points, is bringing us closer to a monoculture of worldviews.

    65. Re:Hard To Believe by theonetruekeebler · · Score: 1

      Data is nouns; algorithms is verbs. This idea was actually a huge advance in programming language design.

      --
      This is not my sandwich.
    66. Re:Hard To Believe by theonetruekeebler · · Score: 1

      Perl has a split function built right in, along with other features, for you to effectively obfuscate whatever you want.

      --
      This is not my sandwich.
    67. Re:Hard To Believe by MrBlint · · Score: 1

      I personally go to great lengths never to offend the tooth fairy either.

      --
      That's very perceptive of you Mr Stapleton and rather unexpected in a G Major
    68. Re:Hard To Believe by MrBlint · · Score: 1

      Actually it's more like A Symbol and Another Symbol. It's up to humans to assign meanings to those symbols. But since most computers have built in instructions for performing arithmetic and logical operations it could be argued that 1/0 and True/False are the most natural interpretations.

      --
      That's very perceptive of you Mr Stapleton and rather unexpected in a G Major
    69. Re:Hard To Believe by Manax · · Score: 1

      Sorry, I didn't realize I needed to spell out every aspect that defines a culture... Moron yourself.

      --
      "Why should I be content to simply live in this world, when I, as a human being, can CREATE it?" - Oertel
    70. Re:Hard To Believe by MrBlint · · Score: 1

      That gives me an idea for a paper "GOBOLDLYTO considered harmfull".

      --
      That's very perceptive of you Mr Stapleton and rather unexpected in a G Major
    71. Re:Hard To Believe by Grab · · Score: 1

      Languages best suited their users in their original environment. If the environment changes, you need new words. Either you invent new words for your old language, you pillage other languages for relevant words, or you adopt a new language as being better suited. This doesn't necessarily mean that anything's lost, just that you communicate the same concepts in a different way.

      It's perfectly possible to preserve a culture with a different language - look at how different the cultures are in different places in the same country. Britain would be an example - the cultural attitudes of the Scots and Welsh are not changed by speaking English. This is not extermination of culture.

      Grab.

    72. Re:Hard To Believe by alexpage · · Score: 1

      No, in Wicca 1925 is "prehistoric", quite literally.

    73. Re:Hard To Believe by slumped · · Score: 1

      Heh, that's actually not far off. It's not a Wiccan saying at all, it's from Alisteir Crowley, some time at the beginning of the twentieth century.

    74. Re:Hard To Believe by bobdinkel · · Score: 1

      Not to sound snotty, but I take exception with your unqualified statement that languages have grown less complex. Is complexity something that can measured and ranked on a linear scale? I don't believe so. Much as there is no linear measure of intelligence (the concept of the IQ is flawed), there is no measure of linguistic complexity.

      Some languages have a stronger case system than others. Some use grammatical gender. Some have larger vocabularies than others.

      But you're right about views of language superiority. I rather agree your post on the whole. I just disagree with one assertion.

      --
      A publicly traded company exists solely to make profits for shareholders.
    75. Re:Hard To Believe by gammoth · · Score: 1


      That was very inciteful. You must have a liberal arts background.

    76. Re:Hard To Believe by hesiod · · Score: 1

      > That gives me an idea for a paper "GOBOLDLYTO considered harmfull".

      So what does that function do? I assume it's like a GOTO, but does it bold the text too? Must be VB. Perhaps it's an optimized GOTO that works much faster? Or does it just go so boldly that no other bits are courageous enough to get in its way?

    77. Re:Hard To Believe by hesiod · · Score: 1

      > a forest full of beautiful women speaking a long-forgotten language?

      You left out the best part!!! If you don't understand what the women are saying, you can't hear them bitch incessantly! Plus, maybe they'll think you are a god if you show them your wristwatch.

    78. Re:Hard To Believe by Anonymous Coward · · Score: 0

      What is this cuneiform?

      Has it got a dry-weave topsheet and wings?

    79. Re:Hard To Believe by hesiod · · Score: 1

      > Why do I say "wallet" for a leather case, cards, cash and ID

      I don't know why you do it, but I do not. My wallet is a wallet regardless of what is in it, even if it is empty. If I say "I'm going to grab my wallet," I don't empty it out first, I grab it & it is assumed what most people have in it. Regardless of the language used, I believe this would be the same everywhere/when (ignoring, of course, that certain cultures would not know what a wallet is). If you tell someone (in any language) to pick up your luggage, do you expect to receive your clothes that are in them as well?

      > "packet of fish and chips" for paper wrapping, fish pieces and chips?

      Well, that seems like a pretty intuitive thing, if you know what "chips" are. I think I get the idea of what you mean, but don't think you explained it very well. When you say...

      > The way we choose to divide our world is not the same between languages

      ... do you mean how we construct our sentences and words? In German, nouns can have pre-/suffixes attached that change (slightly) the meaning of the word. In English these are usually separate words. Are you talking about that kind of difference in language construction?

    80. Re:Hard To Believe by DukeyToo · · Score: 2, Insightful

      I too find the idea silly. Computing languages are a way of communicating intent to a computer. Compared to a natural language, they are a very small subset in terms of functionality.

      If I have a stupid servant who speaks very little english, and I want him to wash my car, it is easy enough for me to communicate that to him through hand signals and some commonly understood words. That is the same as what I do when I program a computer. It is primitive, but it works. It would not help in the least for me to learn Sanskrit.

      Obviously there is a lot of room for improvement in computer languages, and it is natural for us to look under boulders. However, it seems unlikely to me that some mysterious higher order logic becomes obvious through knowledge of another language.

      --
      Most writers regard truth as their most valuable possession, and therefore are most economical in its use - Mark Twain
    81. Re:Hard To Believe by Anonymous Coward · · Score: 0

      Find a list of God's attributes which shows that He is unable to be harmed. Omniscientent, Omnipresent, Omnipotent... but not unable to be harmed. "The Lord saw how great was man's wickedness on earth, and how every thought of his mind was nothing but evil all the time. And the Lord regretted that He had made man on earth, and His heart was saddened. " Genesis 6 harm n. Physical or psychological injury or damage. Wrong; evil. While noone may be able to strike Him down, harm is not entirely physical. However in fact, He did become human and man harmed Him physically, by torture and execution. And not only was the life of Jesus a physical example, it also symbolizes the spiritual battle by which God is harmed daily by wickedness. In fact, God is harmed by every wickedness in the creation.

    82. Re:Hard To Believe by funkhauser · · Score: 1

      Computer Science is pretty much inseparable from formal language theory. On the other hand, computer science and natural languages aren't nearly as intertwined. There is intersection in the field of computational linguistics, but human language is not theoretically fundamental to computer science.

    83. Re:Hard To Believe by funkhauser · · Score: 1

      Subject-verb agreement was actually a huge advance in natural langauge design. :)

    84. Re:Hard To Believe by funkhauser · · Score: 1

      I think the idea he is trying to get across is best illustrated by an example from the Russian language. Russian has two words for what we (as English speakers) call 'blue'. One for 'dark blue', one for 'sky blue'. It's not that they are subsets of a larger 'blue' concept (like in english, 'navy blue' is a subset of 'blue'), they are, to native Russian speakers, different colors. They have divided the phenomena of colors differently than English speakers. There are many examples of this in many different natural languages.

    85. Re:Hard To Believe by Krach42 · · Score: 1

      !me.believe(you);
      Ok();
      this = C++;
      you.still(get(my.intention));

      --

      I am unamerican, and proud of it!
    86. Re:Hard To Believe by Anonymous Coward · · Score: 0

      Actually Samskrta means "a complete creation" (sam = complete, krt = create). Furthermore, evidence suggests that Panini may have been several persons, not just an individual, much like Homer of the Iliad and Odyssey may have been several different people.

    87. Re:Hard To Believe by RevMike · · Score: 2, Insightful

      Nit-picky? Hahaha, I like it.

      It's really much less to do with how much electricity is flowing through the circuit, and more about the potential at a given point. Of course currents flow, both leakage and when a gate changes state, but you will never understand the logic if you think in terms of currents rather than voltages.

      If we are going to pick nits, lets really pick them.

      While potential based digital circuits are likely more common, current oriented circuits do exist. Back in the olden days of yore, "current loop" was a common serial data protocol, until RS-232 became dominant for most applications. Google for "current loop" serial for some examples of digital current oriented interfaces.

    88. Re:Hard To Believe by dieresis · · Score: 1

      ...Chomsky only speaks English.

      Do you have a reference for this claim? I know from reading his Fateful Triangle: The United States, Israel, and the Palestinians that he reads Hebrew and I would be surprised if he didn't speak it as well, since he lived in a kibbutz for some time. I also recall that his father was a rabbi. It seems unlikely that he could have avoided learning Hebrew.

    89. Re:Hard To Believe by MrBlint · · Score: 1

      It's like an ordinary GOTO but you might be making First Contact with the code at the other end.

      --
      That's very perceptive of you Mr Stapleton and rather unexpected in a G Major
    90. Re:Hard To Believe by hesiod · · Score: 1

      > It's not that they are subsets of a larger 'blue' concept (like in english, 'navy blue' is a subset of 'blue'), they are, to native Russian speakers, different colors.

      Although Cyan has a similarity to blue, it is not blue. English considers Navy Blue and Cyan separate colors. Actually, English doesn't consider anything at all -- I would argue that it is the people who make the connections, not the language. I don't think Forest green & Lime green are the same colors... Hell, Lime Green is closer to yellow than it is green, sometimes.

    91. Re:Hard To Believe by hesiod · · Score: 1

      > GOTO but you might be making First Contact

      Doh! I didn't make the "boldly" connection. I'm ashamed, I can no longer call myself a geek. *sob* Oh, wait... I guess that's a Good Thing.

    92. Re:Hard To Believe by zero_offset · · Score: 1

      You can get even more English-like than that if your condition is checking an object: Do While Not SomeObject Is Nothing . . . Loop I also kind of like the Do Loop Until syntax: Do . . . Loop Until SomeObject Is Nothing Of course, there's no telling whether any of this survived into VB.NET. (I kicked the VB habit. C# is much cleaner.)

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

    93. Re:Hard To Believe by zero_offset · · Score: 1

      Damned HTML formatting. :)

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

    94. Re:Hard To Believe by n3k5 · · Score: 1
      No nouns? Apart from int, float...
      Hmm ... or are these adjectives?
      --
      but what do i know, i'm just a model.
    95. Re:Hard To Believe by di_chaos · · Score: 1

      Its hard to believe that there are people who believe that Greek language is dead. Greek language is being spoken by all of you, but you just don't know it. A dead language is a language that can not develop itself and needs other languages to do so, like English!!

    96. Re:Hard To Believe by chanceH · · Score: 1

      ya. All words derive from greek roots. you give me a word, and I'll tell you its greek root.

      take for example "kimono".

      Kimono is come from the Greek word kimona, which is mean winter. What do you wear in the winter? A robe! So, there you go

    97. Re:Hard To Believe by di_chaos · · Score: 1

      You need an example? I'll give you one that does not come from the TV (I can't believe that there are people that uses movies as arguments!)

      Is that English, is it French? What the heck is it?

      1957 Annual Meeting, Boards of Governors, Washington D.C.

      September 26, 1957

      Kyrie,

      I eulogize the archoms of the Panethnic Numismatic Thesaurous and the Ecumenical Trapeza for the orthodoxy of their axioms methods and policies, although there is an episode of cacophony of the Trapeza with Hellas.With enthusiasm we dialogue and synagonize at the synods of our didymous Organizations in which polymorphous economic ideas and dogmas are analyzed and synthesized.Our critical problems such as the nomismatic plethora generate some agony and melancholy. This phenomenon is characteristic of our epoch. But, to my thesis we have the dynamism to program therapeutic practices as a prophylaxis from chaos and catastrophe.In parallel a panethnic unhypocritical economic synergy and harmonization in a democratic climate is basic.I apologize for my eccentric monologue. I emphasize my eucharistiria to you Kyrie, to the eugenic and generous American Ethnos and to the organizations and protagonists of the Amphictyony and the gastronomic symposia.

      1959 Annual Meeting, Boards of Governors, Washington D.C.

      October 2, 1959

      Kyrie,

      It is Zeus' anathema on our epoch for the dynamism of our economies and the heresey of our economic methods and policies that we should agonize between the Scylla of numismatic plethora and the Charybdis of economic anemia. It is not my idiosyncrasy to the ironic or sarcastic but my diagnosis would be that politicians are rather cryptoplethorists.Althought they emphatically stigmatize numismatic plethora, they energize it through their tactics and practices. Our policies shoyld be based more on economic and less political criteria.Our gnomon has to be a metron between economic, strategic and philanthropic scopes. Political magic has always been antieconomic.In an epoch chararacterized by monopolies, oligopolies, monopolies, oligopolies, monopsonies, monopolistic antagonism and polymorfous inelasticities, our policies have to be more orthological. But this shoyld not be metamorphosed into plethorophobia which is endemic among academic economists.Numismastic symmetry should not hyper-antagonize economic acme.A greater harmonization between the practices of the economic and numismatic archoms is basic. Parallel to this, we have to syncronize and harmonize more and more our economic and numismatic policies panethnically.These scopes are more practicable now, when the prognostics of the political and economic and numismatic policies panethnically.The history of our didimous organizations in this sphere has been didactic and their gnostic practices will always be a tonic to the polyonymous and idiomorphous ethnical economies. The genesis of the organization will dynamize these policies. Therfore, I sympathize althoyght not without criticism on one or two themes, with the apostles and the ierarchy of our organizations in their zeal to program orthodox economic and numismatic policies.

      LE DEDALE SYNCHRONE DU COSMOS POLITIQUE

      Kyrie, Sans apostropher ma rhetorique dans l' emphase et la plethore, j' analyserai elliptiquement, sans nul gallicisme, le dedale synchrone du cosmos politique caracterise par des syndromes de crise paralysant l' organisation systematique de notre economie. Nous sommes periodiquement sceptiques et neurastheniques devant ces paroxysmes periphrasiques, cette boulimie des demagogues, ces hyperboles, ces paradoxes hypocrites et cyniques qui symbolisent une democratie anachronique et chaotique. Les phenomenes fantastiques qu'on nous prophetise pour l' epoque astronomique detroneront les programmes rachitiques, hybrides et sporadiques de notre cycle atomique. Seule une panacee authentique et draconienne metamorphosera cette agonie prodrome de l' apocalypse et une genese homologue du Phenix. Les economistes technocrates seront les st

    98. Re:Hard To Believe by nial-in-a-box · · Score: 1

      Those are adjectives, as they specify what kinda of variable you are dealing with. "This" would be the most common pronoun in object-oriented languages, at least the ones I have used recently. Operators are definitely a good example of verbs, as has been mentioned. Identifiers are nouns, as they have the same function as nouns have in human languages (i.e. one word to refer to a typically much more complicated concept). An identifier typically refers to a memory address. But ya'll knew that anyway. Prepositions have their place, mainly borrowed directly from English (or whatever human language the computer language is based on), such as "as," "from," etc.

      --
      I am feeling fat and sassy
    99. Re:Hard To Believe by ThePuD · · Score: 1

      >here's no reason you could not move to a 0,1 and 2 numbering system actually, there is. to a computer, 0 is "off" and 1 is "on". there are no other states that a digital circuit can be in. 2, or .5 or whatever can't happen in a computer.

    100. Re:Hard To Believe by n3k5 · · Score: 1

      When I wrote that comment above, I asked myself, "are there pronouns, too?", and you managed to find one---cool! Let's have a further look at OO: Objects are nouns ... then their properties would be adjectives, and the syntactic elements most closely resembling verbs would be operators. Methods are kind of like functions, so they could also be verbs, but the way they're attached to the nouns, hmm ... maybe there would be a better analogy?

      --
      but what do i know, i'm just a model.
    101. Re:Hard To Believe by TamMan2000 · · Score: 1

      No, He was quite correct.

      Even without talking about quantum computers... 3 state logic would be about 50% faster than our current 2 state logic(in theory), but nobody has been able to design hardware of any significant complexity that uses it.

      the states are usually refered to as -1 0 and 1

      If you have taken an intro computer Architecture class and have never even heard about this, you should demand your money back.

      --
      "I'll have a Guinness, no wait, make that a Coors Light" -Grad student I work with, who shall remain anonymous...
    102. Re:Hard To Believe by Bytenik · · Score: 1

      Very interesting. Without realizing it, you have illustrated the very point that this story aims to make.

      Your assumption that a computer can only ever deal with two-state logic is a by-product of the fact that you have only seen that sort of logic used to create an electronic computer. This limits your thinking.

      You simply cannot conceive of a tri-state logic computer until you conceive of it (or someone else tells you about it). Even if there are problems in computer science that you could easily solve using a tri-state logic based computer, you will be completely unable to come up with these solutions because your thinking is limited by two-state logic.

      The same thing is being suggested for programming languages. It may be that some human language has an interesting way of describing or thinking about a particular problem. With study, perhaps one or more of these languages would yield a useful counterpart in a programming language. If these languages disappear, then we'll never know. The chances may be slim, but slim is better than none.

      There's a theory that describes how language places limitations on thinking, but I can't recall the name right now. It's quite an interesting topic.

      Anyone?

      --

      "Scientists prove we were never here."
      -- Devo

  3. You're looking at it the wrong way by American+AC+in+Paris · · Score: 4, Funny
    The way I see it, programming languages of the future aren't going to evolve from spoken language. Instead, the spoken languages of the future will evolve from programming languages.

    In 200 years, There'll be 637 different words for "bug" in the our universal spoken language, ESPERA~1. To express confusion, a speaker will slap his hands over his face, stand stock still, shout "BLUE!", and wait for the other person to walk away.

    --

    Obliteracy: Words with explosions

    1. Re:You're looking at it the wrong way by prockcore · · Score: 2, Funny

      Instead, the spoken languages of the future will evolve from programming languages.

      I->do(this, already);
      I=ahead(the_curve);

    2. Re:You're looking at it the wrong way by BigBadBri · · Score: 1
      and I suppose the three-finger salute applied to nose, eye, ear will be used to reboot your interlocutor in cases of blue funk confusion?

      English is already screwed - the spread of textish and the dumbing down of already dumb media will lead, in 200 years, to a society where intellectual pursuits will be viewed as harshly as in the days of Pol Pot - the job of the consumer will be to consume, and thought itself will be a crime.

      --
      oh brave new world, that has such people in it!
    3. Re:You're looking at it the wrong way by stefanlasiewski · · Score: 4, Funny

      shout "BLUE!"

      I think you mean scream BLUE, as in the "Blue scream of Death".

      --
      "Can of worms? The can is open... the worms are everywhere."
    4. Re:You're looking at it the wrong way by FleaPlus · · Score: 4, Funny

      The way I see it, programming languages of the future aren't going to evolve from spoken language. Instead, the spoken languages of the future will evolve from programming languages.

      Actually, a girl I occasionally swing dance with is doing a senior thesis for her English degree studying how the way people structure English language has changed since the advent of programming languages. Basically, she's looking at things like whether or not people have begun using things like conditional statements more often in English. Unfortunately, I'm not sure how much she has so far -- she tends to change the topic whenever I bring it up.

    5. Re:You're looking at it the wrong way by Empyrean9 · · Score: 1

      Don't take it the wrong way when she changes the subject. For some reason PhD students, at least the ones I know, hate to talk about their thesis.

    6. Re:You're looking at it the wrong way by makapuf · · Score: 1

      and ./ and it's peculiar gramar was a famous sujbect of stduy for her.

  4. English is the world language (maybe) by Saint+Stephen · · Score: 2, Interesting

    When I went to Europe, everybody under 70 spoke english -- except for a couple of wacky youngers.
    Now, we aren't anywhere close to having a world language, but I think that within 100 years English will be the primary language of everybody. (I also think the concept of the Nation-State will be abolished by then -- it's only about 500 years old).

    1. Re:English is the world language (maybe) by Nexus+Seven · · Score: 3, Funny

      You didn't happen to be visiting England did you?

    2. Re:English is the world language (maybe) by Glenda+Slagg · · Score: 5, Insightful

      and coming from Europe, when I went to East LA nobody was speaking English...

      It will become even more of a Lingua Franca, sure but Primary for everybody, I don't think so. Peoples' pride in their own cultures would not allow it...

      --
      - - Sha la la la . . .
    3. Re:English is the world language (maybe) by Tremblay99 · · Score: 4, Insightful

      There are over 1 billion native speakers of either Cantonese or Mandarin. English might be spoken by a billion people, but it's unlikely that it's a first language of that many people. Just a thought.

    4. Re:English is the world language (maybe) by orangeinvasion · · Score: 0
      It will become even more of a Lingua Franca, sure but Primary for everybody, I don't think so. Peoples' pride in their own cultures would not allow it...
      If only people's pride in their cultures were the overriding factor in shaping cultural history. I'm pretty sure capitalism & globalization will have no problem with it.
    5. Re:English is the world language (maybe) by G.+W.+Bush+Junior · · Score: 1

      I think that within 100 years English will be the primary language of everybody.
      Why?
      It's hardly the largest language in the world theres not really any evidence that America and Europe will be able to hold on to the advantage that other cultures have had before them...

      I hope you're right about nation states, but I don't think that invading other countries and forcing them to adhere to your standards is viable for the whole world.

      --
      "I don't know that Atheists should be considered as citizens, nor should they be considered patriots." -George H.W. Bush
    6. Re:English is the world language (maybe) by CyberSp00k · · Score: 2, Insightful

      And, of course, Lingua Franca came from the time when French was the world language ... the more things change ...

      --
      Spiritus ex Machina
      "The universe is not only stranger than we imagine, it's stranger than we CAN imagine."
    7. Re:English is the world language (maybe) by PacoTaco · · Score: 2, Interesting

      I think we'll speak what the people with the guns and the money speak. Maybe we'll end up with English and Chinese, like Firefly.

    8. Re:English is the world language (maybe) by Joey7F · · Score: 3, Insightful
      but I think that within 100 years English will be the primary language of everybody.


      I agree, but it won't be the English that we speak

      --Joey
    9. Re:English is the world language (maybe) by ackthpt · · Score: 5, Interesting
      Now, we aren't anywhere close to having a world language, but I think that within 100 years English will be the primary language of everybody.

      And which 'english' with that be?

      The US Southern Drawl

      The US Northern US 'Ya sure ya betcha'

      The Queen's

      The commoners

      The Aussie

      The Canadian, eh!

      Those of us who like to say 'virii' and are relentlessly persecuted by fascist AC's

      Valley Girl

      etc.

      I think the whole thing is a myth, languages may be going away, but as language is dynamic, new dialects or variations appear and will continue to diverge. For the most part we have some idea what the other is saying, but as new meanings or words come out of a small population and someone doesn't understand it, you still have the very mechanics which created all the languages in the first place.

      --

      A feeling of having made the same mistake before: Deja Foobar
    10. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      The Queens? Sorry, I don't think that lisping makes for clear speech.

    11. Re:English is the world language (maybe) by donscarletti · · Score: 1
      A little over two millenia ago Emperor Chin united China as a single nation-state.

      Five hundred years earlier King Cyrus II created the nation of Persia (right before he created the Persian Empire around it).

      A little over five hundred years before that, the north and south kingoms of Egypt united to become a single nation with a single Pharoh.

      Culture, identity, language and government have been tied to nations for thousends of years, it will take more than a century to get rid of nationalism.

      And conversely, as long as there are nations, there will allways be language differences.

      --
      When Argumentum ad Hominem falls short, try Argumentum ad Matrem
    12. Re:English is the world language (maybe) by cmstremi · · Score: 1

      That reminds me. I've got to run out and get a Cantonese keyboard first thing in the morning.

    13. Re:English is the world language (maybe) by l0tu53at3r · · Score: 0

      There are an incredible amount of people out there not having english as their primary or even as an available language. Think India, China, and every other nation increasing in population, industrialization, and business strength. The European nations are collectively losing population and therefore strength of workforce and consumer power. I have more in my mind, but I've got work to do, so I'll leave this post at this. Cheers.

      --
      ---Excuse the bad English, I'm American---
    14. Re:English is the world language (maybe) by Bendebecker · · Score: 2, Funny

      Personally I am still expecting Latin to make a huge comeback...

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    15. Re:English is the world language (maybe) by El · · Score: 1

      English has become the Lingua Franca of anybody who wants to do business anywhere in the world (and if you know that "Lingua Fraca" literally translates to "French toungue" you'll see the irony in that.) So yes, in every country in Europe, anybody catering to tourists will speak at least broken English. In Amsterdam, it was hard to find anybody who did not speak English. I found one deli where the counter person adamantly insisted "I do not speak English!" thus forcing me to order the only thing I knew how to say in Dutch (a cheese sandwich). And a native who apparently spoke no English stopped to ask myself and my coworker (we both actually look Dutch) for directions. We pulled out a map and tried to help her, but after about 5 minutes she got frustrated and walked away...

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    16. Re:English is the world language (maybe) by El · · Score: 3, Insightful

      Agreed; English is the second language of a majority of the people in the world, not the first. But I'm willing to bet that there are Cantonese and Mandarin speakers that find it easier to communicate with each other using English than their widely differing dialects.

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    17. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      Yes but you do have to allow for the whole "globalization" trend.

      I think the Internet will have a considerable effect on development of a single world language.

    18. Re:English is the world language (maybe) by whittrash · · Score: 1

      I think that within 100 years English will be the primary language of everybody.

      In 100 years there may be a significant difference between 'English' and 'American'. We would do well to remember that English is the amalgamation of French, German, Latin, Greek, Celtic and other influences. It is a polyglot language. English is not preciously maintained like the French is and has significant drift. In a hundred years 'English' may be an entire class of languages.

    19. Re:English is the world language (maybe) by ZZeta · · Score: 1

      The most spoken language in the world is Chinese. Of course, because of the high density of people in the PRC, but still... English is not even close!
      And I think I remember reading that there's even more spanish-speaking people around there than english...
      So... If the world were to unite in one single language, I can't see why it should be english.
      Personally, I hope it doesn't merge at all. A universal language can only remember me of 1984's 'unpretty' language, and how there were little ways of expresion. I think the more, the richer. But that's just me.
      404-Sig not found.

    20. Re:English is the world language (maybe) by cayenne8 · · Score: 1
      Yup...it does seem that our Mexican border states might show we are having a problem with English being a 'universal language' in our (US) country.

      While I personally think we in the US should teach multiple languages to our young in school...I also think English should be the 'national language'. Our nation, till recent years, has been known as the melting pot. This was due to all immigrants assimilating into the whole US culture, and contributing to it to enrich it. However, it seems more and more, that this is not happening. Many of the Latin immigrants, particularly from MX, aren't assimilating into the culture. I think that holding on to speaking only Spanish is contributing to this...and that having things that are dual labeled in TX, AZ, and CA in Spanish and English...isn't helping the situation. When I took French...after the first day, we only were spoken to ONLY in French...kinda forced you to pick it up quicker...

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    21. Re:English is the world language (maybe) by Srin+Tuar · · Score: 3, Insightful

      I think the whole thing is a myth, languages may be going away, but as language is dynamic, new dialects or variations appear and will continue to diverge.


      Global communication is killing language specialization. Youll notice that those variations is US english are simply relics from before the era of mass broadcasting. Even now, they are fading.


      Language diversity is a function of population isolation. Language evolution over time is inversely proportional to population pool sizes.


      In an era where we are approaching global pervasive communication, language diversification is going backwards and language evolution is slowing down in favor of language unification and cross-pollination.


      New pressures will continue to change language and how we communicate, but the vast diversity of languages you see today wouldnt evolve under modern conditions.

    22. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      which is great...if your a rice farmer....

    23. Re:English is the world language (maybe) by cayenne8 · · Score: 1
      "And which 'english' with that be? "

      "The US Southern Drawl "

      The Southern one of course....it just 'sounds' nicer........even when you're cussing someone out....

      :-)

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    24. Re:English is the world language (maybe) by the_2nd_coming · · Score: 1

      it is more accurate to say that english is a transitional language. it is widly used and will likly be the medium that information will be transmited to future cultures, just as Greek and Latin were transitional languages.

      --



      I am the Alpha and the Omega-3
    25. Re:English is the world language (maybe) by Ieshan · · Score: 1

      Sola bona lingua... mortua lingua est?

    26. Re:English is the world language (maybe) by __past__ · · Score: 1
      There are over 1 billion native speakers of either Cantonese or Mandarin.
      Not many of them happen to live in europe, however. The trick is that (some form of) english is understood virtually anywhere. Almost all of the chinese speakers live in china, this doesn't help in international communication.
    27. Re:English is the world language (maybe) by the_2nd_coming · · Score: 1

      French was a world language? I think it comes more from French influence on the English language than french being a world language.

      the English language has German words in it as well, but German was never a world language.

      --



      I am the Alpha and the Omega-3
    28. Re:English is the world language (maybe) by jefe7777 · · Score: 3, Interesting

      mod parent up!

      i just spent a weekend some good friends of mine, who are married.

      The guy speaks cantonese, and the girl speaks mandarin. It's very interesting! They speak to each other using english, but when they speak to their respective parents, they use their native tongue. It's comforting to stand there and have one look as clueless as me, when the other is speaking their native language.

      we watched Shaolin Soccer the other day as well, and one had to read the subtitles, while the other watched the movie normally! (I believe Shaolin Soccer is in cantonese...iirc)

      anyway...i have a feeling that 300 years from now, english and mandarin will be the dominant languages.

    29. Re:English is the world language (maybe) by dcobbler · · Score: 2, Insightful
      This is the best part:
      But just as many minority languages are dying out, the languages that dominate the globe, such as Chinese, English and Spanish, are becoming increasingly varied and complex, says David Lightfoot, a language researcher at Georgetown University. And new languages may even spring up. For example, new versions of Chinese are likely to emerge that cannot be understood by some other Chinese speakers.
      Not only that. There are already a whole bunch of different versions of Chinese languages that can't be understood by each other.

      And I think English is fracturing into different versions that will, increasingly, be "foreign" to each other.

      Maybe there will many fewer languages in the world in a few centuries, but I don't think there will ever be just one.

      - dcobbler: the world needs another blog: www.digitalcobbler.com/blog
    30. Re:English is the world language (maybe) by Moderator · · Score: 0

      Mandarin and Cantonese are so dissimilar that one might as well consider them different languages.

      --
      The World is Yours.
    31. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      French was the international language of diplomacy

    32. Re:English is the world language (maybe) by __past__ · · Score: 1

      I'm partial for ancient greek myself.

    33. Re:English is the world language (maybe) by CyberSp00k · · Score: 2, Informative

      My bad.

      "lingua franca ... [It, lit., Frankish language] 1: a common language that consists of Italian mixed with French, Spanish, Greek, and Arabic and is spoken in the ports of the Mediterranean" Webster's Third New International Dictionary.

      It's a wasted day when you don't something new or learn that something you knew wasn't correct.

      However, French was the language of diplomacy (a world language) in the eighteenth and nineteenth centuries.

      --
      Spiritus ex Machina
      "The universe is not only stranger than we imagine, it's stranger than we CAN imagine."
    34. Re:English is the world language (maybe) by the_2nd_coming · · Score: 0, Troll

      well, that did not make it a world language....

      the only reason it became the international language of deplomacy was because the end of WW I and the legue of nations occured there. the Olympics uses it because a French man was the one who founded the modern Olympic games.

      the french language was not a transitional language at any point in its history, which is what makes a world language.

      --



      I am the Alpha and the Omega-3
    35. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      I speak mandarin and some catonese but english is my first language, there are however some parts of china that I visited where locals couldn't really understand either dialect very well and deffinitely not english.

    36. Re:English is the world language (maybe) by enronman · · Score: 1

      ANd how likely is it that most of those mandarin speakers are going to leave their small villages and interact with the outside world? Pretty low in my judgement. English is first not just by virtue of numbers, but because the richest most educated people in the world happen to use it as their common means of communication. India is suckign up the programing jobs because they also happen to have a large pool of people who speak english. The people in china who want to do the same are goign to learn english. Plus, mandrin and cantonese speakers can not SPEAK to each other well. They can write notes to each other but they are quite diffrent in the way that spanich and french are. Knowing one helps you udnerstand the other guy but still presents language barrier.

    37. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      Those are dialects. Languages are mutually understandable. (I know that's poorly stated, but you get my meaning, right?)

    38. Re:English is the world language (maybe) by slipgun · · Score: 1

      anyway...i have a feeling that 300 years from now, english and mandarin will be the dominant languages.

      Why not English and Cantonese, just out of interest? (I know very little of Chinese languages so sorry if it's a stupid question).

      --
      SpamNet - a spam blocker that really works
    39. Re:English is the world language (maybe) by Zeinfeld · · Score: 2, Informative
      the only reason it became the international language of deplomacy was because the end of WW I and the legue of nations occured there. the Olympics uses it because a French man was the one who founded the modern Olympic games.

      Cause and effect backwards here. French became the language of diplomacy in the mid 17th century as protestant countries tended to largely abandon the use of Latin. The problem was that most of the available Latin interpreters were Catholic priests, and these were not generally considered trustworthy by Protestant monarchs. French was the language of commerce, it made sense to use it for diplomatic negotiations.

      It was the rise of the British empire in the 19th century that laid the ground for French being replaced. Half the world was ruled from London. When the US began to become an industrial power after the civil war the position of English was strengthened.

      By the time the league of nations was formed the French were already becomming worried that French was a second class language.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    40. Re:English is the world language (maybe) by corngrower · · Score: 1

      Chances are that 'American' english will incorporate more and more words from Spanish in the future, due to the close proximity of many Latin American neighbors and the influx of many Spanish speaking people into the U.S.

    41. Re:English is the world language (maybe) by arkanes · · Score: 1

      The "assimilation" you're speaking of didn't happen with european immigrants, either - they formed the same sort of cultural ghettos on the east coast that you see in Texas and CA today. It took 3 or 4 generations to assimilate, and it was hardly a total thing - large parts of "American" culture come from those immigrants. Exactly the same thing is happening with Latinos - maybe in a couple generations Cinco De Mayo will be as popular nation-wide as St. Patricks Day is today.

    42. Re:English is the world language (maybe) by Anonymous Coward · · Score: 1, Interesting

      interesting thread about that
      http://www.cantonese.sheik.co.uk/phorum/topi c-1-88 79-8879.htm

      a choice quote:

      "Cantonese is the 20th most widely spoken language in the world, while Mandarin Chinese is #1 with English in second place. So, while Cantonese isn't a bad choice, Mandarin is clearly more useful. On the other hand, Cantonese is spoken as much as Mandarin in Chinese communities outsdie of China. It is dominant in Hong Kong and Malaysia. If you are doing business in these specific areas then Cantonese is a better choice than Mandarin. And Cantonese has greater similarity with classical Chinese than Mandarin in many respects, so it makes an excellent language for research."

    43. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      arkanes makes a very good point. Integration of immigrants into US culture isn't immediate. A lot of older folks who move here never become fluent in English, and get along with help from their kids who do get immersed in the culture.

      I speak from experience. I was born in Mexico and my family moved to the US when I was 14 (I'm 36 now). My sister and I can easily function as natives in either country, and switch languages on the fly. Our parents only learned a bit of English and some minor amount of popular US culture.

      I fully expect that if I have kids someday they'll be completely on the US side of the culture/language scale. The Spanish language and Mexican culture will only be familiar to them to the extent that I can pass them on. This can never be as natural or familiar to them as it was to me, having been immersed in that other environment. And of course, it wouldn't surprise me if my grandchildren never learned Spanish. Unless it had become *really* wide-spread in the US by then.

    44. Re:English is the world language (maybe) by b00fhead · · Score: 2, Funny

      Too right mate! That's why us blokes still speak Strine. Crikey!

    45. Re:English is the world language (maybe) by Alan+Cox · · Score: 1

      I think I'd put some of my money on spanish being in there too

      Language diversity has another purpose too and one that seems to be driving minor languages - its an identity, it marks you out from the mass as part of the community and links you to a set of private and more intimate culture of your own.

    46. Re:English is the world language (maybe) by unother · · Score: 2, Funny

      If he was able to understand the English that was spoken, he was most likely in Scandinavia.

    47. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      Within 100 years, everyone will write "your" as the abbreviation for "you are" and "loose" as the opposite of "win", and it will be known as English.

    48. Re:English is the world language (maybe) by newhoggy · · Score: 1
      Global communication is killing language specialization.

      Mathematics is a rich class of specialised languages and no amount of global communication will kill that off. Geography may play an ever decreasing role in language specialisation, but functional and clique specialisation - geek speak, legal speek, SMS - there is much life in those types of specialisations yet.

    49. Re:English is the world language (maybe) by xs650 · · Score: 1, Interesting

      Cantonese is more difficult to speak, particularly for a person who does not speak another tonal language. Mandaran has 4 tones. rising, falling rising, falling and none. I've probably botched the names of the tones, it's been a long time since I studied Mandarin. Cantonese has 6 tones and my impression was that they were harder for a round eye to master. On the plus side, when a Westerner gets the tones wrong, which completely changes the meaning of words, it provides endless amusment for the Chinese listener. So I guess a native Cantonese listener would get more amusment from a Westerner butchering his Cantonese than would a native Mandarin listener from a Westerner butchering Mandarin.

    50. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      Modern conditions are changing. Specifically mass-media is dying in favour of the internet. People could easily become isolated within an internet niche and develop dialects on that basis.

      A dialect can only be as big as the people you have to deal with daily and the whole planet is too big for an individual to cope with. If video broadcasting becomes accessible with low market barriers the great age of US media dominance will end and people will speak the language/dialect of their peers.

    51. Re:English is the world language (maybe) by xs650 · · Score: 0

      Spoken Cantonese and Mandarin are more different that Spanish and French.

    52. Re:English is the world language (maybe) by groomed · · Score: 1

      Global communication is killing language specialization.

      No, not at all. Instant global communication might just as well contribute to increasing balkanization because it spreads new words and speech patterns so much faster than in the old days.

      Language diversity is a function of population isolation.

      Yes, but the notion that "the Internet" will blend us all into a homogenous global population is rubbish. Isolation is not always involuntary. More often than not, people actively seek out ways to isolate themselves from the broader population. This is how a group identity is created. It is exactly this mechanism that allows a forum such as Slashdot to thrive.

    53. Re:English is the world language (maybe) by theTerribleRobbo · · Score: 1


      Very clever of you: make mistake, correct yourself, both posts modded up! Score!

    54. Re:English is the world language (maybe) by Banjonardo · · Score: 1

      I remember someone boldly declaring English to be the world's de facto lingua franca a couple of years back. Someone replied that it was quite ironic that he was using a Latin phrase meaning "French Language" to make his point.

      --

      -----

      Score 3? For what? Being wrong, at length? - smirkleton

    55. Re:English is the world language (maybe) by doubtless · · Score: 1

      Mandarin has 4 tones, and so is Cantonese. I speak both of them, in addition to English, Malay, and Hokkien (another Chinese dialect with 4 tones as well).

      It is always amusing to listen to a Westerner trying to speak toner language and unable to grasp it. It is believed that you would not be able to learn to differentiate the tones if you have not been exposed to them prior to the tender age of 2-3. The Language Instinct by Steven Pinker is an excellent read.

      --
      geek page at KY speaks
    56. Re:English is the world language (maybe) by Justice8096 · · Score: 1

      When I worked at LCC, southern and northern Indians found it easier to communicate in English. When English is used, it is a way around the language tyranny of ruling groups, and allows the preservation of local languages, since everyone can agree that their local language is superior to English, but English is better than "that other language" supported by the powers-that-be.

    57. Re:English is the world language (maybe) by cozziewozzie · · Score: 1

      While it's true that Mandarin is the official dialect of mainland China (and Taiwan), that doesn't mean that all these people use it as a native language. If anything, Mandarin is the Lingua Franca of China, the same way English is in Europe and Russian used to be in the Soviet Union: most people have to learn it in order to communicate, even though they don't speak it at home, or in their cities. There are thousands of dialects (one could call them languages) in China and most Chinese will speak Mandarin with an accent or not properly.

    58. Re:English is the world language (maybe) by Anonymous Coward · · Score: 0

      well, it depends which dialects. in Italy there's a lot of dialects and they're NOT mutually understandable.

    59. Re:English is the world language (maybe) by danila · · Score: 1

      And there are probably billions of billions of insects and billions of billions of billions of bacteria, who do not speak either. But does anyone care?

      No offence to Chinese people, but frankly it doesn't matter how many users a language has. What matters is how widely it is used in various contexts, such as scientific publications, global business negotations, news wire services, Usenet FAQs, etc.

      I do not decide which language to use based on how popular it is in raw numbers. I decide it based upon its ubiquity in the areas which are important to me - Slashdot, Hollywood movies and Science/Nature magazines among others. :) So far, I have decided that English is the best choice for me, seconded by my mother tongue. I learned a bit of other languages, French, Finnish and Japanese mostly, but ultimately decided it isn't worth it.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    60. Re:English is the world language (maybe) by danila · · Score: 1

      And which 'english' with that be?

      why, teh inet english, of course lol

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    61. Re:English is the world language (maybe) by BVD · · Score: 1

      nugas. noli nugas narrare. lingua non mortua est sed dormit. cras surgent.

    62. Re:English is the world language (maybe) by Ieshan · · Score: 1

      Lexique Risi. Latina Mortua Est. :)

    63. Re:English is the world language (maybe) by Ieshan · · Score: 1

      Sorry, Legique =)

  5. yes, by Anonymous Coward · · Score: 0, Informative

    of course...

  6. besides Galactic Basic by Travoltus · · Score: 0

    what else should we ever need to learn to speak? :)

    --
    --- Grow a pair, liberals... stop letting the Republicans bully you!
  7. Not the best plan for globalization by orangeinvasion · · Score: 0

    Extinction of half the world languages won't improve global communication for a long time yet. The first languages to go will be ones that people are now bilingual in. Cultures aren't just going to drop one language and move to another; obviously there has to be a transitional period.

  8. What a buncha baloney! by FortKnox · · Score: 3, Interesting

    Seriously, this is similar to faking the landing on the moon. Matching natural language to programming will give us obtuse languages that are difficult to understand and have a HUGE learning curve.

    Programming is based on a 'higher understanding' of how to design something, and the only real 'major' difference between the languages should be the syntax. But having a language based on a natural language and a 'normal' computer language would be the difference of VB and lisp. You just can't design an app the same way for both languages.

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    1. Re:What a buncha baloney! by S.Lemmon · · Score: 2, Insightful

      This I think is the real problem. By the end of the day what counts is that a language be fairly easy to learn, use, and able to do what you need. Having some academic idea of lexical perfection really benefits no one but the professors applying for grant money. Indeed, the whole idea of a "perfect" language may be a bit of an illusion to begin with.

      I think it's why simple but messy languages like Perl continue to be more popular than stuff like lisp. Just as in the real world none of the many "ideal" spoken/written languages developed by academia have ever really won out over the lexical hodge-podge of traditional languages.

      Personally, I have trouble trusting any language where it's developers spend more time talking about the language syntax than they do talking about the project they're actually working on. To me, it's a sign the language's complexity may be hurting development more than any of it's supposed advantages are helping. Heck, even popular languages like C++ gets dangerously close to that sometimes.

  9. Languages disappearing?? by bckrispi · · Score: 5, Funny

    Hmm, that's doubleplus ungood...

    --
    Xenon, where's my money? -Borno
    1. Re:Languages disappearing?? by Anonymous Coward · · Score: 0

      Umm, don't you mean --good.

    2. Re:Languages disappearing?? by bckrispi · · Score: 1

      No : !(++good)

      --
      Xenon, where's my money? -Borno
    3. Re:Languages disappearing?? by TopShelf · · Score: 2, Funny

      I'm sure others would think it very horrorshow, my good droog...

      --
      Stop by my site where I write about ERP systems & more
    4. Re:Languages disappearing?? by LPetrazickis · · Score: 1

      Horrow show, plow whore, it doesn't really matter. Unless you speak Russian, toe war rich.;)

      --
      Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
    5. Re:Languages disappearing?? by TopShelf · · Score: 1

      'twas a nod to A Clockwork Orange, in which they use a slang that borrows heavily on Russian. Actually, I imagine that's how many of these languages will survive to some extent - "fossilized" as idioms or slang words in more dominant languages...

      --
      Stop by my site where I write about ERP systems & more
    6. Re:Languages disappearing?? by LPetrazickis · · Score: 1

      'twas a nod to A Clockwork Orange, in which they use a slang that borrows heavily on Russian. Actually, I imagine that's how many of these languages will survive to some extent - "fossilized" as idioms or slang words in more dominant languages...

      In Soviet Russia, more dominant languages "fossilize" in idioms or slang words.;)

      Oh, fine, that was lame.^-^

      --
      Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
    7. Re:Languages disappearing?? by ripcrd · · Score: 1

      Actually after learning a bit of Russian in college and watching Clockwork Orange on cable, it appears to me that they were just sprinkling in russian replacements for words in their own language.
      Horoshow = fine
      muy droog = friend
      droogies = friends

      I would imagine that those words were VERY foreign to most of the people around the characters and made them stand out. As if they needed any help after putting makeup on half of their face and running around in long underwear.

      --
      --Somewhere there is a village missing an idiot.
  10. Does it matter? by LinuxInDallas · · Score: 3, Insightful

    If we have record of that language, then I don't see how much would have been lost. If there were so few people speaking it then what are the chances it would have had a measureable influence on the design of computer languages anyway? Especially considering that the people doing the designing typically come from a small set of backgrounds (euro, asian, american...)

    1. Re:Does it matter? by poot_rootbeer · · Score: 1

      the people doing the designing typically come from a small set of backgrounds (euro, asian, american...)

      Pretty small set there, indeed. It only covers four of the most populous continents!

      Native Antarcticans have just as much to contribute to language design as anyone else! If only we would listen.

    2. Re:Does it matter? by CyberSp00k · · Score: 3, Insightful

      If we have record of that language, then I don't see how much would have been lost.

      The ability to read Egyptian hieroglyphics was lost from ~400 C.E. until Napoleon lead the looters into Egypt ~1800 and one of his troops tripped over the Rosetta Stone. [I was watching the History Channel this morning.] Plenty of records of the language were lying about, but no record players.

      --
      Spiritus ex Machina
      "The universe is not only stranger than we imagine, it's stranger than we CAN imagine."
    3. Re:Does it matter? by Theatetus · · Score: 2, Interesting

      But we don't have a record, in most cases. I'd say about 50% of human languages are pretty thoroughly documented. Another 30% have sketchy documentation. The final 20% are all but unknown to researchers (most of these are in New Guinea).

      We really need to talk to the dying generation of New Guineans, Siberians, and Africans who speak these disappearing languages so that there will be a record, like you say. But do you have the money to send out a few thousand linguists? Me neither.

      --
      All's true that is mistrusted
    4. Re:Does it matter? by kfg · · Score: 4, Interesting

      Actually, we don't have a record of most of them, but yes, very, very few people spoke them. That's one of the reasons we don't have a record of them.

      Most of the languages being lost are from New Guinea, which due to the peculiarities of the geography accounts for about 1/4 of all human languages. As tribal isolation is lost the tribal languages die.

      Their loss is of grave concern to linguists, since, as above, they don't even have a record of most of them, but I don't see how this could effect programing languages in any way.

      In fact, it's difficult to see how it effects humanity in general in any way.

      KFG

    5. Re:Does it matter? by Anonymous Coward · · Score: 0


      Native Antarcticans have just as much to contribute to language design as anyone else! If only we would listen.

      Antarctica has no indiginous population. You're thinking of the arctic.

    6. Re:Does it matter? by dcobbler · · Score: 1

      Seems to me that the best "record" of a language is, unfortunately, a few people who can speak it fluently. Anything else (paper, tape, tablet, whatever) is just an inexact substitute for the "living" language.

      - dcobbler: the world needs another blog: www.digitalcobbler.com/blog

    7. Re:Does it matter? by colmore · · Score: 2, Insightful

      I think the way this story is being discussed here reflects Slashdot's sadly narrow worldview. If it doesn't affect software engineering then it doesn't matter.

      This is a wealth of poetry, folklore, and culture that is vanishing. Perhaps it's more efficient for everyone on earth to speak the languages of 3 or 4 dominant cultures, but it means that human society will be far less vibrant.

      Small societies with strong senses of identity and history produce more of interest than many larger societies. Ancient Athens in the fourth century BC had a population of only aroun 60 thousand (less than 30 thousand if you only count those who were allowed to become educated) and yet the philosophy, science, mathematics, literature, and political thought that it produced overwhelmingly dwarfs (for instance) the suburbs of Atlanta, which contain many times more people with a much more widespread access to education and literacy.

      So yes, I'm a luddite. I think progress should always be questioned. And immediate gains in efficiency, production, and practical utility are frequently not in the long term beneficial. If all human society should aim for is production-consumption-growth then count me out, give this place back to the other animals, they were doing a much better job of sharing.

      This message paid for by the society of appreciators of variety and charm over success and power. Someone find me a city-state where I can go be an olive farmer.

      --
      In Capitalist America, bank robs you!
    8. Re:Does it matter? by Waffle+Iron · · Score: 1
      Native Antarcticans have just as much to contribute to language design as anyone else! If only we would listen.

      My impression is that they are more involved with the design of a certain OS than with languages.

    9. Re:Does it matter? by stu72 · · Score: 1

      Sounds great, but have you considered that maybe those surviving speakers of really want to learn english, or want their kids to learn english, rather than live in poverty so phd's can study their ancient language?

      Oh and animals don't share, they consume all the resources they can until disease or predators wipe them out, then they start over. Is that your preferred model for humanity?

      re: Athens - while you're obviously more studied than I am on ancient history, I have one thought. I'm sure that all 60K (or 30K) of Athens was not all involved in creating math/science/lit/etc. In fact, I'm sure a fairly large portion of the population of Athens or it's surrounding area had to work to support the efforts of those that made those great contributions that you speak of. If the suburbs of Atlanta are really as devoid of thought as you suggest (a truly arrogant thought, if there ever was one) then I'm sure the labours of that suburb support the society in some way to allow us to keep Stephen Hawking alive, or operate probes on the surface of another planet, to name two examples.

    10. Re:Does it matter? by Darken_Everseek · · Score: 2, Interesting

      Any loss of cultural diversity is a bad thing. Humans define themselves by our differences. Language is probably the foremost non-physical distinguishing characteristic a person has. Taken to an extreme, the continued loss of language could have us all speaking either mandarin or spanish (which, iirc, are the most commonly spoken languages today). Obviously, this kind of thing isn't going to happen any time in the near future, but I'd argue that the loss is still important, regardless of the magnitude.

      Oh, and just to be nit-picky (sorry, it's in my nature) Things are affected, the effects are observed.

    11. Re:Does it matter? by kfg · · Score: 1

      Yeah, I caught myself in an earlier post using affected properly and then immediately following it up with effected. I'm having trouble with that one today even though I know I'm doing it.

      I can't say I'd have any problem with Spanish, although Mandarin might give me some pause. In any language that allows for growth and modification culture also grows. Being able to effectively communicate with each other is also a great virtue. The parable of the Tower of Babel is a tragedy, not a celebration of diversity. The tendency to differentiate ourselves over our trivial differences in language, food, color, etc has been the source of much pain in the world.

      It is the reason why even if we all fucked until we were all one color there would still be "hate crimes."

      People hate each other over what brand of car they drive, which side of town they live on, their choice of text editor and their fasion sense.

      I want as little part of it as possible.

      KFG

    12. Re:Does it matter? by themusicgod1 · · Score: 1

      after watching the kult rise (and fall?), and keeping into mind the exponential growth of the world's population, i'ld have to disagree with you. we created our own unique "kulture", and with it it's own traditions, manerisms, symbols, 'gods', and so on and so forth. being a mostly open society, we all took part in it to some extent or other...and while perhaps we are not nor will ever be an established culture to the extent that say, the romans or the british were... we were definitely on the way in that direction.

      i'm sad that some cultures lose their grip on humanity and fade into the death... but the amount of 'culture' more potent, and deep than anything we've seen so far is actually _growing_, whether you believe it or not. how many ethnicities were there 100 years ago? today? cargo cults much? with every divergence of religion(see scientology), and state(see quebec) and stuff like 2600... new cultures begin to form. and with it _new_ poetry, new literature, new music, and so on. as the population grows, and is more able to feed itself(culture only really grows once people have time...you can't have much of a culture if your held in one razorwire lined Nike sweatshop at machine gun forced to work 20.5 hours a day. )...more cultures will really shine.

      --
      GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    13. Re:Does it matter? by Zeinfeld · · Score: 2, Insightful
      Any loss of cultural diversity is a bad thing.

      I don't think that we exactly lost a great deal due to the Inca and Mayan religions being eliminated. Human sacrifice not that great an idea.

      Equally the loss of the conquistador and colonial cultures was on balance a good thing.

      Humans define themselves by our differences.

      Some people do. Others define themselves by their achievements.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    14. Re:Does it matter? by Anonymous+Coed · · Score: 1
      give this place back to the other animals, they were doing a much better job of sharing.

      Hahaha, animals sharing. You are teh funny. Where did you learn about the behavior of animals? The "Care Bears?"

      The fact is, life is nasty, brutish and short for all species.

    15. Re:Does it matter? by whereiswaldo · · Score: 1

      It is the reason why even if we all fucked until we were all one color there would still be "hate crimes."

      People hate each other over what brand of car they drive, which side of town they live on, their choice of text editor and their fasion sense.


      And people will always find something else to differentiate themselves from others. Humans are great at categorizing things, but it also plays us against ourselves because we see differences and then try to fit ourselves into the range of things, good or bad. Everyone wants to feel good about themselves, perhaps superior to many. Categorization allows us to do that easily.

      BUT.. notice when there is a huge disaster or a common enemy how we shift our categorical thinking. We re-categorize in light of what is important at that time. What people are wearing is irrelevant if someone is running after a crowd with a gun. But once that threat is gone, people automatically seek out new things. Perhaps it is nature's way of keeping us active. Maybe a way of introducing uniqueness and randomization into everyone's lives. The only way to randomize is from an outside source. But anyway...

    16. Re:Does it matter? by thogard · · Score: 1

      What planet are you from?
      Humans define themselves mostly by how alike they are to others. People who are different are isolated or even kicked out of the society.

    17. Re:Does it matter? by Darken_Everseek · · Score: 2, Interesting

      Human sacrafice isn't high up on my list of Incan or Mayan cultural contributions. To start, the practice is by no means limited to those cultures. Also, they both had staggeringly beautiful architecture, and remarkable religions, as well.

      What, by the way, is an achievement, but a difference that makes us stand out from humanity?

    18. Re:Does it matter? by Darken_Everseek · · Score: 1

      Your argument amuses me. Because you have a different opinion, you ask me if I'm from a -different- planet. Obviously not meant literally, but it still illustrates my point.

      Not nearly as well as your second statement, however. "People who are different are isolated or even kicked out of the society." That tells me that it's the differences that define the society; not the similarities. Your entire comment does the same thing; you state a -difference- of opinion.

      People don't see the basic similarities in other people anymore; we've become inured. It's only when we see a difference that we take notice.

    19. Re:Does it matter? by thogard · · Score: 1

      From what I've seen, most people are quite happy in what ever rut they have managed to dig their self into as long as they can stay there and maintain their lifestyle.

      Until this century most people who were ostracized from society had little chance of survival so anyone whtat was different were effectivly killed off except for the very few that were strong enough to relocate or colonize.

    20. Re:Does it matter? by Darken_Everseek · · Score: 1

      I agree, there are very few people who are even willing to -look- outside of their own little rut, let alone try to -get- out of it. My point, though, is that a people tend to see their particular rut as unique; different from all the other ruts. Sure, there may be a lot of parts that they know are similar, but everyone tries to find at least one distinguishing characteristic.

      You second statement has a good point, but the very concept that these people were identified and ostracized because of their differences argues that it's not the similarities that people look at.

    21. Re:Does it matter? by colmore · · Score: 1

      they didn't *try* to share, but you don't usually see a single species so outgun all others that it results in rates of extinction usually reserved for massive changes in ocean chemistry or very large meteor impacts.

      --
      In Capitalist America, bank robs you!
    22. Re:Does it matter? by zero_offset · · Score: 1
      If it doesn't affect software engineering then it doesn't matter.

      This may be difficult for you to comprehend, but alternative explanations exist:

      * If it doesn't relate to software engineering, it doesn't belong on slashdot.
      * If you aren't interested in software engineering, YOU don't belong on slashdot.
      * If you were actually a Luddite, you wouldn't have a computer in front of you.

      Ancient Athens in the fourth century BC had a population of only aroun 60 thousand ... and yet the philosophy, science, mathematics, literature, and political thought that it produced overwhelmingly dwarfs (for instance) the suburbs of Atlanta...

      This is a painfully stupid comment. Check back with me when (for instance) the suburbs of Atlanta have been around for 1,800 years. On second thought, make that 2,500 years. We'll need an extra thousand to separate the grains of wisdom from the chaff of three million people. On second thought -- like Athens -- that would be a population over time... there weren't just 60,000 people... there were 60,000 people for 1,800 years. That's a hell of a lot of people.

      Consider yourself counted out.
      Please check your slashdot login at the door.
      Good luck with the olive thing.

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  11. Evolution by Lipongo · · Score: 0

    Will cause us all to be able to think in 1s and 0s. This will leave no need for programming languages as we will be able to speak the computer's native language.

    --
    -Certified TechnoWeinie
    1. Re:Evolution by Frennzy · · Score: 3, Funny

      with a one-bit bus (our mouth) that's going to be pretty slow.

      I suppose we could add ten fingers, two eyes, and three toes to the mouth, and get a 16 bit bus, but that's going to be pretty hard to process. Not to mention it will be half duplex at best, since you'd need your eyes to see the other person communicating. Not to mention that a bit shift could very easily have you firmly planting your foot in your mouth.

      Thank you. Thank you. I'll be here all week.

  12. Humbug by __past__ · · Score: 4, Insightful
    The one thing that designers of programming languages have to accept is that programming languages do not have much to do with natural languages. No surprise - natural languages are meant to communicate with humans, computer languages are primarily (although this might be considered a bug) designed to give unanimous orders to deterministic systems. Big difference. There is no poetry in COBOL, and there is no way do completely specify an algorithm for a von-Neumann-machine in portugese.

    Human languages dying may be a pity (or not), but it does not have anything to do with computer programming.

    1. Re:Humbug by goon+america · · Score: 1
      There is no poetry in COBOL

      But there's plenty of perl poetry!

      (mod -1, Obvious)

    2. Re:Humbug by Anonymous Coward · · Score: 1, Insightful

      Except that source code is also the primary means of communication amongst developers who work together on the same software. This is particularly true when maintaining/improving source for which the original author is no longer reachable (dead, for instance). Yes, computer languages must eventually reduce to binary; but any language which is only used to reduce to binary is a write-once language and will not find mainstream or major-project use.

      Sure, you can write BIOS code in FORTH, do it right the first time (or before you forget what you're doing), and then use it for years. But you won't find Quake II re-written in FORTH; the syntax is just too bizarre for most programmers to read, and the reason it appears bizarre is because of our exposure to human languages as our first languages. These human biases account for the popularity of word-based programming languages (assembler, C) over number-based languages (machine code), and the popularity of roughly train-of-thought languages (C, VB, FORTRAN, etc.) over deeply recursive languages (FORTH).

      Concerning poetry, bear in mind that generally one must be fully fluent in a language in order to appreciate poetry in that language; it is widely held that poetry does not translate well. An English-only speaker with only a casual knowledge of C should not expect to appreciate the elegance of a rapidly converging quadratic optimizer any more than he would Russian poetry. With that in mind, any lack of poetry in COBOL says more about COBOL than it does about the expressiveness of programming languages in general.

    3. Re:Humbug by Anonymous Coward · · Score: 0

      No poetry in COBOL??????

      Maybe....but there've been fairie tales in COBOL for decades: Goldilocks and the Three Bears was translated into valid (if useless) COBOL and made the rounds of BITNET back in my college days.....

    4. Re:Humbug by Bendebecker · · Score: 3, Insightful

      "There is no poetry in COBOL"

      I agree with you there. Nothing written in COBOL could ever be mistaken for poetry. But there is some code in langauges like Lisp that is so elegant that one can only call it poetry.

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    5. Re:Humbug by JabberWokky · · Score: 3, Funny
      Are you kidding? Not only is there poetry about COBOL, but it's widely known that Shakespeare invented COBOL:

      "Let us ADD our INCOME to our CAPITAL, as the squirrel adds to its autumn horde. Aye, there's the SUM that makes a TOTAL WEALTH. 3000 DUCATS? Is this an EXPENDITURE I see before me? Marry 'tis best 'twere TAKEN AWAY, like as the magpie taketh away the jewel of great price. But hist! Here cometh the INTEREST, and 'tis of no mean interest, i' faith! I had lief ADD a percentage of this, than clasp my fair Rosalind's spleen."

      In all reality, as many people have pointed out, there is a large chunk of poetry written in various programming languages, and the inverse is true as well; many human languages are used in forms that are human "programs". Instead of being stored on harddrives, they are published in cookbooks and engineering texts.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    6. Re:Humbug by sparklingfruit · · Score: 0, Flamebait

      Yes, an incomprehensible bracket spaghetti of recursive, inefficient, zeolotrous poetry.

    7. Re:Humbug by __past__ · · Score: 4, Interesting
      Indeed. Behold the SBCL advocacy haiku:

      (unless (equalp
      (lisp-implementation-type)
      "SBCL") (quit))
      (How the fuck do you properly indent code in ./??)

      I agree that some programs have a quality that is somewhat close to literature, but maybe not poetry. In particular, I agree with Richard Garbiel that there should be a Master of Fine Arts in Software.

      I still claim that software is a discipline of its own, and natural languages and its literature are only very loosely related to it.

    8. Re:Humbug by Boing · · Score: 1
      But there is some code in langauges like Lisp that is so elegant that one can only call it poetry.

      That is, if you're able to call it at all.

    9. Re:Humbug by Nimloth · · Score: 1
      (How the fuck do you properly indent code in ./??)

      I'll just assume you mean /., cause I don't know any ./ sites...

      If "proper indentation" means 4 spaces to you, then "    " would be your solution.

      You're welcome.

    10. Re:Humbug by triumphDriver · · Score: 1

      No Poetry in code?
      I take you have never seen a rather elegant piece of code?
      Granted code it is not Byron or Yates but it is not meant to be.
      Poetry like art is in the eye of the beholder.

      I have and do see both in code.

      --
      I grew up in the Fulda Gap, where did you?
    11. Re:Humbug by Bendebecker · · Score: 1

      Or he could just change the formatting to 'Code'

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    12. Re:Humbug by Anonymous Coward · · Score: 0

      mod parent up!

    13. Re:Humbug by ndogg · · Score: 2, Informative
      (unless (equalp
      (lisp-implementation-type)
      "SBCL") (quit))
      Use the <ecode> tag.
      --
      // file: mice.h
      #include "frickin_lasers.h"
    14. Re:Humbug by Anonymous Coward · · Score: 0

      there is no way do completely specify an algorithm for a von-Neumann-machine in portugese.

      ??? I see lots of completely specified algorithms in English (in any cookbook). I see plenty of "von Neuman machines" use a subset of English as their command language (scripting). Is Portugese somehow less capable?

      You only consider half the story - programming languages are read and written by humans first, then machines.

    15. Re:Humbug by sydneyfong · · Score: 1

      There might not be poetry in COBOL, but there sure is for C:

      http://www0.us.ioccc.org/1990/westley.c

      --
      Don't quote me on this.
    16. Re:Humbug by Magada · · Score: 0

      There is beauty in any form of human expression, imo. I know of one mathematician who turned to poetry because when he got tired of maths he couldn't find any other more rigorous mode of thought. I grew up in a place where you had to call your friends "comrade". And your enemies too.

      --
      Something bad is coming when people are suddenly anxious to tell the truth.
  13. The languages that are lost by Mycroft_514 · · Score: 3, Insightful

    are the ones that do not contain the technical leanguage to survive contact with whatever absorbs them. Look at how English is spreading with words to describe new technology into languages that don't have it.

    The time will come when we only have one language left, but not soon.

    1. Re:The languages that are lost by ispeters · · Score: 2, Informative

      Frankly I think this is BS. English didn't come prewritten with words for CD or hyperthreading. Someone made up new words and then explained them to their friends. Other languages do the same thing. There's no fundamental reason that Chinese, Kurdish, or Urdu couldn't expand to explain things like quarks or spam or anything else (assuming they haven't already, which I realise is pretty short-sighted of me). Language is a fairly spontaneous mapping of arbitrary symbols to meaning. There are no restrictions on what language can do.

      There's also no reason to believe we'd ever end up with only one language. Perhaps increased mobility and ease of communication will reduce the total number of languages in use, but even in Canada or the US there are significant linguistic differences between neighbouring provinces or states, and the majority of people speak English in both countries. I would even venture to say that people from rural areas in Newfoundland speak nearly a different language than people from rural areas in Louisiana but they'd both tell you they're speaking English. Even as languages converge on each other, there are elements within each language that spin out from the centre and introduce new variations. I don't believe there's any reason to expect that to stop.

      Ian

  14. Panini? by John+Girouard · · Score: 5, Funny

    ...strong link between Panini's Grammar and computer science

    I knew sandwiches were related to programming!

    1. Re:Panini? by KH · · Score: 4, Insightful

      For those do not know, Panini is the author of the Sanskrit grammar. I don't quite figure why the article was linked here in this context. Sanskrit was dead for a couple of millennia, but it's not like it was lost. And it's not like if Sanskrit had not been dead, we would have had a much better computer language today.

      One irony is that Paninikilled the Sanskrit language. He effectively made the language rigid by describing the grammatical rules so beautifully in about 4,000 sutras. If one does not compose a Sanskrit sentence following the rules prescribed in the Astadhyayi (Panini's sutras), it was not sanskrtam (purified). Thus the language became something that keeps changing, or something that has to be learned while growing up. It officially got the status of a dead language, not that it's bad.

      On the other hand, think about this: modern linguistics started after the discovery of Sanskrit, including Panini's grammar. It actually helped forming many linguistic concepts. Modern linguists helped forming computer languages. Is it a surprise that there are many things in common?

      One of my teachers, who happens to be the leading scholar in the field of Sanskrit grammar, always emphasized us that one of the big misconception about the grammar of Panini is that it dictates how to compose a Sanskrit sentence. He said, it is more of a tool to analyze grammatically correct sentence. It does not know syntax. It would appear that, say, a past participle stem from the root pac- may have derived by going through several Paninian rules, but the matter of fact was that there was the form pakta long before the grammar was formed.

      Those mechanisms working in Panini's grammar is amazing and the logic behind it seems indeed like computer language. Still, an article like the one linked here is not much different from trying to find something that was not originally intended to show the supremacy of one civilization. Even the commentators of the grammar emphasize that the grammar is not the first but the speech was the first.

      So, stop moaning about the death of Sanskrit as a language. A techie should be grateful that it was dead as a language, but frozen and kept. No wonder India can produce so many good programmars. For some, programming is something similar to what they have been doing for a couple of thousand years. By the way, I'm not an Indian or a programmar.

    2. Re:Panini? by El+Torico · · Score: 2, Insightful
      I agree with your post overall and I learned a bit from it, so first I want to thank you for a very good post. However, I think the last paragraph is off the mark.

      No wonder India can produce so many good programmars. For some, programming is something similar to what they have been doing for a couple of thousand years.

      There are a few problems with these statements, aside from the purposeful misspelling of "programmers", here.

      India can produce good Programmers in the same way that any nation can, by teaching Computer Science and enforcing intellectual discipline. I don't agree that there is a cultural predisposition involved.

      What do you mean by "so many"? You can't assume that India produces more good Programmers as compared to the total population than other countries. Maybe they do have a higher percentage, or maybe they just have a lot of people, period (over 1 billion).

      Every culture has been using reason and mathematics for thousands of years, and mathematics is the basis of programming.

      --
      In the land of the blind, the one-eyed man is usually crucified.
  15. Um shutup by tomstdenis · · Score: 5, Funny

    How exactly is C or Pascal based off a spoken language?

    while (alive)

    while (lust && !state(HUNGER)) {
    seek_women(HIGH_PRIORITY);
    if (found) {
    sex_up(BYPAIRS)
    sleep();
    } else {
    sex_up(MANUALLY);
    watch(CARTOONS);
    }
    }

    if (state(HUNGER))
    {
    seek_food();
    if (found) {
    chow_down_like_no_tommorow();
    } else {
    slaughter(NEIGHBOUR);
    chow_down_like_is_tommorow();
    }
    }

    }

    Oh I get it ....

    --
    Someday, I'll have a real sig.
    1. Re:Um shutup by tomstdenis · · Score: 4, Funny

      Deparate for what? I do real coding as well. It is people like the famous anonymous coward that really drain the usability of slashdot down. Keep it up though. You might say something funny eventually.

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:Um shutup by Anonymous Coward · · Score: 0

      Awww, someone didn't take their ritlin today. There there, it will be okay. Take your medicine while these nice men help you into your special jacket.

    3. Re:Um shutup by Anonymous Coward · · Score: 0

      Missing a brace between the two whiles; life compiler ain't gonna like that too much...

    4. Re:Um shutup by Bendebecker · · Score: 1

      You forget the {} for the first loop. As it written currently, the porgram under a harsh and strict compiler will declare while(alive) an error and... umm... terminate the application before it is ever run. Or a less severe compiler will allow the error and give you a fault during runtime. Gives a whole new meaning to the words "blue screen of death".

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    5. Re:Um shutup by Anonymous Coward · · Score: 0

      actually it should run, if any loop doesn't contaion the {}, then the next line is the only one contained in the loop, and in the while(alive) loop, the only two things are the lusting and the hungry loops, this might be a smaller part of the main function of life

      return 0

    6. Re:Um shutup by Anonymous Coward · · Score: 1, Funny
      I think I found a bug... Shouldn't it be:
      while (lust && !state(HUNGER)) {
      seek_women(HIGH_PRIORITY);
      if (found) {
      sex_up(BYPAIRS)
      sleep();
      } else {
      watch(PR0N); // BUG FIX
      sex_up(MANUALLY);
      watch(CARTOONS);
      }
      }
      Yet another argument for open source!
    7. Re:Um shutup by Anonymous Coward · · Score: 0

      Strange, if I lived by that code, I wouldn't even compile... (Missing {)

    8. Re:Um shutup by Tokerat · · Score: 1


      Actually, he only forgot the opening {, the blank line I assume is where he thought he had typed it.

      Either way, he didnt' include a main(), therefore this life is undefined, making it impossible for the compiler to find the meaning of life. ;-)

      --
      CAn'T CompreHend SARcaSm?
    9. Re:Um shutup by sydneyfong · · Score: 1

      char*lie;
      double time, me= !0XFACE,
      not; int rested, get, out;
      main(ly, die) char ly, **die ;{
      signed char lotte,

      dear; (char)lotte--;
      for(get= !me;; not){
      1 - out & out ;lie;{
      char lotte, my= dear,
      **let= !!me *!not+ ++die;
      (char*)(lie=

      "The gloves are OFF this time, I detest you, snot\n\0sed GEEK!");
      do {not= *lie++ & 0xF00L* !me;
      #define love (char*)lie -
      love 1s *!(not= atoi(let
      [get -me?
      (char)lotte-

      (char)lotte: my- *love -

      'I' - *love - 'U' -
      'I' - (long) - 4 - 'U' ])- !!
      (time =out= 'a'));} while( my - dear
      && 'I'-1l -get- 'a'); break;}}

      (char)*lie++;

      (char)*lie++, (char)*lie++; hell:0, (char)*lie;
      get *out* (short)ly -0-'R'- get- 'a'^rested;
      do {auto*eroticism,
      that; puts(*( out
      - 'c'

      -('P'-'S') +die+ -2 ));}while(!"you're at it");

      for (*((char*)&lotte)^=
      (char)lotte; (love ly) [(char)++lotte+
      !!0xBABE];){ if ('I' -lie[ 2 +(char)lotte]){ 'I'-1l ***die; }
      else{ if ('I' * get *out* ('I'-1l **die[ 2 ])) *((char*)&lotte) -=
      '4' - ('I'-1l); not; for(get=!

      get; !out; (char)*lie & 0xD0- !not) return!!
      (char)lotte;}

      (char)lotte;

      do{ not* putchar(lie [out
      *!not* !!me +(char)lotte]);
      not; for(;!'a';);}while(
      love (char*)lie);{

      register this; switch( (char)lie
      [(char)lotte] -1s *!out) {
      char*les, get= 0xFF, my; case' ':
      *((char*)&lotte) += 15; !not +(char)*lie*'s';

      this +1s+ not; default: 0xF +(char*)lie;}}}
      get - !out;
      if (not--)
      goto hell;

      exit( (char)lotte);}

      http://www0.us.ioccc.org/1990/westley.c

      --
      Don't quote me on this.
    10. Re:Um shutup by Anonymous Coward · · Score: 0

      bumfluffer

  16. Well in NYC there is one language,,,, by FerretFrottage · · Score: 1, Funny

    sign language and I can guarantee that NY'ers will never part with it. Now of course programming with just the middle finger isn't as productive, but it works none the less ..|..

    --
    "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
    1. Re:Well in NYC there is one language,,,, by OECD · · Score: 1

      Now of course programming with just the middle finger isn't as productive, but it works none the less ..

      Of course it's difficult to be productive you're programming in binary! "Off" and "Fsck You!"

      --
      One man's -1 Flamebait is another man's +5 Funny.
  17. 3,400 languages left by Richard+Allen · · Score: 2, Insightful

    This may be great news if one is looking at a common standard for communication

    So, we're considering the 3,400 languages that will be left a common standard for communication?

    I'm not trying to be a meany; but come on, that's a pretty odd statement to make.

  18. plausible but ease of use? by gooru · · Score: 4, Insightful

    "with every language lost, there is a possibility that we may have missed an opportunity at improving the underlying heuristics."

    That sounds plausible to me. However, isn't part of a programming language the ease with which we can use it? If no one could natively use a language or grasp it easily, then comprehending these wonderful heuristics would be extremely difficult. High level programming languages exist for a reason. That's why few people program in assembly--it's difficult to learn. No one grew up speaking assembly, but many people grew up speaking Romance and Teutonic languages. If programming languages were suddenly structured like, for example, Arabic or Chinese, I would likely find it extremely difficult to learn and use them. (Note that I can speak Chinese but can hardly imagine trying to program in it.)

    1. Re:plausible but ease of use? by Oligonicella · · Score: 1

      What's yer point? Programming languages are not structured like Romance and Teutonic either.
      Not even Cobol is *really* English. Do you talk with perform something varying this by that until the-other? Hardly.

    2. Re:plausible but ease of use? by Anonymous Coward · · Score: 0

      (Note that I can speak Chinese but can hardly imagine trying to program in it.)

      Only in perl...

    3. Re:plausible but ease of use? by roman_mir · · Score: 2

      Assembler is difficult to learn? I think not. What is so difficult in manipulating memory directly, using interrupts and clock at the low level?

      What you probably meant to say was that programming a complex easily maintained system in assembler is much more time consuming than it is in a high level language.

  19. Spirituel Machines by bstadil · · Score: 1
    If you think anyone will "Program" at the end of the century IE 96 Years from now you will be disappointed. Yes most of you reading this will be alive by then. Get hold of Spitual Machines by Ray Kurzweil to give you an inclink why.

    FYI Your PC will be 9 Billion times faster than today.

    --
    Help fight continental drift.
    1. Re:Spirituel Machines by Nexus+Seven · · Score: 1

      IE 96? That's 90 versions away. I wonder whether it will have less security holes by then?

    2. Re:Spirituel Machines by Anonymous Coward · · Score: 0

      Your two attempts to spell "Spiritual" both failed. It is not "IE" it is "i.e." It is "inkling" not "inclink."

      I have a feeling you will not benefit much from the domination of the English language.

    3. Re:Spirituel Machines by Anonymous Coward · · Score: 0

      I wonder how many names Pheonix..err Firebird...errr Firefox, will have had ;)

  20. New Languages by knarfling · · Score: 5, Funny

    On the plus side, there are new languages showing up all the time. Klingon, Vulcan, Romulan, Cardassian .... Imagine the programming possibilities!!!

    --
    Great civilizations have lived and died on false theories. Don't mess up mine with a few facts.
    1. Re:New Languages by WinterSolstice · · Score: 3, Funny

      The true warrior does not comment his code :)

      -WS

      --
      An operating system should be like a light switch... simple, effective, easy to use, and designed for everyone.
    2. Re:New Languages by Anonymous Coward · · Score: 0

      If it was difficult to wrest victory from the bugs, then the honorable code should be hard to read.

  21. In related news: by Krapangor · · Score: 4, Interesting
    NewScientist renames NewCrackpot

    Honestly, I've never seen such stuff in a well reputated journal. Programming languages are something that must be understood by computers - besides humans.
    If you want a "natural" language for computers then it would have to be necessarily of Chomsky-0 type. Thus Turing-complete. And therefore not decidable which implies that a computer cannot parse it.
    The author fails to realize that human languages are completely different from programming languages. Furthermore his main point is frankly rubbish: it's well known that the grammar for all human languages follows the same basic rules (Chomsky's hypothesis) thus nothing would be lost when old languages die out. Additionally it has been proven that new languages are created all the time.

    --
    Owner of a Mensa membership card.
    1. Re:In related news: by spiff+the+spaceman · · Score: 1

      If you want a "natural" language for computers then it would have to be necessarily of Chomsky-0 type. Thus Turing-complete. And therefore not decidable which implies that a computer cannot parse it.

      If a grammar is turing complete, it doesn't follow that a computer cannot parse it. Undecidability means that it's impossible to write a program which takes as inputs an arbitrary turing complete grammar, and an infinitely large arbitrary set of strings (in this case, programs), and decides if this set is generated by the given grammar.

      Given a particular program, turing complete or not, it's always possible to parse it and decide whether it's generated by the given grammar.

      Furthermore his main point is frankly rubbish: it's well known that the grammar for all human languages follows the same basic rules (Chomsky's hypothesis)

      I would imagine this point cannot be rigorously proven.

    2. Re:In related news: by Anonymous Coward · · Score: 0

      it has been proven that new languages are created all the time

      Yeah, but when they get deleted instead of delete[]ed, everything gets screwed up.

    3. Re:In related news: by sgtsanity · · Score: 2, Informative

      According to the Sapir-Whorf Hypothesis:

      1. Differences in language structure will lead to different patterns of thought.
      2. A speaker's native language has a serious effect on their development of world-view.

      Studies (Berlin & Kay, 1969) have shown that people perceive differences in color differently based on their language, satisfying tenet 1. Tenet 2 is generally believed to be unable to be proven or disproven using methods that anyone can think of right now.

      Now, differences in thought are often more evidently reflected by differences in language, for it is language that often transmits thought. For example, the Tobrianders of Papua New Guinea think and speak in a non-linear matter. While many of us have been trained since birth to connect the dots, often in books of numbered dot diagrams, they emphasize patterns over linearity. By losing this language, we also lose, to some extent, their unique pattern of thought.

    4. Re:In related news: by RDPIII · · Score: 2, Insightful

      If you want a "natural" language for computers then it would have to be necessarily of Chomsky-0 type.

      Whoa, why would that have to be the case? People have made all sorts of arguments for some natural languages being context-free, regular, star-free, etc. In either case you can have very expressive subsets that are context-free. If natural languages could only be expressed by Type-0 grammars, then we would have a real problem explaining how humans process language.

      it's well known that the grammar for all human languages follows the same basic rules (Chomsky's hypothesis)

      It doesn't matter whether it's well known or not -- it's a hypothesis. (And not a particularly concrete one at that. If you don't say explicitly what the common structure of all languages is, it's pretty much devoid of content. ) But suppose you have a specific hypothesis that says something about all human languages. Then it makes sense to test it against as much data as you can get your hands on, and that includes languages that are about to become extinct.

      --
      Marklar: marklar
    5. Re:In related news: by daniel_mcl · · Score: 1

      I believe that we are seeing an effect of language on thought here -- it seems that the reason that people would posit a connection between computer languages and human languages is that they are both called "languages."

      A computer language isn't really a language in many senses -- for example, in the English language, all parties involved in a conversation take input in English and provide output in the English language. I haven't studied Portugese, Japanese, et al, but I'd be very surprised if the same principle didn't hold for them. Computer languages, on the other hand, don't obey this property. If I write a C program ("Talk to the computer in C,") the computer won't give output in C (unless I happened to be writing a code generator or something).

      For another thing, computer languages, for the most part, have only "imperative sentences." Sure, there are exceptions like PROLOG, but almost all code is written in C/C++.

      Should I teach computer programming to a bunch of people without ever using the word "language," I'm sure a couple people would come up with a language metaphor, but they'd also come up with others that they'd probably find were better.

      I certainly don't think about "talking" to my computer when writing code.

      --
      I used to read Caltizzle. I was a lot cooler than you.
    6. Re:In related news: by smallpaul · · Score: 1

      I don't see any link made in the NewScientist article between lost languages and programming languages. As far as I can see it is Slashdot that made that link. Do you see something I don't?

    7. Re:In related news: by zero_offset · · Score: 1

      The word is "repudiated", not "reputated".
      MENSA called; they want their card back.

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  22. you can't be afraid of progress by Anonymous Coward · · Score: 0

    and with every language lost, there is a possibility that we may have missed an opportunity at improving the underlying heuristics

    this is a packrat argument .. the heuristic will improve itself in an evolutionary manner over time .. how many of us hold on to those old RLL hard drives in case they "might come in handy someday?" .. it just doesn't wash in the long run. properly documented, these language won't be Lost - they will simply fall by the wayside and be replaced with more globally recognized means of communication. while i certainly can't argue that diversity is beautiful, i wouldn't mind a single language that everyone is likely to be fluent in. the benefits gained when things are no longer so likely to be 'lost in translation' probably outweigh the blind dedication towards keeping old languages alive.

    i'm not saying english should neessarily be the One language .. i find it kind of gutteral, tho its very expressive .. lets go with japanese .. they have cooler cartoons :D

  23. Well... by Savatte · · Score: 1

    as long as Incubus still exists, we can feel secure in knowing that Esperanto will always be with us. Shatner Rules!

    On a different note, Incubus and Atanarjuat: The Fast Runner are two films that are the only ones ever made in their respective languages (Esperanto and Inuit). Does anyone know any more?

    1. Re:Well... by dsplat · · Score: 1

      As much as I appreciate the humor in your comment, Esperanto is not one of the languages that is in danger of going extinct. There are new people learning it. I even know a number of people teaching it to their children. There are quite a few magazines published in Esperanto and there are new books (translated and original) published fairly regularly.

      Language extinction is not entirely a bad thing. In a sense, it indicates that the people most likely to learn and use those languages consider other activities to be more important. There are other languages that meet their needs better. But with each language that goes extinct, some portion of the cultural riches of our species is lost. I doubt that most of the languages currently in existence will survive another couple of generations. But it would be good to save a record of them.

      --
      The net will not be what we demand, but what we make it. Build it well.
    2. Re:Well... by Anonymous Coward · · Score: 0

      I call Bullshit. There is simply NO GOOD REASON to use Esperanto. Or even more moronic, to teach it to your children. No one uses it. No international businessmen, no diplomats, just a bunch of ivory tower intellectuals with nothing better to do.

    3. Re:Well... by dsplat · · Score: 1

      What I said is that it isn't in danger of extinction.

      --
      The net will not be what we demand, but what we make it. Build it well.
    4. Re:Well... by kiatoa · · Score: 1

      Mores the pity. It has been argued that an easy to learn ubiquitous second language would be instrumental in keeping alive both the languages and cultures of smaller societies. Esperanto of course was designed explicitly to fill that bill but sadly (IMHO) the idea of an easy to learn second language elicits a strong negative reaction in many people and resistance to adopting it is high. A google search with the words esperanto and psychological yields some interesting opinion pieces on that subject.

      --
      90% of the wealth is in 2% of the pockets. Bummer to be in the majority.
  24. Article doesn't mention the net... by GPLDAN · · Score: 4, Insightful

    Which is ridiculous.

    Here's the great truth - the Net has done more in 10 years to advance English as the dominant language than 500 years of foreign occupations did by the British. And, as the article mentions, English and Spanish are incorporating idiomatic elements of other languages as slang and new vocabulary.

    The 2nd truth, languages like C and perl and visual basic have constructs based in English (for...foreach...if/then, print, exit, need I go on..) and understanding these key words also helps push English as the dominant language.

    One can debate the merits of this, but I disagree with the slashdot premise that it cuts off avenues of finding better heuristics, because any attempt at a dominant language will and must evolve, even if it were the sole language of the entire planet.

    1. Re:Article doesn't mention the net... by zsau · · Score: 1

      Language !== vocabulary !== a couple of words. Just because English has borrowed the word 'kangaroo' from Guudu Yimmidhirr doesn't mean we know anything at all about its syntax, frinstance...

      --
      Look out!
  25. Umm, geeks can spell? by thecountryofmike · · Score: 1
    Newspeak is upon us...just the natural progression of language. The only way to stop a language from dying is to put some political will behind its preservation - like Icelandic, a language that hasn't changed for several hundred years.

    1. Re:Umm, geeks can spell? by slinkp · · Score: 1
      Icelandic is interesting. The grammar changes very little, but the vocabulary keeps expanding. From http://bella.mrn.stjr.is/utgafur/enska.pdf:

      "Icelanders have set the goal of being able to speak and write about all subjects in their mother tongue since the status of Icelandic as a national language requires that it be possible to use it in all fields. New words are continuously being formed to keep pace with developments in technology and the sciences.

      "The Icelandic government has now launched a language technology campaign to encourage the development of software and equipment enabling the use of Icelandic in computer equipment and computer-controlled devices."

  26. BAH! by EvilTwinSkippy · · Score: 2, Funny
    Computer science will never find the perfect language. It doesn't exist. Any time you try to render an idea in a language, any language, you have to simplify it.

    We have known that language is an imperfect form of communication. The greeks knew it (hence the god Rumor.) The Taoists knew it. In 6000 yeras of recorded history we have not found a perfect language. If it doesn't work for huminty, why would computers be any different, where context is implied in almost every respect?

    --
    "Learning is not compulsory... neither is survival."
    --Dr.W.Edwards Deming
    1. Re:BAH! by El · · Score: 2

      Isn't the imperfectability of formal systems what Goebel's Theorem points out? That you can't devise a useful language in which the sentence "This sentence is false" can be correctly evaluated?

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    2. Re:BAH! by Anonymous Coward · · Score: 0

      Computer Science found the perfect language and it is Common Lisp. It is your human imperfection that masks the glory of Common Lisp from thine eyes.

    3. Re:BAH! by Knos · · Score: 1

      godel dammit. GODEL.

      Not some mispellation of some random nazi please.

      --
      . . . . . . . .. . . . . . . .
      may u!sh 2 sm!le at dz!z bad nn.!m!tat!ion
    4. Re:BAH! by EvilTwinSkippy · · Score: 1
      That's a bit like saying Escher solved the problem of how to manage space in a small apartment.

      Manipulating symbols intelligently does not constitute understanding. This sentence is false is an illustration of how symbols and logic can produce a non-sense. Rather than devote your entire life to trying make sense of it, you are supposed to realize "oh", dust yourself off, and move on.

      A bit like how you finally say "fuck it" at the end of Zeno's paradox and employ a limit to solve the equation.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
  27. Some how... by sofakingl · · Score: 4, Funny

    I get the feeling that Klingon will end up being better preserved than at least half the languages that could potentially disappear.

    1. Re:Some how... by aero6dof · · Score: 1

      You're forgetting the low-probability of breeding for a fluent Klingon speaker.

  28. I Don't Care by rixstep · · Score: 4, Funny

    As long as PASCAL, COBOL, and C++ are extinct too, I don't care.

    1. Re:I Don't Care by Anonymous Coward · · Score: 0

      >As long as PASCAL, COBOL, and C++ are extinct too,
      >I don't care.

      The only problem with having C++ go extinct is that there's nothing to replace it with. Nothing even close.

    2. Re:I Don't Care by Anonymous Coward · · Score: 0

      Yes there is.

      It's called C - try it some time...

  29. Japanese by Lord_Dweomer · · Score: 0, Insightful
    I just hope to god the future of programming languages does not revolve around Japanese. Seriously, I'm teaching myself Japanese now, and you have no idea how frustrating it is to learn that one word can have MANY different meanings, all based on context, and there are no hard rules as to how its used. Oh.....and there are just as many different spellings of the word too. Yeah, I'd love to have a programming language be like that.

    --
    Buy Steampunk Clothing Online!
    1. Re:Japanese by The+Wing+Lover · · Score: 1
      ...one word can have MANY different meanings...

      I think that you may be confusing the fact that one reading can have many different words. Surely you can't be thinking "hana" (nose) and "hana" (flower) are the same word just because they both happen to be pronounced the same way...

      --

      - In Capitalist America, law violates YOU!

    2. Re:Japanese by dancingmad · · Score: 4, Insightful

      You're not studying very well then:

      There are hard and fast rule's to a word's meaning, the kanji associated with it. Because Japanese uses a sound system based on (in English) what are two syallables (a i e o u, ka ki ka ko ku) in English becomes one in Japanese (some Arabic sounds are the same and I'm sure it's the same for most other langauges - a sound considered "one" in their language is differnent sounds mixed together in ours) there are a lot of homophones in Japanese. However, the kanji always points to the correct meaning.

      Words don't have different spellings. A word can be written in hiragana (phonetically) or in a combination of kanji and kana, and that's it. Words don't change spellings, because they have either their kanji or the phonetic spelling, which doesn't change.

      You are right that a words meaning can be based on context - but take the phonetic word hashi for example; which can mean edge, bridge, or chopsticks - you'd be in bizarre circumstances to not understand which one is being referred to. In fact a lot of Japanese humor comes from the fact that there are so many homophones and they can so easily be punned.

      You're thinking about Japanese entirely the wrong way: it's not that ONE WORD has many different meanings, it's that many words sound the same. It seems like a little thing, but that's a fundamental concept. You'll never speak a foreign language like a native if you continue to think in English terms like that.

      I find Japanese to be an elegant mix of Chinese characters and a phonetic alphabet that combines the beauty and inherent simplicity of characters (if you grow up with them) and the flexibility and amalgamative qualities of a phonetic or alphabet based system. It's less unwieldy than Chinese in incoporating new words but it has the same beauty as Chinese or Arabic (which is phonetic, but Arabs put a lot of stock in calligraphy, as do the Chinese and Japanese).

      --
      "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    3. Re:Japanese by Gramie2 · · Score: 1

      I hear you, man. I programmed for a company in Osaka, and it nearly drove me nuts. Not only specs in Japanese, output in Japanese, docs in Japanese, but also dealing with double-byte characters. And then there was the 3 hours of unpaid overtime every day and the 3-hour commute.

      Not at all a fun gig.

    4. Re:Japanese by Anonymous Coward · · Score: 0

      Some languages you can teach yourself. Japanese is NOT one of them unless you're a language whiz or were exposed to it as a child and have some roots planted. If you're serious about learning, find a real teacher or language partner so you'll at least learn proper pronunciation.

      Listening to native English speakers speak self-taught Japanese is like listening to Bach on a preschool record player with a bad motor...

    5. Re:Japanese by bombadillo · · Score: 2, Funny

      "Seriously, I'm teaching myself Japanese now, and you have no idea how frustrating it is to learn that one word can have MANY different meanings, all based on context, and there are no hard rules as to how its used"

      That sounds pretty cool... Oh wait I don't want to confuse you with words that have different meanings based on context.

    6. Re:Japanese by Jonathunder · · Score: 1

      "You have no idea how frustrating it is to learn that one word can have MANY different meanings, all based on context, and there are no hard rules as to how its used."

      Sounds like English.

    7. Re:Japanese by fishbowl · · Score: 1

      My girlfriend studies Navajo. Compared to Navajo, Japanese is easy.

      --
      -fb Everything not expressly forbidden is now mandatory.
    8. Re:Japanese by Haeleth · · Score: 1

      Words don't have different spellings. A word can be written in hiragana (phonetically) or in a combination of kanji and kana, and that's it. Words don't change spellings, because they have either their kanji or the phonetic spelling, which doesn't change.

      That's a bit of an oversimplification. For example, when writing "muzukashii" in kana, should one use "zu" or "du"? I do believe you can use either.

      What about the "ka" in "ikkagetsu" - is that a small katakana "ke", U+500B, or a hiragana "ka"? I do believe all three are acceptable.

      What about a word as simple as "neko"? Should I write that in kanji, hiragana, or katakana? I've seen texts where all three are used within a few lines of each other.

      Then there are all the variations in okurigana, all the variant kanji (which don't always carry nuances of meaning)...

    9. Re:Japanese by marksven · · Score: 1

      You know, English has Homonyms, too:

      Sealing and Ceiling
      Census and Senses
      Cent and Scent
      Right and Write

      And just like Japanese, they are spelled differently (different Kanji == different spelling). As a beginner, you are learning Japanese in romaji and hiragana, but most homonyms are written in Kanji in everyday use, so it's really not a problem. Just because two words are spelled the same using hiragana, doesn't mean they are they same word.

      The only chance for confusion comes when the language is spoken, but homonyms usually vary in meaning so much that only one meaning will fit in a given context.

    10. Re:Japanese by owlstead · · Score: 2, Funny

      edge, bridge, or chopsticks - you'd be in bizarre circumstances to not understand which one is being referred to

      Watch out for that bridge!!!

      What bridge?

      AAAAAaaaaaarrrrrgggghhhh!!!

    11. Re:Japanese by Anonymous Coward · · Score: 0
      AFAIK (in post-WW2 Japanese at least), "muzukashii" is always written with "zu" (by which I mean "su" + tenten). I don't remember ever seeing "mudukashii" in my readings, and none of my dictionaries mention it either. Maybe you got confused with "mutsukashii", a literary-sounding word with the same meaning.

      Just wanted to out-pedant you :-). Your other points are okay.

    12. Re:Japanese by Anonymous Coward · · Score: 0

      Replying to myself ... I got a bit worried about this point and tried googling for variant spellings. "muzukashii" (kanji) gives over a million results, "muzukashii" (kana) gives 133,000, and "mudukashii" (kana) gives only 1,000. This is a small enough percentage to warrant qualifying as "typo", I think. I also found this page which claims that "mudukashii" is an incorrect spelling. That pretty much clinches it, IHMO.

    13. Re:Japanese by Anonymous Coward · · Score: 0

      What? But I thought we're playing poker. :)

    14. Re:Japanese by foidulus · · Score: 1

      You are confusing something though, remember that the written language is supposed to model the spoken language, not vica-versa. The Japanese imported the Kanji about 1700 years ago from Korean. But since the Japanese language is not Chinese(I have studied both, they are not even remotely related) the Japanese had to approximate Chinese pronounciation for a lot of words and concepts, some of which had no Japanese equivalent at the time. That is why a lot of words end up sounding the same, Chinese(that the Japanese were first introduced to, Pekingese, I do believe it's an old form)has about 400 possible syllables, and 4 tones for each, compared to about 50 possible syllables for the Japanese language.
      That is why you have so many words that sound the same, I think you are confusing the written language with it's origins. Japanese is one of the few languages that modified the spoken language to match the written(though not very heavily) versus almost all other cultures in the world which modified the written language to suit the spoken language. That's probably because Japan, like Korea, Vietnam, etc did not have much contact with outside cultures, and thus adopted the Chinese characters as their writing system. China tried to get others to their west(India, the Middle East etc) to use the Chinese characters, but they all preferred the phonetic systems. Eventually, when confronted with the realization that Chinese wasn't suitable for writing everday Japanese that the Japanese invented a phonetic system, based on the chinese characters. Though initially, the hiragana and katakana was actually considered a woman's way of writing, men would write in Chinese.

    15. Re:Japanese by jnicholson · · Score: 1

      Don't forget that Japanese is tonal, so English speakers don't often pickup on the subtle differences in pronunciation. But they're still there, and quite different sounding words as far as a native speaker is concerned.

      --
      "Do not drill any holes in your cat - it will not like it."
      -- Nick Davies
    16. Re:Japanese by Anonymous Coward · · Score: 0

      Actually Japanese is not tonal like Chinese. The syllables of homonyms may vary in pitch but not to the extent of carrying meaning as in Chinese. Also the pitch patterns vary with different regions in Japan so the determination of homonyms is based on context.

    17. Re:Japanese by Anonymous Coward · · Score: 0

      What about a word as simple as "neko"? Should I write that in kanji, hiragana, or katakana? I've seen texts where all three are used within a few lines of each other.

      Katakana is only used for either A) foreign words, or b) emphasis. You might find shouted statements or punchlines to jokes put in all katakana on occaision.

      Kanji is usually preferable, but you have to keep your audience in mind. There's a list of ~1,200 Kanji that's "common use" - meaning you'd find it in a newspaper. For Kanji that aren't in common use it's best to use Kanji with some subtitled hiragana (furigana), or just hiragana. The only times I've seen works entirely in hiragana seemed intended for a young audience.

      As for meanings of the Kanji themselves, you can usually tack those down pretty firmly with a strong knowledge of their components.

    18. Re:Japanese by Anonymous Coward · · Score: 0

      Those two words aren't necessarily pronounced the same way. For example, take these two ridiculous sentences: hana ga ii and hana ga ii. The sentences are pronounced differently assuming one sentence has the word flower and the other has the word nose. The difference is "syllable" stress. (They are actually not syllables, but morae, but anyways.) Japanese stress only affects pitch, unlike English where stress affects the loudness, clarity, pitch, and length of each syllable.


      Flower:
      ha na ga i i
      __ -- __ -- __

      Nose:
      ha na ga i i
      __ -- -- -- __

    19. Re:Japanese by truthful+cynic · · Score: 1

      You're thinking about Japanese entirely the wrong way: it's not that ONE WORD has many different meanings, it's that many words sound the same. IE, they are homonyms, like there, their, and they're. Easily distinguishable when reading, but confusing when spoken. Only poets would think this is a good thing - it's pretty much a bad idea in a language, both computer and human.

  30. But what about? by Bendebecker · · Score: 1

    The new languages like l33+ and aol-speec?

    --
    There's a growing sense that even if The Future comes,
    most of us won't be able to afford it.
    -- Lemmy
    1. Re:But what about? by Anonymous Coward · · Score: 0

      Not to mention jive and ebonics.

  31. Where did you get that idea? by rufusdufus · · Score: 5, Insightful

    This article is just confusion. Somehow the loss of obscure human languages effects programming? In what way? Neither article links makes any mention of such a thing.

    In fact, the very fact that a universal human semantic language seems to exist implies that the loss of specific languages doesn't make any difference.

    Also, human languages and programming languages are very different. Programming languages that actually work are designed with BNF syntax, a very structured formal style that can't begin to describe human language; human language is organic and has no destinct syntax (its statistical only).

    Thus, the thesis of the article 1) isnt supported in the links and 2) doesnt make sense.

    1. Re:Where did you get that idea? by Anonymous Coward · · Score: 0
      Here, here. Ok, there are currently around 6800 languages. But most people speak one (or more) of only 100 or so "large" languages. The other 6600+ languages are only spoken by a handful of people.

      Frex, at least 1000 of those 6800 languages are spoken in one country, New Guinea. Why do they have so many languages? Because some some areas are so remote that virtually every village has its own language.

      Why should we think that the language of one of these groups of hunter-gatherers will revolutionise computer programming any more than the language of another group of hunter-gatherers?

      [I am in no way being direspectful of native cultures or the need to record/preserve languages - but really the link with programming is tenuous...]

    2. Re:Where did you get that idea? by Chromodromic · · Score: 1

      I totally agree. Talk about someone taking Larry Wall a little TOO seriously. It just seems to me like some bored computer science major has found a way to geek out on bad ego problems: "Everything has to do with me in some way." He just found a reverse take on it.

      If further news: "Loss of Endangered Species Threatens Algorithmic Research". By studying the manner in which the spotted bison-bird chooses a mate, we can venture into whole new realms of genetic algorithms! The loss of these amazing creatures is a threat to computer science!

      There's another point here, too, and that is there's plenty of reason to mourn the loss of a human language, a disappearance of human culture, so let's understand the correct reasons to do so and not get caught up in some pseudo-problem.

      Another Slashdot winning headline.

      --
      Chr0m0Dr0m!C
    3. Re:Where did you get that idea? by Anonymous Coward · · Score: 0

      In fact, the very fact that a universal human semantic language seems to exist implies that the loss of specific languages doesn't make any difference.

      That's not a "fact" unless you go to MIT.

  32. Queens English by Anonymous Coward · · Score: 1, Funny

    i pr3dic7 7h@ in 4 100 j34rz 0r s0, 90 p3rc3n7 0f 7h3 w0r1d p0pu1@i0n wi11 5p34k 7h3 n0b13 4nd b34u7iphu1 14n9u493 of 1337 5p3ak

  33. misleading by goon+america · · Score: 4, Insightful
    half of all human languages will have disappeared by the end of the century

    This is sort of misleading. A better way to say it might be that half of all languages we know exist in the current day may be extinct in 100 years. All the languages that we know today probably constitute a tiny fraction of all human languages, since languages continuously are created, evolve, merge, die out, etc.

    1. Re:misleading by Anonymous Coward · · Score: 0

      I prefer to think that half our languages will still be around.

  34. languages may be used less as well by jrexilius · · Score: 1

    By that time I suspect we will be farther along generational paths for expressing logic, concepts, and data for machines to process. I know that language has an effect on thought patterns and influences logic and learning but I suspect that will be mitigated by better input mechanisms.

    There are way too many budding technologies and research paths right now to think that we will still be at such a low level of abstraction with computer instructions in 100 years. Didnt they just get a rat to move a mouse cursor with direct nervous system connections and arent there a bunch of biological processing projects going on? how bout quantom or analog computing?

    Dunno, seeme like less of a tragic loss for computing and perhaps more of a loss for human space concerns.

  35. Language and Computer Science by Yoda2 · · Score: 4, Interesting
    Research on human language and computer science are heavily intertwined. Love or hate Chomsky, his work in linguistics paved the way for modern programming languages. Anyone who has taken a theory of computation class will be familiar with this. The flip side is that the the leaps made in defining and constructing compilers for programming languages have provided linguistics with a whole new rigor and set of tools previously unavailable.

    I can easily see how subtilties in the "rules" underlying various spoken langauges can provide insights that could help to improve programming languages. Problem is that I don't thing very many people are expert enough in the linguistics of rare and dying languages AND computer science to find and make use of these possible connections.

    1. Re:Language and Computer Science by EvilTwinSkippy · · Score: 2, Troll

      Um, I look at C and assembler are more about moving data into and out of registers than anything else. The "rules" have more to do with 4th century algebra then 20th century linguistics. Granted, 19th century Boolean logic does contribute a bit.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    2. Re:Language and Computer Science by Anonymous Coward · · Score: 2, Insightful

      So, like, you don't use RECURSION when PROGRAMMING?

      It's true that you can write a lot of programs without getting into grammar and language theory. (However, these programs would bore me, and a lot of other people.)

      You won't get very far into computer science (or for that matter, modern logic) without getting into (stuff very related to) "20th century linguistics".

    3. Re:Language and Computer Science by brinticus · · Score: 1

      I wish you hadn't said that. I finally had a position on this matter worth typing. And you stole my whole position from my mind. Er, brain. Whatever.

      Maybe one thing I would add is this: Even if, per impossible, a single language happened to come about on Earth, as humans move into space (and thus cannot maintain a unified culture through media and culture), there will arise natural differentiations among language dialects. Wait long enough -- i.e., where humans are so spread out in space that there are months even years between interactive communication events -- and new vocabulary and grammar structures will appear. Thus, it would follow that computer science is still safe, as those new forms of languge (and subsequent creative pattern experiments) will be ever-present with us as we cast our DNA seed into the cosmos. (I love that kind of over-the-top space mush prose...)

      brinticus

      Montgomery's Axiom #2: Technology is most likely to let you down when you need it most.

    4. Re:Language and Computer Science by iabervon · · Score: 4, Interesting

      As far as I can tell from studying linguistics and computer science, formal grammars are not particularly good ways of representing either sort of language. Chomsky's main founding point was that formal methods could be used to study natural language; he proposed context-free grammars, and then quickly abandoned them, because no language is actually context-free.

      Computer language syntax picked up context-free grammars, because computer languages are generally context-free, at least to a certain extent. Of course, you can't actually implement an arbitrary context-free grammar efficiently, so they turned to a restricted subset which is sufficient for the important cases. Of course, the grammar is (as natural languages discovered millenia ago) insufficient for anything useful, so they developed interesting semantics behind the overly-strict grammar.

      At this point, the interesting work in linguistics (which relies heavily on obscure languages to test the boundaries of what the human language faculty produces) is in the ways that language goes beyond what is feasible to define and use in an unambiguous way; this is stuff which is unsuitable for programming languages, because it is, by definition, impossible to interpret predictably. Compiler and computer language design has not informed linguistics significantly, because natural language uses an entirely different set of tricks for an entirely different set of goals.

      The research in computer languages, on the other hand, is in bits of semantics which are entirely unlike any semantics used by natural languages, but are understandable by other faculties. It is focused on the formal representation of data structures and processes, two things that natural language is entirely inadaquate for and relies entirely on extra-linguistic methods (such as demonstration) to convey.

      Consider, for example, the addition of a simple bit of natural language to a computer language. Say there were an "it" keyword, which referred to the most recently used variable which type checks in the context in which it is used, except that in the arguments of a method, it cannot refer to the object on which the method is called. Such a keyword would be practically impossible to use reasonably, since it would be extremely fragile and hard to interpret. However, such a keyword is present and its use is required in almost all natural languages. Natural language is really more like a machine language than a high-level programming language; the machine it is for is to be found about your left ear, and it has only been partially reverse engineered.

    5. Re:Language and Computer Science by today · · Score: 2, Informative

      >Say there were an "it" keyword

      Doesn't Perl's $_ variable come close?

    6. Re:Language and Computer Science by nickco3 · · Score: 1

      Consider, for example, the addition of a simple bit of natural language to a computer language. Say there were an "it" keyword, which referred to the most recently used variable which type checks in the context in which it is used, except that in the arguments of a method, it cannot refer to the object on which the method is called. Such a keyword would be practically impossible to use reasonably, since it would be extremely fragile and hard to interpret.

      I see you're not a Perl programmer ;-)

      --
      -- Nick "Hallo this is Beel Gates, und I pronounce weendows as ... WEENdows"
    7. Re:Language and Computer Science by Ramses0 · · Score: 1

      Obviously you've never used perl. :^)

      @a = ( quick, brown, fox );
      for ( @a )
      {
      s/o/ZZZ/g;
      chop;
      print;
      print "\n";
      }

      This is slightly contrived, but within the for loop there is an invisible variable "$_", which is commonly referred to as "it" or "this" ... the chop (remove last character) operates on it. The substitution changes the "o's" to "ZZZ's". Print picks up on it (when invoke with no parameters or with the $_ parameter).

      In practice, perl really is hard to use and is fragile, so I guess you're right. :^)

      --Robert

  36. Oh but then... by alanoneil · · Score: 1

    we'll get fragmentation between instruction sets... babelfish will translate between proper Nihon86 and broken PowerPCgrish.

    --
    --
  37. Real meaning is language independent by NewIntellectual · · Score: 4, Informative

    The idea that obscure languages "becoming extinct" will adversely affect computer science is wrong on multiple levels.

    First, any language properly so-called has referents in reality. Those referents are language independent; that is a fundamental aspect of epistemology. If that were not so, it would be impossible to translate between human languages. Obviously, it is very possible.

    Second, the characteristics of human language which affect computer languages are - what? A computer "language" is a formal syntax to tell an electronic machine exactly what to do, in a particular order. That's it. A lot of Slashdot readers know multiple computer languages (and no doubt, human languages). Aside from speed considerations, any complete computer language can do anything any other language can do, as long as the ability to access given hardware is the same.

    Third, what difference does it make if a language is "extinct" or not? Latin is a "dead" language but it forms the root of many European languages. If anything, computer "languages" can, and do, evolve far more rapidly than any human language, to fit evolving needs and better comprehension of good programming practices. Whether an addition operation is called "Addition", "Summa", "Plus", or "+" is irrelevant really, other than conciseness of syntax (leading to "+" as ideal here.)

    1. Re:Real meaning is language independent by tqft · · Score: 1

      "First, any language properly so-called has referents in reality."

      What about the interpretation of reality that is lost when the social context the language "lives" in is lost?

      "Second, the characteristics of human language which affect computer languages are - what?"
      Assembler and Ada have very different paradigms. Are you telling me that the worldviews of people whose view of time, spacve and philosophy have no potential to contribute a different paradigm?

      "...any complete computer language can do anything any other language can do, as long as the ability to access given hardware is the same."
      Wrong. Want to bet that their exist (older) versions of Fortran that do not allow recursive functions? Want to bet some people could design a functionally crippled language? So there are no non-Turing machine complete languages?

      "Whether an addition operation is called "Addition", "Summa", "Plus", or "+" is irrelevant really, other than conciseness of syntax (leading to "+" as ideal here.)"
      See above - it not just about words - try concepts. What about a programming language where addition gives zero, one, "twenty or so" and many as all the only possible answers? What different concepts would you be forced to deal with to do something then. Just because you can count "everything" doesn't mean you should.

      Binary isn't all it is cracked up to be - try ternary. Just as an example.
      http://www.google.com/search?q=ternary+l ogic&start =0&start=0&ie=utf-8&oe=utf-8

      --
      The Singularity is closer than you think
      Quant
    2. Re:Real meaning is language independent by Anonymous Coward · · Score: 0

      First, any language properly so-called has referents in reality. Those referents are language independent; that is a fundamental aspect of epistemology.

      Please, don't bring epistemology into this. Especially not since the whole 20th century has been an enormous debate on to what extent that claim is true. See any introductory textbook.

      Second, the characteristics of human language which affect computer languages are - what? A computer "language" is a formal syntax to tell an electronic machine exactly what to do, in a particular order. A computer "language" is a formal syntax to tell an electronic machine exactly what to do, in a particular order. That's it. A lot of Slashdot readers know multiple computer languages (and no doubt, human languages). Aside from speed considerations, any complete computer language can do anything any other language can do, as long as the ability to access given hardware is the same.

      And yet they are all needed. Or would you program a web server in ASM? Implement the Quadratic Sieve in Javascript? Manipulate strings in Prolog?

      I thought not. Thus, while they are all equal in a deep sense, in practice they are not. Your point again?

      Third, what difference does it make if a language is "extinct" or not?

      It matters since most of the languages going extinct now are not recorded, nor do they have any chance of being roots of new languages.

    3. Re:Real meaning is language independent by lunachik · · Score: 1

      Those referents may theoretically exist, but that does not mean they are known outside of a certain culture. One language may refer to concepts that are foreign and unknown to another culture. Furthermore the language may reflect a more pervasive cultural differences in the way they think, like the chasm described in The Geography of Thought: How Asians and Westerners Think Differently.

  38. Snow by Anonymous Coward · · Score: 2, Interesting

    In Alaska, the Eskimos have 15 different words for snow, allowing for them to describe snow to new dimensions beyond that of some other languages. It's easier to see solutions for something you have a word for, then for something you have no frame of reference for. We "think" differently when we speak other languages simply because of the difference in the language. Think on that...

    1. Re:Snow by fishbowl · · Score: 1

      >Eskimos have 15 different words for snow

      I know snowboarders in California that have as many different words for snow, and I'll bet they are different from the words skiiers use, which are different from the words ski-doo'ers use.

      I don't see what makes Eskimo so special.

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:Snow by Anonymous Coward · · Score: 0

      On the internet, I hear that slashdot readers have at least 100 different words for "masturbating", allowing them to describe jerking off to new dimensions beyond that of some other languages. It's easier to see solutions for something you have a word for, then for something you have no frame of reference for. We "think" differently when we speak other languages simply because of the difference in the language. Think on that... (and practice typing with one hand.)

    3. Re:Snow by Oligonicella · · Score: 1

      So does English, chum. Ice, powder, slush, packed......... Think on it.

    4. Re:Snow by pla · · Score: 3, Informative
      In Alaska, the Eskimos have 15 different words for snow

      From Rick Mendosa's site:

      The Great Inuit Vocabulary Hoax is anthropology's contribution to urban legends. It apparently started in 1911 when anthropologist Franz Boaz casually mentioned that the Inuit--he called them "Eskimos," using the derogatory term of a tribe to the south of them for eaters of raw meat--had four different words for snow. With each succeeding reference in textbooks and the popular press the number grew to sometimes as many as 400 words.

      As an aside, more modern surveys of various "Eskimo" languages have found as many as 30 words for snow, but this doesn't differ all that much from English, where if you tally all the various slang terms from, for example, skiers and snowboarders, you can get a few dozen as well.

      Furthermore, when you do have a language with literally hundreds of "words" for variations on a similar concept, such as the (partially humorous) list from the above link, they result from what in English we would consider compound words... For example, such counts consider "words" like wetsnow and crunchysnow as distinct.
    5. Re:Snow by Derling+Whirvish · · Score: 2, Insightful
      How many words does English have for "road"? A lot more than the Eskimoes have for either "snow" or "road" I'll bet. Does that make us better than them because we can express the concept of a road "to new dimensions beyond that of some other languages"?
      alley, artery, asphalt, avenue, backstreet, beltline, beltway, blacktop, boulevard, byway, circle, cobblestone, course, court, crossroad, drag, drive, driveway, expressway, interstate, highway, lane, line, loop, main drag, mainline, parkway, passage, pathway, pavement, pike, promenade, road, roadway, route, street, subway, tarmac, terrace, thoroughfare, throughway, thruway, track, trail, turnpike, viaduct, way.
      Does any other language have a dictionary like the Oxford English Dictionary? The only one that comes close is the Russian Academy of Sciences 17-volume Russian dictionary. Most languages have far less words in total than English because English adds foreign words all the time. You can express subtleties in English that are impossible in other languages.
    6. Re:Snow by cavac · · Score: 1

      And of what use would be that words if - for example - the eskimos get extinct?

      I'm pretty sure the Neanderthals had just as many words to describe different forms of stone knifes. But as the need (and ability) to distinguish that items lessens to zero it would be of no use teaching them words to the children.

      I mean, really, how many of us would be able to tell a stone knife used to kill deer from a stone knife used to cut leather? I doubt that many of us could tell the difference of a stone knife from a stone arrowhead (or even recognize it) when they find a stone with a sharp end lying around...

      --
      Look, this thing is totally safe! Built it myself, you know. You just press that button like this and then turn that lev
    7. Re:Snow by Anonymous Coward · · Score: 0

      Just don't eat the yellowsnow.

    8. Re: Snow by Black+Parrot · · Score: 1


      > In Alaska, the Eskimos have 15 different words for snow

      That's nothing, think how many words programmers have for "a temporary variable".

      > It's easier to see solutions for something you have a word for, then for something you have no frame of reference for.

      So whenever you get ready to invent something, decide in advance that you're going to call it a glurf - regardless of what it turns out to be - and you'll release the mental block against inventing it.

      --
      Sheesh, evil *and* a jerk. -- Jade
    9. Re:Snow by vidarh · · Score: 1
      Someone else have already pointed out that the Eskimo snow story is an urban myth. But I'd like to point out one more thing: In Eskimo languages, as in English, the words referring to snow are usually used as roots.

      In Eskimo languages, they are used as roots for building words, whereas in English, "snow" is often used to build compound terms that have the same meaning, but may be more verbose.

      So where in English we might say "powdered snow" and nobody would consider it a "word" for snow, in an Eskimo language you would tack a root referring to snow onto some other element describing the type of snow.

      You will find that to less extremes in many other languages. In Norwegian, what is a noun phrase consisting of several words in English is often represented by a compound noun, written as one word, but should they be counted as separate words? Does Norwegians have an obsession with ice cream just because in our language you have a "word" (more accurately a compound noun) for ever flavour? (vaniljeis = vanilla ice cream, sjokoladeis = chocolate ice cream etc., note that all of them would simply be the flavour followed by the noun "is" - ice - written as one word).

      If you do indiscriminately count compound terms, or words built from a small set of roots, suffixes etc. as separate words, a lot of languages will have unbounded numbers of "words" that could be said to be related to a specific subject.

      Before making statements about how many words for something a language has you need to understand and relate what a word is in that context, and whether it makes sense to count words the way you want.

  39. Tragic, but not for CS by Tremblay99 · · Score: 4, Interesting
    It's tragic that we're losing one of our deepest links to the past.

    Some things to ponder ...

    Linguistic family trees generally mirror genetic family trees. The links between the two assist both linguists and geneticists in determing where we come from and how we got there.

    Every time we lose a language, we lose something unique or even magical. Yiddish has more words for simpleton than the Inuit use for "snow".

    The native languages spoken by the Lapps, Basques and Welsh are relics from before Pro-Indo European language and culture spread from India to Europe, displacing most native languages and cultures.

    Tiny New Guinea contains 1/5 of all the languages spoken on Earth.

    If we lose these languages, we lose a piece of ourselves. Just to keep things in perspective.

    1. Re:Tragic, but not for CS by Anonymous Coward · · Score: 2, Informative

      BZZT. Welsh is a Celtic and therefore Indo-European language. Thanks for playing. By the way, the Whorf-Sapir nonsense about Inuit words for snow is pretty widely discredited nowadays. If you apply the same criteria to English, you'll get similar results.

    2. Re:Tragic, but not for CS by Anonymous Coward · · Score: 2, Interesting

      Man, I totally agree with you.

      Isn't that a Joseph Stalin famous quote ?

      "Take away their language, and you'll take away their soul"

    3. Re:Tragic, but not for CS by Anonymous Coward · · Score: 0

      If you apply the same criteria to English, you'll get similar results.

      Except that the specialist English vocabulary seems to deal mostly with rain, bad food, and the perfidious French. Ah well.

    4. Re:Tragic, but not for CS by Tremblay99 · · Score: 1

      No, it isn't. Neither the Celts nor the Romans could beat them back -- mostly due to terrain. Google "Hadrian's Wall".

    5. Re:Tragic, but not for CS by Anonymous Coward · · Score: 0

      Are you guys all retarded or something?

    6. Re:Tragic, but not for CS by Anonymous Coward · · Score: 0
      Nah, Welsh is a celtic language.

      (Hadrian's wall was to keep the Picts at bay.)

    7. Re: Tragic, but not for CS by Black+Parrot · · Score: 2, Interesting


      > Linguistic family trees generally mirror genetic family trees.

      That's not true. Consider the linguistic family tree leading up to present-day English, and then consider the genetic family tree leading up to present-day English speakers.

      While there is surely a positive correlation, "mirrors" is far too strong a word.

      Pedantic notes:

      > The native languages spoken by the Lapps, Basques and Welsh are relics from before Pro-Indo European language and culture spread from India to Europe

      Welsh is an IE language.

      Pro[to]-Indo-European is the reconstructed parent language for the whole family. Its children spread from India to Ireland, but PIE itself didn't.

      --
      Sheesh, evil *and* a jerk. -- Jade
    8. Re:Tragic, but not for CS by vidarh · · Score: 1
      You miss the point. There ISN'T a lot of "specialist vocabulary" to deal with snow in Inuit. The whole thing is a myth based on completely lacking understanding of the Inuit language on behalf of the originator.

      From Language Log:

      "The story about Inuit (or Inuktitut, or Yup'ik, or more generally, Eskimo) words for snow is completely wrong. People say that speakers of these languages have 23, or 42, or 50, or 100 words for snow --- the numbers often seem to have been picked at random. The spread of the myth was tracked in a paper by Laura Martin (American Anthropologist 88 (1986), 418-423), and publicized more widely by a later humorous embroidering of the theme by G. K. Pullum (reprinted as chapter 19 of his 1991 book of essays The Great Eskimo Vocabulary Hoax). But the Eskimoan language group uses an extraordinary system of multiple, recursively addable derivational suffixes for word formation called postbases. The list of snow-referring roots to stick them on isn't that long: qani- for a snowflake, api- for snow considered as stuff lying on the ground and covering things up, a root meaning "slush", a root meaning "blizzard", a root meaning "drift", and a few others -- very roughly the same number of roots as in English. Nonetheless, the number of distinct words you can derive from them is not 50, or 150, or 1500, or a million, but simply unbounded. Only stamina sets a limit.

      That does not mean there are huge numbers of unrelated basic terms for huge numbers of finely differentiated snow types. It means that the notion of fixing a number of snow words, or even a definition of what a word for snow would be, is meaningless for these languages. You could write down not just thousands but millions of words built from roots that refer to snow if you had the time. But they would all be derivatives of a fairly small number of roots. And you could write down just as many derivatives of any other root: fish, or coffee, or excrement."

    9. Re:Tragic, but not for CS by danila · · Score: 1

      Look, I am not racist, nationalist or anything, but I couldn't care less if the whole New Guinea sunk to the bottom of the ocean tomorrow.

      I have never been there, I haven't heard about it often, I haven't read about it much. And it's not like it has a huge influence on the global politics, technological progress or something like that. For all practical purposes it doesn't exist.

      I do not lose anything when a language dies (unless its my mother tongue or one of the world's most popular languages - but these are unlikely to die, being most popular and stuff). I can't lose something, which I never had. Worrying about it is like worrying about a particular girl dying from hunger in Somalia because of the miniscule chance that one day you may sleep with her.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
  40. All this is... by DAldredge · · Score: 1

    All this is is a group of researchers trying to look important and get more research money.

  41. Obligatory Simpson's by Frennzy · · Score: 4, Funny

    Me extinct English? That's unpossible.

  42. languages do not disappear by WormholeFiend · · Score: 3, Interesting

    they evolve or merge with more influential ones.

    that's basic linguistics for you.

    I remember in one of my linguistics courses, I read about one scholar who, after describing how the Norman invasion of England added over 10,000 new words to the English language, stated English should be classified as a dialect of French.

    Usually, words in one language which describe something that does not have a concept in the assimilating language stay unchanged. "Sushi" is one example.

    A funny example of a word evolving between languages is "budget":
    Middle English bouget, wallet, from Old French bougette, diminutive of bouge, leather bag, from Latin bulga, of Celtic origin.
    (http://www.bartleby.com/61/9/B0530900.ht ml)

    1. Re:languages do not disappear by dubStylee · · Score: 2, Informative


      Some evolve or merge into others, as you suggest, but many others actually do disappear leaving at most the names of a few geographic locations as the only part "merged" into other languages. Hundreds of American Indian languages disappeared when the populations were decimated by disease or war and the few remaining members were either separated from each other or subjected to language "re-education". I've talked to a number of American Indians who went through "re-education" (supposedly for their own benefit) in the 1950s - they got beaten or had to eat soap if they were caught speaking their own language. Languages not only disappear, they get killed off.

    2. Re: languages do not disappear by Black+Parrot · · Score: 2, Informative


      > they evolve or merge with more influential ones.

      No, some disappear without a trace. In contact situations where one of the languages is associated with power and status, speakers of the other language will often give it up for the status language. If the number of speakers is small, the language can disappear within a few generations.

      --
      Sheesh, evil *and* a jerk. -- Jade
    3. Re:languages do not disappear by vidarh · · Score: 1
      There is an interesting language tutor called Michel Thomas that base his French courses entirely around this: By teaching you rules for how the French words were transformed into English and how to transform them back.

      Sometimes you will end up with words that will not be in common use in one of the languages, but overall you will be understood.

      For example think about the number of words ending in -able, -ible, and -ent that can be used in French as is - it's usually just the pronounciation and sometimes accents that are different: incredible, portable, probable, different, predicament.

      Words ending in -ion can often also safely be used: seduction, remuneration, tradition, destruction.

      And so on... By learning the rules you instantly have a way of finding words when you don't know of a better alternative. And trying to structure your sentences in English in a way that includes words that you know can be carried straight over into French may often help you find a way of saying something that will sound more natural to a native French speaker than a word for word translation of how you'd normally speak English.

      I once heard a quote (attributed to Alexandre Dumas, don't know if that is accurate) saying that "English is just badly spoken French"...

      To add to your list of borrowed words in English, I find one of the more amusing one to be "shampoo" (borrowed from a Hindi word for massage, particularly of the head). Supposedly it was imported into the English language once the first English traders arrived in India and found that the natives were rather hesitant about dealing with them at all due to a slight little issue of body odour...

  43. Bable by Grip3n · · Score: 1

    Tower of Babel, here we come!

    "The Tower of Babel

    1 Now the whole world had one language and a common speech. 2 As men moved eastward, [1] they found a plain in Shinar [2] and settled there.
    3 They said to each other, "Come, let's make bricks and bake them thoroughly." They used brick instead of stone, and tar for mortar. 4 Then they said, "Come, let us build ourselves a city, with a tower that reaches to the heavens, so that we may make a name for ourselves and not be scattered over the face of the whole earth."
    5 But the LORD came down to see the city and the tower that the men were building. 6 The LORD said, "If as one people speaking the same language they have begun to do this, then nothing they plan to do will be impossible for them. 7 Come, let us go down and confuse their language so they will not understand each other."
    8 So the LORD scattered them from there over all the earth, and they stopped building the city. 9 That is why it was called Babel [3] -because there the LORD confused the language of the whole world. From there the LORD scattered them over the face of the whole earth. "

    --
    To make a pun demonstrates the highest understanding of a language
  44. Re:Value of loss by johannesg · · Score: 1
    Indeed, anyone sitting on his ass and reading slashdot (I won't even mention posting) could be the next Einstein or Ghandi, if only we could manage to waken ourself from the hypnotic lure of clicking refresh... refresh... refresh...

    And I don't think the food situation is all that bad anywhere in the world at this time, so there might very well be more of us wasting our lives here than there are people starving. Kinda sad...

    The fact I am posting here myself is crushing me with irony...

  45. Language is Cognition also by dubStylee · · Score: 4, Interesting

    Having a wide diversity of natural languages to study impacts future computer science in many ways beyond simply providing a stock of examples to copy.

    For one thing, the study of natural languages will teach us about cognition in general and it is those results which are likely to filter into programming rather than direct borrowing from a language's syntax or structure.

    For another, think of Larry Wall developing Perl out of his understanding of English (and whatever other natural languages he's been exposed to). Suppose fifty years from now a young Swahili-speaking student develops a new programming language - what insights might she have gained from being brought up speaking Swahili? (and etc. for every other language that manages to survive another 50 years).

    Now I don't believe that languages totally determine the way we think. It's possible to think *anything* in *any* language, but some things are easier or less ambiguous in one language or another. In English "He dropped to the ground" - does that mean he jumped, fell by accident, or was pushed? Some languages don't let you get away with that kind of ambiguity of causation (though they have ambiguity of different sorts). So differential ambiguity and ease of expression - those aren't such bad things to look forward to in programming languages of the future.

    And, lastly, as the article referenced on Panini's Sanskrit grammar illustrates, native grammarians may develop rule-based grammers of their own languages and what we can learn from them is the structure of those rules in addition to the structure of the language itself.

    1. Re:Language is Cognition also by lawpoop · · Score: 1

      I don't think most linguists would agree with you. For your "he dropped to the ground", I think most native American English speakers would assume it to mean that he fell, from a failure of his own balance. English typically uses the passive voice when it's not necessary to specify the agent. In this case, I think the average speaker would assume that the agent was "he". Certainly it's not specified in the statement you give, but human language relies on an immense amount of shared assumption.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    2. Re:Language is Cognition also by Kor49 · · Score: 1
      I don't think it's fair to blame the English language for what perl is...

      It is possible to think "anything" in any language. At one point I spoke three languages fluently at the same time. I can safely say that the more powerful the language, the easier it is to formulate thoughts, catch inconsistencies and think as a group.

      However, I would also say that a language that's worth anything doesn't naturally face extinction.

      I don't see at all how much this is related to computer languages. Programming is the job of translating your understanding of a process into another language. The "other" languages of today (c++, java, etc.) resemble English (to some extent) TODAY because it's easier to teach a second language when it has similar constructs.

      TOMORROW, we will more often see that programming languages resemble our internal understanding of the problem (vision, sounds, etc.). Even today we treat source code different than we treat prose: class diagrams, syntax highlighting, code generation, etc.

    3. Re:Language is Cognition also by dubStylee · · Score: 2, Insightful
      ...

      a language that's worth anything doesn't naturally face extinction.

      Um, yeah right, having 90% of the population wiped out by foreign diseases and then being put in a boarding school where you get whipped for speaking in your native tongue, those have got nothing to do with the language becoming extinct. Instead it's the language's "worth" that determines extinction. How exactly is that measured, with a "lingo-worth-o-meter"? Where can I get one?

    4. Re:Language is Cognition also by cavac · · Score: 1

      I don't think current computer languages do have that much in common with natural languages except for borrowing a few fitting words. This may change in the future, when computers actually *learn* to understand what you're asking of them.

      But at this point, the language used to talk to the computer wouldn't matter, because it could use some internal translation tool. So it generally wouldn't care if you speak English, Suaheli, Klingon, Latin or even a mix of them as long it could be translated.

      But for now, i see computer languages more like mathematic formulas (which corresponds nicely to "to compute") than a real language, because you could use it on your "Personal Desktop Calculator" but it would be a bit ridiculous to talk to a fellow geekgirl in foreach loops or to ask her to memcpy(mystackmemforyou, yourthoughtsaboutme, sizeof(mystackmemforyou)-sizeof(int)*beersihad), don't you think?

      LLAP & LG
      Rene

      --
      Look, this thing is totally safe! Built it myself, you know. You just press that button like this and then turn that lev
    5. Re:Language is Cognition also by jnicholson · · Score: 1

      My first assumption would be that 'he' dropped to the ground deliberately, not through a failure of balance. The image immediately brought to mind is of trying to hide.
      This illustrates the point of the ambiguity of the phrase.

      --
      "Do not drill any holes in your cat - it will not like it."
      -- Nick Davies
    6. Re:Language is Cognition also by lawpoop · · Score: 1

      Well, you correctly identified the agent, which was 'he'. It seems to me that the ambiguity of the sentence is not that great. Actually, I bet if we did a study, most American English speakers would agree with you. God bless science!

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
  46. Can you say... by bdaddy_mit · · Score: 1

    FUD

    I can't wait until all the languages with that that acronym become extinct.

  47. I don't think so. by Tumbleweed · · Score: 3, Interesting

    That assumes that linguists don't know what's 'wrong' each each natural language that could be 'fixed,' which is hardly the case. There are _numerous_ artificial languages in existence, almost all of them unsuccessful. Only Esperanto and Interlingua have much of a following. (No, I don't count Klingon as successful :)

    The problem isn't in creating an easy to use, expressive language. The problem is in getting people to learn and use it. While it may be tragic from a cultural history perspective to lose a language, it won't have any effect on linguistic development.

    This holds true for languages whether spoken, written, or computed.

    IMO, anyway.

    1. Re:I don't think so. by Anonymous Coward · · Score: 0

      > Only Esperanto and Interlingua have much of a following.

      Google: lojban -> 125 thousand pages
      Google: interlingua -> 442 thousand pages
      Google: esperanto -> 948 thousand pages

      I never thought interlingua would have such a great presence in the web. Also, I never studied interlingua and can understand it easily (therefore, it's unfair to other people who don't speak Portuguese).

      OTOH, I learned Esperanto and it is quite easy, much easier than English, for that matter -- and not so latin-centric.

      Unfortunately, it's not a door to widespread comprehension and peace: I had my own bitter experiences while practicing Esperanto. Think of that: brothers speak the same language and still manage to punch each other.

      Probably wars would continue to be fought with the additional "pleasure" of easy insulting.

      But, nevertheless, Esperanto (and even interlingua, I figure) would be a relief for international communication, as it is not "owned" by anyone like English. There is no "national culture" associated with it. It would be much harder (albeit still possible) to "spin" a newsstory in Esperanto, as more people would be able to know it (because it is easier than English).

      And no, I don't think English is any worse than French or Russian. It's just that Esperanto is much simpler.

  48. Re:One language that will never die: by Anonymous Coward · · Score: 0

    In thinly-disguised satire of Soviet Russia, Language makes YOU extinct!

  49. Who cares, C is all we needed!!! by Anonymous Coward · · Score: 2, Funny

    if C was good enough for Linus, is good enough for everything else!!

  50. At Last I Can Use APL Again! by cmacb · · Score: 1

    Who needs words to program anyway!
    .25*+/4 3 5 6
    4.5

  51. One Language to rule them all... by Quixadhal · · Score: 3, Funny

    It's called Assembly. Assembly is what lowly humans use because their meat-brains can't keep track of all those 0's an 1's.

    Hey baby, wanna Kill All Humans?

  52. Correlation by Professr3 · · Score: 1
    This is interesting... Will programming languages merge as well? Currently english seems to be the current common factor in world languages (not troll, just fact). I wonder what computer language would emerge dominant? .NET was obviously an attempt at this - I wonder how successful it will be in the long run.

    </pensive>

    1. Re:Correlation by zero_offset · · Score: 1

      Bzzzt.
      .NET is not a language.
      Which makes your post a troll after all.

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  53. assimilation 101 by segment · · Score: 1
    Half of all human languages will have disappeared by the end of the century, as smaller societies are assimilated into national and global cultures, scientists have warned. Losing this linguistic diversity will be a blow not only for cultural studies but also for cognitive science, they say.

    I can't remember the name of the organization I read about but recall reading about some organization that was trying to archive many texts, etc., regarding diminishing languages. Anyway, I could see why one would want to preserve that, but as for programming languages, maybe for kicks and giggles... Too many programming languages were created with little documentation, and actual follow through. Ever take a look at some of the things on SourceForge or Freshmeat? Sure they don't post programming languages per-se but the same follows suit with the languages...

    ACE, ADA, APL, Assembly/ASM, BASIC, BETA, C# / C Sharp, CECIL, CGI, CID, CILK, COBOL, , DELPHI, DYLAN, EIFFEL, FORTH, FORTRAN, FutureBasic, Haskell, ICON, IDL, J, Java, LISP, LOGO, ML, Modula, MPI, M[UMPS], Oberon, Pascal, POP, PowerBuilder, Prolog, PVM, QBASIC, REBOL, REXX, SAS, Sather, Scheme, ScriptX, SDL, SELF, Smalltalk, SQL, SR, TCLTK, TeX, Theta, Verilog, VHDL, VI Editor, VisualBasic, XML

    1. Re:assimilation 101 by frankm_slashdot · · Score: 1

      you forgot to mention the brainfuck programming language.

    2. Re:assimilation 101 by zero_offset · · Score: 1
      Sadly, this list hasn't been updated since 1995, but at that time the Programming Language List stood at 2350 entries (be patient, it's a half-meg text file).

      http://wuarchive.wustl.edu/doc/misc/lang-list.txt

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  54. Can't we all just agree to speak English? by Anonymous Coward · · Score: 0
    I mean, if Enterprise teaches us anything, people of all worlds - save aquatic Xindi - will speak it eventually. Might as well start now.

  55. THE SOUND OF DEAN BUGGERING by Anonymous Coward · · Score: 0

    YEAGH!

    http://phenomi.net/deanscream/index.html

    http://msnbc.msn.com/id/4021146/

    http://www.mtv.com/chooseorlose/headlines/news.j ht ml?id=1484765&_requestid=525317

  56. Re:Oh good farking gawd... by grub · · Score: 1


    Hmmm... Well we could take those that won't learn English and feed them to the starving folks who will.

    --
    Trolling is a art,
  57. Wrong by imsabbel · · Score: 2, Informative

    He devoloped a programming language called "plankalkul", which included stuff like arrays, subroutines and floating point arithmetic.

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  58. I wish by coldtone · · Score: 2, Funny

    cobol would become extinct.

  59. Klingon Programmers by Anonymous Coward · · Score: 0

    12. Specifications are for the weak and timid!
    11. This machine is a piece of GAGH! I need dual Pentium processors if I am to do battle with this code!
    10. You cannot really appreciate Dilbert unless you've read it in the original Klingon.
    9. Indentation?! -- I will show you how to indent when I indent your skull!
    8. What is this talk of 'release'? Klingons do not make software 'releases.' Our software 'escapes' leaving a bloody trail of designers and quality assurance people in its wake.
    7. Debugging? Klingons do not debug. Our software does not coddle the weak.
    6. I have challenged the entire quality assurance team to a bat'leth contest. They will not concern us again.
    5. A TRUE Klingon Warrior does not comment his code!
    4. By filing this CFS you have challenged the honour of my family. Prepare to die!
    3. You question the worthiness of my code? I should kill you where you stand!
    2. Our users will know fear and cower before our software. Ship it! Ship it and let them flee like the dogs they are!
    1. My function calls do not have 'parameters' -- they have 'arguments' -- and they ALWAYS WIN THEM.

  60. Damn those wacky Aryans by Anonymous Coward · · Score: 0

    Damn those Indians. First our jobs, then our
    grammar. Oh wait, Panini was an Indian linguist
    who lived a thousand years ago. Curse those wacky
    Indians (Aryans) for being the Indo in
    Indo-European, and for inventing and calling
    swastika (a hindi word) as the holiest symbol
    in their land for millenia (to this day). And
    for speaking Sanskrit/Hindi - a European language !

  61. Nope, first AC was right... by Anonymous Coward · · Score: 0

    tomstdenis attempted humor and he FAILED IT!!! (and how!) He deserves to be castigated for that. Makes it all the more sweet if he ever succeeds.

  62. You think in a language. by Moderation+abuser · · Score: 4, Insightful

    People who speak different languages, *think differently*.

    Tables and chairs have gender? WTF? Yes they do in other languages. Reverse Polish Notation, is that backwards or what? But you get the picture, people from different cultures and especially languages think differently, different algorithms and structures come more naturally.

    It isn't just programming languages which will lose out when English takes over the world, it's much more fundamental than that, some thoughts, concepts will be easier, some will be harder, maybe even impossible to formulate simply because of the language.

    --
    Government of the people, by corporate executives, for corporate profits.
    1. Re:You think in a language. by Anonymous Coward · · Score: 0

      Hasn't the Sapir-Wharf hypothesis been more or less completely disproven by this point? The language you speak has no bearing on the way that you think. Just because some concepts are easier to articulate in one language does not mean that the concept does not exist in another. Take a psycholinguistics course.

    2. Re:You think in a language. by lawpoop · · Score: 4, Insightful

      Most modern linguists would disagree with you. Yes it's true, different langauges order their sentences differently. Japanese goes Object - Verb - Subject while English goes Subject - Verb - Object. Finnish has postpositions and English has prepositions. But the reigning idea in linguistics is that languages are 'functionally equivalent' -- that all languages are equally capable of expressing any idea that one language is capable of expressing. Now maybe an Arabian goat herder doesn't have the background to understand American Football rules, but that doesn't mean that Arabic creates a totally different thought mode in its users.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    3. Re:You think in a language. by Anonymous Coward · · Score: 0

      Oh boy, the Sapir-Whorf hypothesis is still around after all these years. Language does not control thought. Numerous studies have shown that although some languages have different ways of expressing things, this does not mean that people who speak a different language cannot express the same ideas. The big example is always the fact that Eskimos have some ridiculous number of words for snow, but the concepts can be expressed in english as "wet snow", "That snow that falls when it's 25.7 degrees", etc. It just doesn't have a separate word in english because it's just not that important to us. Culture tends to influence language; language does not control thought.

    4. Re:You think in a language. by slipgun · · Score: 1

      It's interesting. I've been learning Spanish lately, and while that's hardly original it has helped me to formalise some concepts that I haven't been able to put into words before. Eg ser vs estar: 'soy feliz' and 'estoy feliz' mean almost completely different things, but in English when someone says 'I'm happy', we don't know whether he means he's a contented man, or just someone who happens to have been paid that day so is in a good mood (although we can normally guess from the context).

      Sorry if this doesn't make sense, I'm tired as hell and I've still got a Spanish essay to finish :-)

      --
      SpamNet - a spam blocker that really works
    5. Re:You think in a language. by Anonymous Coward · · Score: 0

      Just a nit-pick.... Normal Japanese sentences go Subject Object Verb.

    6. Re:You think in a language. by owlstead · · Score: 1

      Maybe he/she should have said: I'm in a good mood today instead, or I'm content, ?no

      I think there's more good than bad in going to one language. Anyway, languages evolve as well. I sure as hell cannot understand half of what is being sung nowadays for starters.

      Good luck with your essay.

    7. Re:You think in a language. by sahonen · · Score: 1

      Reminds me of 1984 where they invented that language designed specifically to make sure people couldn't express ideas contrary to the system.

      --
      Make me a friend and I'll mod you up
    8. Re:You think in a language. by lawpoop · · Score: 1

      Thank you. I don't doubt that you are correct. I never studied Japanese, just read about it in linguistics books.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    9. Re:You think in a language. by nytes · · Score: 1

      Reminds me of 1984 where they invented that language designed specifically to make sure people couldn't express ideas contrary to the system.

      You mean slashdot moderation was invented in 1984?

      --
      -- I have monkeys in my pants.
    10. Re:You think in a language. by ianr44 · · Score: 1

      Another Spanish nuance (is that the right word? ;) that a lot of /.ers might like is libre vs gratis. Sure beats writing all this stuff about free speech, beer, code, lunch, etc.

    11. Re:You think in a language. by Anonymous Coward · · Score: 0

      Is the chair masculine because it goes into the table?

    12. Re:You think in a language. by Usagi_yo · · Score: 1
      To much emphasis on different languages proving the basis for the yet undiscovered or killer heuristics or algorithm.

      Think about writing programs in Assembly language (yes, it still exists). It's based on pure cognitive and logical reasoning. When I program, I dont' think in *any* language but rather in relationships, sets, supersets, subsets, and math functions.

      One can probably argue the opposite, that as we unify in languages, and as local colloquialsms influence the development of languages, we'll actually be enhancing our reasoning ability.

    13. Re:You think in a language. by nuklearfusion · · Score: 1
      Culture tends to influence language; language does not control thought.

      Just a thought - has anyone thought of this the other way around? If culture influences language, then a culture which thinks differently (for whatever reason) would have those differences reflected in their language.

      --

      There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots.

    14. Re:You think in a language. by Anonymous Coward · · Score: 0

      Finnish has cases, you obviously aren't familiar with Finnish. And it's obvious that languages are partially equivalent, but, I hope, no one is saying that isn't so, what is being said is that languages aren't 100% equivalent.
      SVO vs OVS vs SVO vs TLA isn't a big deal at all (many, if not most or all, languages can switch them around).
      For example, in Russian, aspect (whether something has been done completely, partially, or completely many times) is central to the verb system, while other languages (like English) concentrate on /when/ the action takes place, and therefore have more tenses, instead of perfective/imperfective pairs.
      There are plenty of such examples, languages are fit to a culture, that's why I don't care much about Esperanto, for example, but I find High Elvish quite interesting.

    15. Re:You think in a language. by Hast · · Score: 1

      I believe that is Latin and not Spanish per se. It exist in Swedish too, although it's fri vs gratis there. (And many other languages naturally.)

      Naturally we can take this moment to conclude that Saphir-Worf is incorrect, since the lack of words haven't stopped the ideas of OSS from springing into the minds of people. (BTW IIRC gratis exist as a word in English as well, it's just not used all that much.)

    16. Re:You think in a language. by ztane · · Score: 1

      Finnish has cases, you obviously aren't familiar with Finnish.

      Well, Finnish has ~15 different cases that correspond to some prepositions in English. For othe r constructs mainly postpositions are used, though some words like "ennen" (before) are usually before the noun and thus they can be called prepositions.

    17. Re:You think in a language. by Magada · · Score: 0

      You think with a language, not in one. I am loath to give long explanations here (ok, ok, mod me down), but some grammars really are underlined with different logics, such as, say three different truth values vs. two, tree-left vs. tree-right parsing, analytical vs. synthetical posessive case (English has both) and so on. Also keep in mind that particular syntax is a subset of a grammar, not the whole thing. Also, as another post points out, different semantic configurations (i.e. meanings) seem to map to different parts of the brain. That, to my mind, is one heck of an argument for the existence of varied thought modes.

      --
      Something bad is coming when people are suddenly anxious to tell the truth.
    18. Re:You think in a language. by Anonymous Coward · · Score: 0

      There was a study conducted among bilingual americans (spanish/english) and is showed clearly that when answering the same type of questions in spanish they valued family and relatives but in english it was all about money and success. So, the _same_ persons acted differently depending on what language they were using. Languange is an important extension of culture and it does affects your thinking.

    19. Re:You think in a language. by alexpage · · Score: 1

      In SOVIET JAPAN, object verbs SUBJECT!

  63. Language is not wholly dependent on technology by DeadVulcan · · Score: 2, Interesting

    The languages that are lost are the ones that do not contain the technical leanguage to survive contact with whatever absorbs them.

    Are you kidding?? I'm not sure how literally and how completely you mean this, but I very much doubt that technology is such a prime factor as you imply.

    I'm not a linguist, but I'd be pretty sure that the death of each and every language in history would make for its own PhD thesis. There would be too many factors and too many interactions to boil it down to such a simple formula. Besides technology, there's culture, economics, religion, and probably a slew of other factors that neither of us could imagine.

    I could be wrong, but I'd be amazed if so...

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  64. I'm not convinced by danny · · Score: 3, Informative
    I think there are better arguments for caring about langage extinction. For a good overview, David Crystal's Language Death is a decent little book.

    But it's a political (in the broad sense) question in the end - what aspects of human existence matter, and how are resources to be allocated between them?

    Danny.

    --
    I have written over 900 book reviews
  65. Bork! by ackthpt · · Score: 1

    Personelly I em steell expecteeng Leteen to-a meke-a e-a huge-a comebeck... bork!bork!bork! Yes, vell I zeenk Bork ees ze-a lenguege-a of ze-a future-a, how cen you-a deny zees posseebleety. It only stends to-a reeson. bork!bork!bork!

    --

    A feeling of having made the same mistake before: Deja Foobar
  66. Re:DEAN WAXES PHILOSOPHIC, IN HAIKU FORM: by Bendebecker · · Score: 1

    Now what you need to do is work on the first set where dean was winning, work in the 'i have a scream' speech, and you'll have yourself an epic.

    --
    There's a growing sense that even if The Future comes,
    most of us won't be able to afford it.
    -- Lemmy
  67. Nope. It'll happen by Moderation+abuser · · Score: 1

    A couple of hundred years ago, Scotland, Ireland, Wales all had different languages. The primary language in all three countries is now English.

    Now we have TV and the Internet, communication is much much faster. I don't believe it'll take another 200 years to become the primary language everywhere.

    --
    Government of the people, by corporate executives, for corporate profits.
    1. Re:Nope. It'll happen by Anonymous Coward · · Score: 0

      A couple of hundred years ago, Scotland, Ireland, Wales all had different languages

      Communication may be faster now, but the Rule of Britannia is a lot slower. That just might have something to do with it, too.

    2. Re:Nope. It'll happen by Anonymous Coward · · Score: 0

      Ireland - yes. Wales - no, Scotland - no more so than it does today.

      If you'd mentioned Cornish and Manx instead your point would have been proven. As a Scot, there's c clue in there somewhere.

  68. What me worry? by hcg50a · · Score: 3, Insightful

    I find it hard to worry about extinction of languages.

    Extinction is a natural part of life, and the only things that become extinct are things that, for one reason or another, cannot manage to survive.

    In the case of languages, the causes of extinction would be lack of utility, lack of speakers or something else.

    Why would anyone want to incorporate what might be unsuccessful features in a computer language?

    Implying that there would be a loss to Computer Science from a loss of a language seems like quite a stretch. At worst, it would seem that the loss would be positive for Computer Science, in the sense of, "Look what would happen to your language if you had concepts of time like this dead language!"

    Also, an extinct language should not be confused with a dead language. Latin, for example, still has tremendous utility and value in the world, partly because it is dead and unchanging. It is the base for many living languages, and is a universal language for a universal church.

    --
    HCG 50a = 2MASX J11170638+5455016
    11h17m06.4s +54d55m02s
    1. Re:What me worry? by ChaoticCoyote · · Score: 1

      Yes, worry.

      Evolution is fueled by diversity; a monoculture can not evolve, and is unlikely to survive changes in its environment.

      Natural selection requires diversity. Long-term survival of our species depends on our ability to adapt to new challenges and threats. A single culture and language might be convenient in the short ruin, but it is fatal in the long term.

    2. Re:What me worry? by vidarh · · Score: 2, Insightful
      What I find funny in discussions like this is that people equates languages and cultures dying with homogenisation. Yes, many obscure languages die, but new language variations arise on a daily basis.

      I'm 28, and I already find that there are groups of youths in London where I live that are difficult to understand when talking amongst themselves because they're creating new words and contractions all the time. In certain areas of Norway, where I'm from, I noticed a couple of years ago that many students had started adopting words from Arabic, Vietnamese and other languages used by the immigrant population, simply because many of them go to schools that are have high number of immigrants.

      Languages change. Deal. Sometimes use of a language changes enough that it could be justifiably called a new language. To think that having fewer mutually incomprehensible languages means that there won't still be significant differences shows little attention to what is going on.

      The same thing goes for culture. So traditions observed by some small group somewhere dies out. So what? New traditions are being created every day. New groups arise, but are often not immediately visible to us because they don't consist of strange looking natives of some far away place carrying out weird rituals - they consists of strange looking natives of your own back yard carrying out weird rituals. It might not be codified in religious texts or have been subjected to anthropological studies, but that doesn't mean it isn't a culture.

      If you go out in any moderately large city and LOOK, you could likely easily spot a wide diversity of cultural phenomena that are completely alien to you, and more so than many traditions of dying cultures. They are just more hidden, because they are integrated into a culture you are used to - they may not wear strange clothes, or other visible signs, or they do, but only at special occasions. They may not speak a strange language, or they do, but it's hidden in a veneer of a language you know, and only used when speaking to eachother.

      I'd challenge anyone to describe "Western culture" for instance in a way that even a dozen of slashdotter's could agree on, without reducing it to just a handful of vague statements. Any attempt at a comprehensive description would strand on account of not taking into account all the significant variations, whether in lifestyle choices, local traditions that you simply don't notice until you start living with them, language differences you don't realise until you find yourself in a situation where your way of phrasing something is utterly misunderstood, or sub-cultures you normally only see the surface of because you are not "one of them" and not included.

      Where is the threat of monoculture?

  69. I'm going to cry now by gsdean · · Score: 2, Funny

    It's official. I feel like the biggest dork on this comment thread. I am a computer geek and i've taken Sanskrit and actually read Panini. Please guys, promise me we won't talk about women next!

  70. Please, Don't Kill Me oh masterful one by yintercept · · Score: 1
    Instead, the spoken languages of the future will evolve from programming languages.

    The most important thing we will need to know as humans is how to plea: "Please don't kill me oh masterful one" in c#, java and perl.

  71. Next generation based on Sanskrit? by Anonymous Coward · · Score: 0

    Hey if someone can pay me to sit in front of my computer and chant (or type in_ sutras I'm all for it. I even have prior experience, except those were Japanese sutras. Oh well, everything's being outsourced to the Subcontinent these days.

  72. Priorities by The+Gline · · Score: 2, Insightful

    I think we have much bigger things to worry about than programming languages if human languages begin going extinct, like the concomitant disappearance of ethnic diversity.

    Just a thought.

    --
    Honorary Member of Jackie Chan's Kung Fu Process Servers
  73. Spelling, in Japanese and English by DeadVulcan · · Score: 3, Informative

    Oh.....and there are just as many different spellings of the word too.

    Well, that's only true if you are spelling Japanese using the English alphabet. But then, you're imposing a completely foreign system of writing on the language, so what do you expect?

    If you mean spelling using Japanese letters, then (as long as we exclude the whole kanji issue), Japanese spelling is absolutely dead simple. Of course, drop kanji into the mix, and you get possibly the most complex writing system in the world...

    On the topic of spelling, English speakers have no right to feel superior. English spelling is possibly the craziest system that could be imposed on such a small set of letters (although - maybe it's because it's such a small set of letters). Take the sentence:

    "Though the cough was rough, I shall plough through."

    (And for Americans, "plough" = "plow".) Notice that all the words end with "ough" but none of the pronunciations are the same! That's just crazy.

    (And if you try and argue that "plow" is more regular, I'd have to ask why it doesn't rhyme with "blow" or "flow"?)

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  74. No, but it's *everyone's* second language by Moderation+abuser · · Score: 3, Insightful

    How does a German and a French person talk? They speak English. How does a Hindi and Urdu speaker talk? They speak English.

    As the world begins talking to one another, it turns out there's only one language they all speak. English, and like TCP/IP, it'll replace all of the other protocols.

    --
    Government of the people, by corporate executives, for corporate profits.
    1. Re:No, but it's *everyone's* second language by groomed · · Score: 2, Informative

      As the world begins talking to one another, it turns out there's only one language they all speak.

      Um, I don't think you've developed a proper appreciation of how big the world really is. Yes, English is widely used as a lingua franca. But that doesn't mean that the speech patterns of Jamaicans, East Londoners and Indians all over the world are converging. If anything, they're getting more idiosyncratic with the passage of time.

    2. Re:No, but it's *everyone's* second language by Banjonardo · · Score: 2, Informative

      An interesting phenomenon, though, is how Latin language speakers speak with each other. It would be shameful to see Brazilian (Portuguese speaking) and a Mexican (Spanish) speak in English. They're just close enough. For emergency's sake, sure, but any speaker of one can get comfortable enough in the other living in the country for half a year or so, so it seems that some day we might all need a little Spanish.

      --

      -----

      Score 3? For what? Being wrong, at length? - smirkleton

    3. Re:No, but it's *everyone's* second language by fsmunoz · · Score: 1

      It would be shameful to see Brazilian (Portuguese speaking) and a Mexican (Spanish) speak in English.

      Ahh, but even that isn't simple... for a Brazilian and a Mexican maybe that would work, but in my experience (I'm portuguese) it's simpler to talk english with people from Spain (assuming that they know english). I always found that a portuguese speaker can more or less understand spanish, but the opposite is not true. This leads to:

      so it seems that some day we might all need a little Spanish.

      Yes, probably, because spanish speakers are either unable or simply don't want to learn any other language. This is probably because everybody else is polite enough to make the effort to communicate in spanish, so why should they bother? Do understand that I have family and friends in Spain, so this isn't a traditional "Portugal vs Spain" thing.

      Oh, and the final thing to note: we could be both be talking in portuguese... but since we are writing in a english language forum we have the good taste of refraining to do so.

      abracos,

      fsmunoz

    4. Re:No, but it's *everyone's* second language by trash+eighty · · Score: 1

      how did the british and spanish prime ministers converse when they had a summit last year? why they spoke in french. :p

    5. Re:No, but it's *everyone's* second language by I8TheWorm · · Score: 1

      so it seems that some day we might all need a little Spanish.

      Interesting you say that, given all the commentary regarding a move to more unified language(s), and quite a few comments about English being the dominant one.

      To back up your thought... every Civil Service peace officer in Texas is required to take 8 weeks of Spanish once every two years. My own thoughts on that are that Americans are less culture-proud than most of the rest of the world.. given that we only have 340ish years of it ourselves. As mentioned before, English is only the language of commerce now because of the huge influence of the British in the 18th and 19th centuries, and of the USA in the 20th and 21st (so far) centuries.

      Given the current trend in Economics, we should all be practicing Mandarin.

      --
      Saying Android is a family of phones is akin to saying Linux is a family of PCs.
  75. Ah, Tabarnak! by dupper · · Score: 2, Funny

    /Unfunny, obscure attempt at Canadian political humour

    1. Re:Ah, Tabarnak! by Darken_Everseek · · Score: 1

      Au contraire; that was funny as all hell.

  76. Re:One language that will never die: by Anonymous Coward · · Score: 0

    I've been wondering about this one for a while now.

    Why is it that on earth we have thousands of different languages, but no alien race ever has more than one?

    And why do all alien languages rely on we'ird apos'tr'ophes and the letters k, x, and z?

    There must be a conspiracy theory in here somewhere...

  77. hmm by Anonymous Coward · · Score: 0

    We are trying to improve the heuristics of our programming languange. How would you write it in your culture?

    pictographs emerge...

    fish, lion, lion, star, moon, star, comet, lion.

    Hmmm... Interesting... But I don't see the significance of the moon in this function!

    Couldn't you have written it using 2 comets omitting the moon entirely? Would that not have been more elegant?

    I don't know about anyone else but I know it's clearer to me.

    1. Re:hmm by heironymouscoward · · Score: 1

      using 2 comets omitting the moon entirely

      No, no, been there, done that. No moon and you get into an infinite outer loop!

      You need the moon, see, to arrange a decent center of gravity so you get an inner loop. Inner loop = closer to the Sun, so more light. More light = increased photosynthesis, means more plants, and thus space for protein-based intelligence.

      You need the moon, take it from me.

      Drop the moon and you get the Deep Space of Death. (DSoD).

      Signed
      - A Lesser God

      (Outsourced to India circa AD2004, still available for minor miracles and miscellaneous magiks. Please call first, the wife does not like visitors.)

      ((No mormons, thank you.))

      --
      Ceci n'est pas une signature
  78. Tolkien Would Say "Damn Shame" by Anonymous Coward · · Score: 5, Informative
    J. R. R. Tolkien would have been quite unhappy to discover that obcure languages were going extinct. Near the end of 1943, English newspapers carried a story about a Harvard-developed basic English that some said should be taught to the whole world. In a December 9, 1943 letter to his son Christopher, Tolkien reacted to the news:
    Col. Knox [Collie Knox, a popular journalist] says 1/8 of the world's population speaks 'English,' and that is the biggest language group. If true, damn shame--say I. May the curse of Babel strike all their tongues till they can only say 'baa baa.' It would mean much the same. I think I shall have to refuse to speak anything but Old Mercian.
    Tolkien wasn't always that irritable. The strain of living in wartime England heavily burdened with responsibilities as both a professor and a member of the Home Guard left him very tired. That said, Tolkien was a long-time opponent of cultural and linguistic assimulation of the sort the AAAS speaker was describing. One result of his attitude is the incredible richess of life in his Middle-earth.

    Somehow, we need to discover a way not only to document these languages but to keep them alive. Perhaps we can find a parallel in those who learn Tolkien's languages for the sheer joy of it. Somewhere in our large world, there has to be a handful of people who want to speak Middle Chulym.

    --Mike Perry, Inkling Books, Seattle

    Author: Untangling Tolkien: A Chronology and Commentary for The Lord of the Rings

    1. Re:Tolkien Would Say "Damn Shame" by ignavus · · Score: 2, Interesting

      I actually *have* taught myself a "dying" language for the sheer joy of it - Plattdeutsch - and read a number of books in it. I would recommend such a hobby to anyone interested in other languages and cultures. I think the obscurity of the language is part of the attraction - a bit like collecting rare stamps.

      Some other possibilities are Faeroese (not dying, but obscure), Frisian (closely related to English), Occitan (south of France), Cornish (dead, but revived), Rumansch (Switzerland), Romnimos ("Gypsy"), Wendish/Sorbian, and the extinct Prussian language. Americans might also consider Hawaiian.

      Although these languages are obscure, it is possible to find documentation on most of them, often on the web - and in major university libraries. Quite a few of these languages are also represented by small colonies of immigrants in the US.

      --
      I am anarch of all I survey.
    2. Re:Tolkien Would Say "Damn Shame" by danila · · Score: 1

      It's all sounds great, but now we need to finally make a decision. In order to make an informed one, may I ask you to prepare a brief summary of costs and benefits related to preserving the Middle Chulym language.

      Please list and estimate in monetary terms the main benefits from preserving it (per year for the next cetury). Please also indicate what people or groups of people will benefit mostly. Do the same for the main costs related to preserving it (up front and annual for the next century). Based on that data we shall make a decision about preserving it or not.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
  79. Humbug by Anonymous Coward · · Score: 0

    Every single human being speaks a unique language.

    Think about it: how many words do you know, which ones, and how do you use them?

    Your language is 100% unique, like your DNA.

    What we call "languages" are median samplings, protocols that people approximate to.

    So, 6bn people, 6bn languages. Some samplings may change but English as a 'language' has more variety than hundreds of the extinct languages put together.

    As human population increases, so do the total number of languages.

    So, the article is entirely junk, its basic premise is not even correct.

  80. If you're really that worried... by Dishwasha · · Score: 1

    we should start getting to work on that tower to heaven.

  81. Check out "BabelCode" by Anonymous Coward · · Score: 1, Informative

    I announce this project as soon as there's a language-related news on Slashdot...

    BabelCode Project investigates a new methodology of controlled translation and makes it available for practical use. By-products such as foreign language writing assistants and learning tools are also useful applications based on BabelCode databases.

    http://www.babelcode.org

    Language usage patterns can be effectively stored as various BabelCode elements, therefore any natural language can be saved this way.

  82. Life cycles of languages by yintercept · · Score: 2, Insightful

    The article fails to mention that language death and birth is a natural phenomena. For isolated populations without written language rules to carry the language through the generations, you probably see a new language born every other generation. Kids never learn their parent's language exactly. The life cycle of a natural language is probably only three or four generations before it becomes unrecognizable.

    The author of the article is simply lamenting that the underlings in the world aren't on a petri dish for study.

    Quite frankly, I see a world where people are free to chose the language that best suits their personal goals as the most interesting world to study and live in.

    The article fails to make mention of any new language formed in the next generations...nor does it acknowledge that such new languages formed in an industrial era are likely to include cognitive structures that languages to date lack.

    BTW, if French was becoming the world language, the academic community would probably be applauding the disappearance of lesser languages.

    1. Re:Life cycles of languages by Anonymous Coward · · Score: 0

      "The life cycle of a natural language is probably only three or four generations before it becomes unrecognizable."

      I still recognise Shakespeare when I read him.

    2. Re:Life cycles of languages by yintercept · · Score: 1
      I still recognise Shakespeare when I read him.

      Last I looked, English was a written language in Shakespeare's days. Shakespeare is extremely interesting because he wrote his works just as English grammar was being solidified. BTW, pronunciation rules changed dramatically between Shakespeare's time and today. The i's were pronounced e, the e's were pronounced as a's

      Personally, I have a hard time reading The Canterbury Tales, and other pre-Shakespearean English.

      Works written in the 1700s are much like those written today.

  83. Sanskrit simplification by theolein · · Score: 2, Informative

    I found the paper interesting if complex, but one thing that struck me is that there is a general trend in indo-european languages (at least) for the languages to simplify drastically over time.

    Sanskrit itself might have been an extremely regular language and one that had rules that could have been applied to a computer language, but almost all descendant languages have simplified enormously:

    Sanskrit had 8 gramatical cases, and modern Hindi, Urdu and Gudjarati, have fewer.
    Sanksrit had 3 grammatical genders, and Hindi et al have fewer.

    Given that this grammatical simplification applies almost uniformly to indo-european languages, one wonders how the original Sanskrit and indo-european were originally developed in the first place.

    1. Re:Sanskrit simplification by INT+21h · · Score: 1

      It's a circle, or spiral if you will. Complex -> Simple -> Complex -> Simple... Complexity lost in one area is regained somewhere else. Egyptian is the standard example of this, it is documented that it had time to go through three such cycles before it was killed off by Arabic. Examples from English is "y'all" and "let(')s", new words born of previously separate words. Multiply with thousands of words over thousands of years.

  84. snow crash by nounderscores · · Score: 1

    from the article Due to its algebraic nature and its comprehensiveness, the
    structure has been described as a machine generating words and sentences
    of Sanskrit.


    I guess that the only solution is for a brave program to go into the temple for three days and let the machines have a tower of bable experience.

  85. linguistics and cognitive science by ajagci · · Score: 3, Insightful

    You should realize that some branches of linguistics have notions about how language and the brain are related that are not exactly shared by many cognitive scientists. So, when Harrison says something like, "each language lost leaves a gap in our understanding of the variable cognitive structures of which the human brain is capable. Studies of different languages have already revealed vastly different ways of representing and interpreting the world", take it with a grain of salt. Language loss is regrettable for many reasons, but cognitive science would probably continue to do just fine even if we only had a dozen different languages around the globe.

  86. D4 P41|\| !!! by nounderscores · · Score: 4, Funny
  87. Take it from a highly trained ninja linguist..... by NTiOzymandias · · Score: 5, Insightful

    To be blunt: No they don't.

    Language does influence thought, simply because people will try to understand something in a way that makes sense from the perspective of their language... But the language won't fundamentally limit their thoughts. I'm sure you can think of times when you had an idea or an emotion that you lacked words for; if the claim in your post was true, you would not be capable of such thoughts.

    Do you really, truly believe that somebody can be colorblind just because they don't have color words more specific than "dark" and "light?"

    Language makes for a convenient labeling system, but it doesn't define your thoughts. Now somebody mod up the siblings to this post so that their useful content can be read as conveniently as the parent.....

  88. You don't think in a language. You *speak* in one by geekpuppySEA · · Score: 5, Insightful

    Tables and chairs may be assigned grammatical bins, and these bins can be the same as those assigned to human genders (cf: "Women, Fire, and Dangerous Things", George Lakoff), but it does not mean that French people actually think that a table has anything conceptually in common with a woman, besides the pronoun used to replace it/her. (Or a man, I can't remember my French.)

    There is something important lost when the speakers of a language die, yes. But what is lost is not any concept, pattern of thought, or way of looking at the world. Because there is no concept that you cannot translate across the language barrier. There is a word in Russian, I've heard, for that feeling you get when your ex walks into the room. But just because there is no word for it in English doesn't mean that I couldn't just explain it to you. Just because some Native American languages do not have the same adverbs for time that English does doesn't mean that speakers of those languages have no concept of time.

    That line of logic was presented by a linguist named Benjamin Whorf in the first half of the 20th century, and has been discredited by all modern serious linguists.

    There is a "mentalese" that precedes and is fundamental to language. Babies have it. Animals have it to varying degrees. It's, yknow, nice for English speakers to presume that the exotic qualities of other languages means that their speakers have equally exotic mental structures. But they think, by and large, exactly the same as "us".

    --
    Intelligent Design: because MATH is HARD.
  89. Var'aq, the Klingon Programming Language by monk · · Score: 4, Interesting

    Brian Connors has written a programming language based on the Klingon language.
    The var'aq page.

    --
    [-- Trust the Monkey --]
  90. Depends on the linguistic school of thought by thesaur · · Score: 1

    It depends on what school of linguistics you subscribe to. In the US, Chomsky's generative grammar reigns nearly universally (MIT, etc.). In Europe, functional linguistics is widespread (Reading, Liverpool, Freiburg, Cologne, etc. but also Stanford, U AZ, etc.).

    To us functional linguists, it is apparent that language does not determine thought, but also that language is determined by culture. In other words, use is what determines what language looks like (see Krug's work with string frequency, Lehmann and Traugott's grammaticalization, etc.).

    Of course, it seems once again to boil down to the ancient question -- what came first, the chicken or the egg.

    Once language appeared on the scene, it changed with usage. However, it is quite robust, as evidenced by the very slow linguistic changes compared with rapidly advancing culture.

  91. Good! The Village Is Getting Bigger by reallocate · · Score: 2, Interesting

    The death of small languages is natural and positive consequence of technology breaking down the barriers between people. The internet, satellite TV, their like are logical followups to radio, roads, airplanes, ships, mail, newspapers, and, ultimately, just walking away from your tribe's village to see what's over the next hill.

    Some folks will see this as evil globalization raising its head once more. But, they're wrong, as they usually are. Their logic leads to the past, and to the artificial freezing of someone else's culture in a state of suspended growth. That's OK for museum exhibits, but not for real people.

    --
    -- Slashdot: When Public Access TV Says "No"
  92. Re:DEAN WAXES PHILOSOPHIC, IN HAIKU FORM: by Anonymous Coward · · Score: 0

    Yeah, Lemmy: yeah.

  93. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  94. Re:fp by Anonymous Coward · · Score: 0

    lol

  95. I can't be the only Conlanger here by Anonymous Coward · · Score: 1

    Conlangs (constructed languages) and Artlangs (artificial/artistic languages) are alive and well. I personally would rather study an interesting grammar like the predicate logic in Lojban than to take five times as long memorizing different tenses, spelling exceptions, and the sex of inanimate objects. In addition to Lojban/Loglan and Klingon which others have mentioned, there is of course Tolkien's languages of Middle Earth, Esperanto, Interlingua, Volupuk, and a few dozen others. Some die, of course, but even more are created.

  96. Syntax error by melquiades · · Score: 3, Funny

    Every time I try to comprehend the parent post, I get:

    ungood is not an lvalue

    Some people are just so hard to understand!

  97. the death of language in free nations by shokk · · Score: 4, Insightful

    It's one thing to see languages die in countries where ceratin languages are forbidden, but in free nations where anyone can speak any language they want, it is irresponsible for an ethnic group to let the language and any other customs die. Watch "Whale Rider" for a modern tale of the New Zealand Maori trying to preserve their heritage. When a people lets their native customs die in favor of another set of customs, those customs really died a longer time ago than they suspect. Only resuming a strong identity is going to salvage the culture.

    It all comes down to taking the time for the things that really matter in life. If a people cherish the Internet and pagers and other modern things more than the things of old then they have made a choice (concious or unconcious) to let the old ways slip into the eternal night. That is why I like to see locale options available for open source projects; the more that these are encouraged, the more lanaguages that can be saved. Countries like China that are taking an aggressive stance against Microsoft and Western commercial software are not just trying to keep from paying licenses, but also saving their culture from becoming english-saturated. If they also push locale options, then there will be plenty of rugged alternatives soon. Without alternate language construction examples, computing languages will likewise mainstream into similar styles.

    Don't get me started about immigrants dumping their own native names for "Tony", "George" and the like when they come into the U.S. A name like "Panseur" (made it up) is just as valid a name.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    1. Re:the death of language in free nations by ignavus · · Score: 1

      I have found the Internet to be very helpful for traditional languages. The peer-to-peer nature of the Internet allows minority language speakers to communicate more easily with each other (e.g. Plattdeutsch speakers in America and North Germany have arranged reciprocal visits, etc). And I have been able to purchase obscure foreign language books from other countries via the web that would never be sold in my own country. Technology is not always the enemy of traditional languages.

      --
      I am anarch of all I survey.
  98. Re:Take it from a highly trained ninja linguist... by Tony-A · · Score: 3, Insightful

    But the language won't fundamentally limit their thoughts. I'm sure you can think of times when you had an idea or an emotion that you lacked words for; if the claim in your post was true, you would not be capable of such thoughts.

    Methinks the language can be and is limiting.
    If you lack the words and grammar, you can have the thought but it is extremely difficult to do much more than that with it. Analysis or expression of the thought is difficult to impossible.

    Language makes for a convenient labeling system, but it doesn't define your thoughts.
    How do you think, except in terms of those convenient labels?

    Do you really, truly believe that somebody can be colorblind just because they don't have color words more specific than "dark" and "light?"
    Does a B&W photograph or television look realistic? With no words for color, no means of expressing any difference in color, the perceived differences in color just become part of the background noise.

    Given a reasonable degree of flexibility in the language, it's hard to find definitive cases where the language is limiting simply because there are too many ways to route around the damage.

  99. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 1, Interesting

    Do you really, truly believe that somebody can be colorblind just because they don't have color words more specific than "dark" and "light?"

    I think this analogy is flawed.. I may be able to see a whole world full of colour, but without words to describe it, how do I share those thoughts?

    If it still isn't clear, try describing a scene, vibrant in colour, with only 'light' and 'dark'. That green tree over there? Ok, sure, it's.. well, maybe a little 'darker' than the light blue horizon. Take the colour out, and you get "that tree is lighter than that horizon". Picture it without the colours, and you're expressing yourself 'colourblind'.

    (Sure, another person listening could see what you mean by context and by looking at the tree and the horizon, but go to a more abstract topic, and what happens? Language does limit you.)

  100. nope by geekoid · · Score: 1

    Computer languages must be understood by humans, then compiled to a language understood by a machine.

    Mandarin follows the same rules as English?
    what, funny symbol befor other funny symbol, except after third funny symbol?

    No disrespect meant, Mandarin, and many other asian languages, have a rich history and are very interesting in there own right. I just fal to see how Mandarin and English follow the same rules.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:nope by Anonymous Coward · · Score: 0

      Mandarin and English have a very similar grammar structure.. Subject Verb Object. In fact, English speakers could learn to speak Mandarin pretty quickly once they practice speaking and hearing tonal sounds. The Chinese written language looks bizarre at first, but once you learn a few of the components (i.e. radicals) of the characters, then you start noticing patterns.

  101. What a silly reason by Jerf · · Score: 2, Insightful

    This is like claiming that the reason we should save the environment or the rain forest is that we might find a medicine in them. That's such a silly reason that it's almost a bad idea to bring it up in a debate; using a trivial reason can actually make your case look weaker, even if logically speaking it does technically make it stronger.

    If that's the only reason you have to be worried about languages dying... then you have nothing to worry about.

    Call me politically incorrect, but what do we really lose when we lose an obscure language? First, languages aren't like living creatures; if they evolve, they are Lamackian in their evolution and Lamarkian evolution don't really have gene pool diversity issues that Darwinian evolution has taught us about. Interesting or valuable ideas can be imported into other languages at any time, so the diversity arguments IMHO don't really play out.

    Secondly, if we are really concerned about the idea or the viewpoints it represents, those truly reside in the human users, not the language. As the humans migrate, they will bring their ideas and viewpoints into their new languages; again, because languages are not static like an organism's genetic code is. If the ideas or viewpoints don't survive the migration, there's probably a good reason for it. (Again, it may be Lamarkian, but it is still evolution; useless things eventually come out of the pool.)

    Consider this a contrary viewpoint; I don't necessarily think language death is a completely good thing, but instincts honed by environmentalism and Darwinian evolution do not serve you well when thinking about languages, which are neither environmental (in the Gaia sense) nor Darwinian. You need a better reason for thinking language death is bad then "It's bad, m'kay?" One may very well exist, but I can't think of it.

  102. Don't Worry by serutan · · Score: 2, Funny

    It wouldn't have been any use because it wasn't Y0K compliant.

  103. Problem Solved!! by serutan · · Score: 1

    We may lose Maori dialects, but as long as software dev is outsourced to India, Panini's tradition will live on!

  104. The future: by Anonymous Coward · · Score: 0

    I can forsee the future in the year 2100:

    The world of 50 billion people will all be speaking English. All code will be poorly written in C, and all computing devices will run Microsoft Windows.

    The 10 Commandments will read:

    1. There is only one god and Bill Gates by thy name.

    2. Thou shall not execute any daemons, or any other process decending from Linus Torvalds.

    3. Thou shall not utter slander againt thy name, including any support for open-source movements, Cygwin, and Linux.

    4. Remember to keep the operating system sacred. Six days a week you shall labor and do work. The seventh day is reserved for reinstalling Windows.

    5. Honor the privilages imposed by thy parent processes.

    6. Thou shall not press Ctrl-Alt-Del.
    Thou shall also not terminate a process.

    7. Thou shall not network with other platforms.

    8. Thou shall not defeat DRM.

    9. Thou shall not spoof any packets.

    10.Thou shall not covet thy neighbor's CPU, or any hardware that belongs to your neighbhor.

  105. Re:You don't think in a language. You *speak* in o by Anonymous Coward · · Score: 4, Insightful

    While I'd agree that major differences in language do not imply major differences in thinking, I would still assert that there are very subtle parts of language that directly affect how you allow yourself to analyse abstract concepts.

    For example, one language (Chinese) does not really easily allow you to talk to another person unless you know their status in relation to yours (social superior, social inferior, social equal). Because of that, the first thing you need to think about regarding another person before you go on to other thoughts is their status in relation to yours. Now take another language, English, where it is very difficult to talk about a person unless you know whether they are a man or a woman. Therefore, to facilitate matters, you are always in the habit of clarifying if someone is a man or a woman if it unclear, even if it is technically irrelevant for your purposes. In Chinese, this presents no problem as long as you know their status.

    A lot of this happens so subconsciously and quickly that it's difficult to really gauge that it happens at all. However, I'd be willing to bet that if you asked English speakers and Chinese speakers if they knew of people, but did not know their gender (and perhaps the number of people who have that status), I would expect English speakers would have a lower "Yes" response.

    Language doesn't affect overall thinking processes, but it subtly affects priorities, qualitative factors, and categorization. In other words, two intelligent people with two different languages would reach the same conclusions (about objective matters), but they could use different means to reach those conclusions. Learning another language can make you aware of the limitations of your language, and minimize the effects of those limitations. But there are plenty of people who speak only one language.

  106. english by Bongzilla · · Score: 0

    just use english and don't worry about it. i guess in a worst case scenario you could use pig latin or esperanto.

    --

    ;///////////////////////////////////////////////// /
  107. First Programmer by Alan+Cox · · Score: 4, Interesting

    I once attended a glorious lecture "Computing 3000BC to 1945". Ada Lovelace is probably the most famous "first programmer" but there are clear bits of evidence that there were programmers before. Some of the weaving loom systems supported loops and other programming constructs.

    Turings genius was to get from adhoc discovery to the mathematics behind it , and turn a collection of interesting discoveries into a science

  108. Counterexample by dirt_puppy · · Score: 1
    In German there's a word: "Schadenfreude". It designates the kind of joy you experience upon witnessing some else getting hurt, or rather: hurting himself.

    Probably you won't know the word, but I'm pretty sure you know the emotion.

    1. Re:Counterexample by idkk · · Score: 1

      Hmm - "schadenfreude" is also (by English's delightful propoensity for importing words) an English word. So, is that what I am feeling now as I insult you? :-)

      --
      Ian D. K. Kelly

      idkk Consultancy Ltd.

      "Quality through Thought"

    2. Re:Counterexample by Bush+Pig · · Score: 1

      It means "shameful joy" (more or less).

      --
      What a long, strange trip it's been.
  109. Takfrt frt gaza pondra by Starlet+Monroe · · Score: 1

    Takka vrt frvz, vvive targle non.

    Zigga ton bon fall gras, mitsa gal fal fib grafta. Giggla barty loki wadow, diggle flar try growl. Gogga monka bar frat barty loki a tine, gonda barty lokin mine vort. Vigga try wida loki null; lokin barty vrt frvz.

    Dig, hoki hack barty wadow?

    --

    Kinna Soviet Russia, barty loki vrt frz you!

    --
    ++
  110. Sanskrit was an artifical language itself by Maljin+Jolt · · Score: 4, Interesting

    Suddenly, in my library I have a print of Panjali's Mahabhasya, which is an ancient commentary to fragment of Panini's excelent grammar of sanskrit. It contains original text of Panini's, which begins with a verse:

    Atha sabdaanusaasanam.

    which interprets and translates (by me):
    atha sabda anu-sa-asanam
    here-topic (is) sound detail-layout

    Of course, this grammar and semantics theory of the human (and godly) language predates many centuries our western cybernetics theoreticians of the XX. Sanskrit grammar was formally canonized by Panini as well as today's standards of computer coding languages. No other human language before esperanto and modern programing languages was result of such scientific effort.

    Some 20 years ago, it was not a surprise for me, being a programmer and yogi adept at the same time, that the world is "programable" by language. Old magicians and siddhas of ancient times knew the "keywords", even today called "mantras" which enabled to operate the universe itself.

    IT IS THE LANGUAGE WHICH CREATES A REALITY.

    Because it is the same language which operates a mind. And we should ourselves made some effort to operate both of them correctly.

    --
    There you are, staring at me again.
    1. Re:Sanskrit was an artifical language itself by watzinaneihm · · Score: 1, Funny

      Atha sabdaanusaasanam.
      which interprets and translates (by me):
      atha sabda anu-sa-asanam
      here-topic (is) sound detail-layout
      I am not sure if you got that right... Asanam= Ass (also sit down etc.) . Also anu = near, companion etc.
      So from the way you split the words up, I think it will be translated as "So is the sound from the Ass" or non-poetically- "Thus is the way of speaking from the Ass"
      Now if it meant Atha Sabda Anusaasanam - It would probably mean "Thus is the teaching of sound" (Anusaasanam -Instruction)
      Stupid Sanskrit- Way too complicated to be a living language, It better stayed dead (or Zombie as it is now).
      Funniest thing is, German is almost like that. You can telescope 10-20 words into one and probably write a full paragraph in one word. Not to mention "the she carrot was by the male bee eaten" problem.

      --
      .ACMD setaloiv siht gnidaeR
    2. Re:Sanskrit was an artifical language itself by Anonymous Coward · · Score: 0

      Nope, German is not quite like that. You cannot generate one-word sentences because every German word, however long, belongs to a single class such as a noun, verb, or adjective, and a sentence needs at least a subject and a verb, and usually an object is needed as well. And there's still a distinct family relation with English, in that for more complex meanings you need lots of little helper words: prepositions, conjunctions and so on.

    3. Re:Sanskrit was an artifical language itself by Threni · · Score: 1

      +5 Interesting?

      > IT IS THE LANGUAGE WHICH CREATES A REALITY.

      No. There was a `reality` - that is, the universe - before people starting talking bollocks, that's for sure. Although given the depth and richness of mankinds ridiculous hogwash - from this sort of dippy-hippy bullshit to pointless, ugly, regressive religions - can certainly cause one to ponder for how long this reality remained untainted.

    4. Re:Sanskrit was an artifical language itself by High+Hat · · Score: 1

      So you think there can be reality without someone interpreting it?

    5. Re:Sanskrit was an artifical language itself by Threni · · Score: 1

      > So you think there can be reality without someone interpreting it?

      Yes. The same reality that existed for many, many years until beings could evolve to the point where they were capable of interpreting it.

  111. Re:Take it from a highly trained ninja linguist... by Alan+Cox · · Score: 4, Interesting

    Well I'm not a linguist but a programming language isnt a process of thought - it is a process of communication and that means you need both the grammatical constructs and vocabulary to express the concepts involved.

    Vocabulary seems less of a problem - lots of languages have words that are sentences to explain in others (hiraeth, zeitgeist etc) but I guess thats no different to a perl programmer and a C programmer arguing about regexp processing. Clearly you can also disambiguate damage ("I had a sandwich") [did you own it or eat it ?] doesn't cause a problem in English even though its ambiguous

    In some ways we know the language and mathematics itself limit the computer - there are things mathematics cannot express for one.

    There are also more fundamental concepts you have to have (passive/active, third party viewpoints, what-if, condition/action, past/present/future/habitual/. and stuff like negation and question words) but I would assume all language has those.

    The thing that makes me most sceptical is that I've heard many asian speakers say they think differently in English, and there is also some brain scan evidence of different activity areas. But I don't speak any asian languages and I'm not likely to be learning Mandarin or Cantonese just to find out 8)

    Likewise all high level computer programming languages tend to have things they cannot directly express. Fortran for example has no way to express "fiddle with CPU register foo"

    Alan

  112. Obligatory Outsourcing Comment by Anonymous Coward · · Score: 0

    When we're all speaking Hindi or Mandarin (except the managers & shareholders) it won't really matter...

  113. Assimulation in the US by bluGill · · Score: 1

    My dad had to learn German as a kid, because church service was conducted only in German. As a kid I recall going to church with grandma and grandpa, and while service had switched to English (I've now found out it was less than 5 years previous) hymns were often sung in German, and often the preacher did switch to german. Remember I was a kid - I recall the german clearly, but I don't know if it was often really amounts to. They switch to English only after the last member of the church who didn't know English died.

    That is typical of immigrants, many never learn the natives language, but the kids do.

    Unfortunately knowing German as a kid doesn't help my dad. German in Germany changed drasticly over the last 100 years, while the language he learned did not. Even more than the difference between Modern English and the English of Shakesper. OTOH, Germans who want to read those old letters stored in the attic have to send them to the US and get them translated into English, because most who can read old German live in the US and speak English but not modern German.

  114. Spurious Connection by Dun+Malg · · Score: 1

    OK, so granted, there are a lot of languages disappearing(new scientist article). And granted, there may be some bits of insight in ancient sanskrit text (panini & CS paper) with application to computer language design. I fail, however, to see the connection. The submitter doesn't appear to have RTFA (the panini one) he linked to! It's not about finding insight in sanskrit itself, it's about finding insight in the writings of someone USING sanskrit. Now, being that most of the languages falling by the wayside are small dialects in backwater areas, I suspect that a) they don't have a lot of linguistic analysts in their ancestry, and b) even if they did, there are no written recordes to study!

    --
    If a job's not worth doing, it's not worth doing right.
  115. languages are a treasure by Anonymous Coward · · Score: 0

    i hope that we will be clever enough to keep several languages on our lovely blue planet. i have learned french as i grew up and english then spanish. i find it really amazing when i meet people that spent time to learn the difficult french and use it with us, knowing how deceptive and complicated it can be. and a year ago i started to learn russian, more for the fun of it really. and i discovered russian poetry. honestly, i now believe that you cannot realize how potent and shivering poetry can be if you have not read and understood it in russian. it was like all the years i had spent reading poetry before made me walk the wrong path. well, languages are a treasure as some feelings and concepts seem to widen and induce feelings when expressed in a language than another.

    and as one famous kligon said : you cannot really appreciate shakespeare if you have not read the original version in kligon :D

  116. (oops) by bsdcow · · Score: 1

    dont know what did happen but my message got posted as anonymous coward. it's me that wrote it :)

    1. Re:(oops) by Anonymous Coward · · Score: 0

      No you didn't, I did! Don't take credit for my work!

    2. Re:(oops) by bsdcow · · Score: 1

      damn myself ! stop or i'll.. i'll kill myself ! ;)

  117. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 1, Insightful

    If you lack the words and grammar, you can have the thought but it is extremely difficult to do much more than that with it. Analysis or expression of the thought is difficult to impossible
    You say that, but it isn't true. It's very much possible to analyse and express a thought which doesn't have a word assigned to it. Also, what do you mean by "lacking the grammar"? I'd be interested to see an example of the grammar of a language making a thought unexpressable. Most supposed examples of this have been thoroughly debunked.

    How do you think, except in terms of those convenient labels?
    New concepts can be expressed by combining existing labels. This is just standard compositionality of meaning, and it's fundamental to all human and computer languages. What makes you so sure we can only think in terms of "convenient labels"? It's just not the case that people think in terms of whatever words there are available -- otherwise, why would people keep rephrasing their sentences to make what they were trying to say clearer, and how would people learn the meanings of words? It's obvious that there is not an easy or transparent mapping from thought to sentence.

    Does a B&W photograph or television look realistic? With no words for color, no means of expressing any difference in color, the perceived differences in color just become part of the background noise.
    Rubbish, there are subtle differences in colour which I can't describe very effectively in English, but I certainly notice them if they're important. Also, while they may describe colours differently, people who speak these languages certainly do not perceive the world in black and white -- I'm sure they could tell the difference between something red and something green if it was important (e.g. red berries kill you, green berries don't). Imagine that we had to deal with a similar situation, but the different berries were subtly different shades of purple. We might not be able to describe the difference in colour to other people using English, we'd have to get them to look at the different berries, but you can bet that unless the difference in colour was very subtle, they'd have no problem remembering the difference. We perceive differences in colour because we have rods and cones; language can't change our biology.

    The idea that language affects thought is basically discredited these days. Nobody seriously suggests that language affects thought in anything more than a very limited way. Imagine what would happen if we tried to work out how English speakers thought:

    "English has essentially 3 tenses: past, present and future. English speakers tend to perceive all events as either taking place in the past, present, or future and find it difficult to express ideas about ongoing or perpetual events."

    Of course ask any English speaker if that's true and they'll tell you it isn't, but that's basically the sort of half-arsed pseudo-analytic twaddle that most of these language-affecting-thought myths are based on.

  118. What about languages people no longer want to use? by jcam2 · · Score: 1

    If someone no longer wants to speak a dialect that only a few hundred others use, who is to say that they are doing the wrong thing? Should they be 'protected' from outside cultures and technologies that may actually benefit them? If so, doesn't this mean that they are being effectively forced to retain their existing languages, most likely to their detriment?

    These days, the loss of languages is not happening due to imperial conquest or forced re-education like in the past, but due to people changing their behavious for their own benefit. After all, given a choice wouldn't you prefer to use English and have the ability to potentially communicate with billions, versus some dialect only used in your village?

    Oh, and New Guinea is hardly a good example of the benefits of multiple languages - the country is corrupt and impoverished, and many people in the highlands live a practically stone-age existance.

  119. India by bluGill · · Score: 2, Interesting

    I'm no expert on India, but your claim that I should think of the people of India does not apply. Remember, Britton ruled India for many years, they brought with their language when they ruled. Even those who were willing to learn the native language (instead of making the natives learn English) would find it hard to succeed because there are 18 different common languages in India, and few people speak many.

    In short, while few people in India speak English as their first language, it is your best choice if you want to speak to a random person on the street and you don't know the local language.

    Why do you think India is a popular place to outsource tech support to? There are a large number of people who know English and consider $20/day riches beyond belief. Of course the downside isn't discovered until latter when you realize that most speak with a thick accent that is hard for Americans to understand. (I'd presume the English have the same problem)

    1. Re:India by Anonymous Coward · · Score: 0

      India is the Indo in Indo-European and
      both Hindi and it's parent Sanskrit are
      European languages.

  120. Well, in that case by KnightStalker · · Score: 1

    Slashdot is WAY overdue for some fire and brimstone.

    --
    * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
  121. Re:Soon to come, by tarquin_fim_bim · · Score: 1

    Prior to this surely must be Welsh, a computer language without vowels may be possible; but a spoken language? Gwt thw fwck yut wf hyrw.

  122. Linux uses more than C by bluGill · · Score: 1

    Or has Linus quit Using make(1) since I last compiled a kernel? A quick serach of my 2.0.36 machine reveals awk, assembly, TCL/TK, and sh are all used too. All are programing languages and turing complete (except awk? I've never used awk so I'm not sure, but I know the rest are)

    Linus uses the best tools for the job. I strongly doubt he has written his own make programs just so he can avoid a programing languages that does the job better. I suspect menuconfig has been re-written to be a lot better since 1998, but I'm sure Linus is perfectly willing to use the best tool for the job. C is an excellent tool for kernel programing, so that is what is mostly used. (though there is some assembly where needed)

    1. Re:Linux uses more than C by vidarh · · Score: 1

      Awk is definitively Turing complete too, though most people just use a tiny subset of the language.

  123. Hindi and Urdu??? by pendsepr · · Score: 2, Informative

    a Hindi and an Urdu speaker can understand each others language as well as an Englishman can understand American English. Know why? Because they're pretty much the same damn language with different scripts (Urdu has a few more Persian words and Hindi has a few more Sanskrit words, but both have a HUGE common vocabulary).

  124. You have got it ass backwards by MonkeyBoyo · · Score: 5, Informative
    it's well known that the grammar for all human languages follows the same basic rules (Chomsky's hypothesis) thus nothing would be lost when old languages die out.
    You have got it backwards. A linguist will describe different languages with the same rule mechanisms. How else can you compare languages? Many different linguists have come up with many different rule systems.

    Chomsky's position is that people have language organs in their brain that define a Universal Grammar (UG) of syntax. It is this UG that explains why no natural language exhibits the full power of a context sensitive grammar. [Chomsky takes this position because he denies that meaning has any effect on syntax.]

    Now the funny thing is that given all the noise made over UG very little if anything is known about it. There is not some large collection of rules. In fact every time someone says something like "this english construction behaves the way it does because of a constraint from UG" somebody goes and finds a language like Malagasy where the constraint does not hold and thus it cannot be a part of UB.
  125. Re:Take it from a highly trained ninja linguist... by cjellibebi · · Score: 2, Informative
    >But the language won't fundamentally limit their thoughts.

    Have you read George Orwell's 1984? It describes a tyranical world that goes to great lengths to prevent any form of dissent. One of the things that is happening in the world is that a new language called 'Newspeak' is being developped. The idea is that 'Newspeak' is a language that is designed to prevent the expression of ideas that go contrary to the system. It's basically a simplified form of English, but if you think in 'Newspeak', you are less likely to form a rebelious idea. Of course, 'Newspeak' is only a hurdle to those peole who don't think abstractly enough.

  126. Different human languages mean by Rams�s+Morales · · Score: 1

    different ways of thinking.

    There is not much difference between English and Spanish, but between Japanese and Spanish/English, there is, you have to think in a different way to speak Japanse.

    There is a language in South America, I forget the name, that uses ternary logic. Traditional mathematics teaching isn't effective with the kids that speak that language.

    As I see it, losing human languages will be bad for computer languages innovation. We'll be almost stuck with what we have now.

  127. Standards of success for a language by jnicholson · · Score: 1

    How successful are Tolkien's languages? And how much are they based in existing lanugages?

    --
    "Do not drill any holes in your cat - it will not like it."
    -- Nick Davies
    1. Re:Standards of success for a language by Tumbleweed · · Score: 1

      I'd say, as a 'useful' language, they're not at all successful. Less so even than Klingon, which is really saying something.

      Esperanto, and _maybe_ Interlingua, actually have native speakers. That's a pretty good measure of success in the real world, as far as I'm concerned.

  128. Re:Take it from a highly trained ninja linguist... by RayBender · · Score: 4, Interesting
    People who speak different languages, *think differently*.

    To be blunt: No they don't.

    As someone who is fluent in three languages, I'd have to say that yes, they do. I sometimes sub-vocalize in different languages when I'm trying to things through. However, I don't think it's an absolute law; it's just that certain concepts are easier in some languages than others. Try translating "ombudsman" from Swedish. Oh wait, in English it's "ombudsman"... why?

    Simply put, different languages make it harder or easier to express certain concepts, and I suspect that it follows that those who speak only one language will have their thought patterns affected by this.

    There is a much better example of how language affects thought, and one that I have yet to see a linguist mention: mathematics. Take general relativity and tensor algebra. Einstein spent most of the time between his publishing Special relativity and General simply learning a new mathematical language, one that was better suited to expressing the concepts in his theory. The same sort of thing happened in the development of quantum mechanics (bra-kets anyone?) or even calculus (differential notation).

    Language may only be a tool for expressing an underlying thought, but as the saying goes "when all you have is a hammer, everything looks like a nail."

    --
    Human genome = 3 billion base pairs = 6 GBit. Windows + Office = 20 Gbit. Which is more impressive?
  129. Well, by Kanasta · · Score: 1

    we have a hundred years left. If it ain't discovered in that time, maybe it wasn't worth discovering.

  130. Re:Take it from a highly trained ninja linguist... by Adartse.Liminality · · Score: 2, Interesting
    To be blunt: No they don't.

    not blunt answer: yes and...no, language DOES SLIGHTLY limit thought, because the structure of a given lang favors certain ways of thinking, pure thought is unusual or so I think(unless you have very simple thoughts: blue, sex...), You usually *think* in your language terms, be english, spanish, japanese, deutsch...etc

    The most limiting part be real or perceived, appears when this thought becomes expressed, then is when the language limitations(not to mention the user's) come more heavily into play.

    Language isn't merely a labeling system, vocabulary is only a brick, the cement and disposition of these components are more important
    i.e. english isn't my native lang and I find hard to be very specific while using it, it always have a certain ambiguity, that my spanish doesn't, unless I'm really trying to be vague, don't ask me why, but when using german I kinda sound angered/dead-serious or very polite(and more vague) when japanese.

    I can transmit the idea in several langs but it won't come across *exactly*, I believe language affects mostly the message/messenger but little the thought-process of said messenger or the receiver, and the effect on thought is more in that it facilitates some avenues of thinking.
    To think about:

    -Moon and sun have gender in english?

    -Why moon is male in german but female in spanish? moon=cold, serious, menacing, dark, men attributes according to germans, funny, but to spanish speakers is the other way: misterious, beatiful, soft, soothing.

    -moreso spanish and german provide a gender to things(germans go an add a neutral 'das'), english doesn't, and japanese simplifies even more: no gender a no quantity, so neko could be cat,cats, either male or female hu?.

    --
    Smokin' & rubying away
  131. Re:India (Mod Parent Down! -- flamebait) by sheapshearer · · Score: 1

    Well Henry Miller, you should learn a little more on India first, before you make such a gross comment....

    There may be many languages in India, but knowing just 2-3 would allow one to communicate with a large segement of the population.

    Hindi is an official 'national' language of India. The idea is that people in all states would speak Hindi as well as their local language. Most of the central/northern states speak languages derived from Sanskrit (which I believe Hindi to be one). Even though many of these languages have different scripts, the sounds and words are fairly simliar.. Much like the way French, English, Spanish have some simliar words and very simliar scripts. (The Indian languages differ much more in script than those European languages).

    This means you can go to many places in India and speak Hindi and be understood.

    Now the educated in India also speak English. While they may have some accent, they often speak English very well, and with perfect grammar. There are many sounds in any/all of the Indian languages that do not exist in the English Language. I mean to say that they make many more distinctions between two sounds than an American English speaker would make. For example, there are two different "r" and two different "rh" sounds in Bengali, but they sound absolutely identical to American English speakers. Granted, some sounds in the English language do not exist there (like the sound for x).

    Now there is a small catch to this idea of Hindi being the universal language. The South Indian languages are not derived from Sanskrit. The adoption of Hindi as a national language caused *quite* a bit of resentment there. Thus they have adopted English and their common language.

    Thus an English-only speaker can fare better than an Hindi-only speaker there! Keep in mind, Hydrabad is located in Southern India, which is where I would guess that a large number of the outsourced jobs are going.

    Lastly, there are more people that speak Bengali in India than there are Americans in the US.

    The Indian film industry cranks out more than 800 films per year, with a large part of that being Hindi....

    Speaking of jobs to outsource, I wish law were outsourced there. Lawyers there are very modest, and do not charge the exorbitant fees that they do here.

    Granted, people in some rural villages may not know Hindi or English. But then they probably have no use of technology jobs or tourism. They lead simple lives, don't need a lot of money (they are self-sufficient), don't need a car, don't pay huge insurance premiumns, don't live in a polluted cities, don't fight rush-hour traffic, and don't suffer from the kinds of stress that we do...

    Do you think that Americans don't have an accent? If we outsourced tech support to rural Louisiana/Mississippi/Alabama, the people in western and northern US states wooden't understood a thang!

  132. Re:You don't think in a language. You *speak* in o by addbo · · Score: 1

    But in chinese Gender is already part of the status... goh is older brother, mui is younger sister... gender is already denoted...

    So in both cases(English and Chinese) I would think you should already know of the gender...

  133. Try iterators, 'forall' or 'map' by tepples · · Score: 1

    Do you talk with perform something varying this by that until the-other?

    How about "fold all the clothes in this basket"? That'd be "for each in basket, fold this" in pseudocode, iterators in C++ STL, or (map fold basket) in Scheme. Sure, they don't match at the level of syntax, but the semantics match exactly, which is more important at some levels to linguists. One can change syntaxes arbitrarily; it takes thought to come up with new semantics.

  134. Where does progress come from? by solprovider · · Score: 2, Interesting

    Ancient Athens in the fourth century BC had a population of only around 60 thousand (less than 30 thousand if you only count those who were allowed to become educated) and yet the philosophy, science, mathematics, literature, and political thought that it produced overwhelmingly dwarfs (for instance) the suburbs of Atlanta, which contain many times more people with a much more widespread access to education and literacy.

    Disclaimer: I am not an expert on Ancient Athens, so I welcome any insight on the following theory.

    Did the incredible leaps in many disciplines come because the population was small? Or did they happen because there were a few great thinkers who impressed their students with enough different ideas that the ideas were expanded and elaborated in a dominant culture so the ideas survived and spread.

    It seems that most of the thinkers in Ancient Athens were influenced by Socrates, who got his ideas from Archelaus, who learned from Anaxagoras. If these men had lived in Messenia, the world may have lost their ideas.

    (Sorry if I sound like Ayn Rand, but I believe one great programmer is worth 20 mediocre programmers. The correlation would be that a few great thinkers have much greater influence than tons of mediocre thinkers.)

    In Ancient Athens, "philosophy, science, mathematics, literature, and political thought" were very closely related subjects. Today each is considered a separate discipline. Scientists and mathematicians do not want to consider the philosophy or politics of their work. (American) Politicians are sometimes proud of their lack of knowledge about the sciences. Does the separation help because we focus more, or does it hurt because it is more difficult for ideas to transfer between disciplines?
    - Example: The horrors of "monoculture" were only noticed because the word "virus" is used by both biology and computer science. What other ideas from biology could advance the infant science of computers? People have started checking biology for ideas, but what about other sciences? Maybe tectonics has good ideas about integrating large masses of code.

    --- Off-topic
    Anybody else notice the correlations between Ancient Athens and the U.S.? Both started well with a class system that encouraged slavery. Slavery was abolished. The main product (wheat for Athens; cotton/manufacturing for the US) was offshored, so they moved to a secondary but more profitable export (olive oil and wine; technology). Both were major economic centers for their time. Both were attacked by Persia, although the US has survived so far.

    --
    I spend my life entertaining my brain.
  135. Yes by MasTRE · · Score: 1

    We are the US. You will be assimilated. Resistance is futile.

    --
    Must-not-watch TV!
  136. Arbitrary symbols by tepples · · Score: 1

    what, funny symbol befor other funny symbol, except after third funny symbol?

    As if the letters i, e, and c themselves aren't just "funny symbols"? Very few writing systems have symbols that aren't just "funny" ("arbitrary" in linguistese). Such exceptions include Hangul (used for Korean) and Tengwar (used for Quenya and Sindarin), both of which show patterns of correspondence between the phonetic features of a sound and the shape of the corresponding letter.

    1. Re:Arbitrary symbols by Tiroth · · Score: 1

      What about ateji-derived meanings in Japanese? In this case the meaning comes long after the original ideogram, but you are still basing the usage on phonetics.

      Besides that, what is the meaning of "arbitrary" in your linguistic sense? While I could certainly see our alphabet as essentially arbitrary symbols, hanzi/kanji are primarily ideograms or combinations of ideograms...that doesn't seem arbitrary to me.

  137. Evolution of language - whatever works... by NotQuiteReal · · Score: 1
    Could it be that some languages just aren't as useful [for whatever reason] as others?

    There seems to be an underlaying tone that loss of diversity in languages is a bad thing? Why? I don't get it - if the native speakers of a language find it more useful to learn another language isn't that prima facia proof that the new language is better, again, for whatever reason? If a whole freaking culture disappears, who cares? Cultures are like any other living system - got a niche, good. Need a niche? Find one or die!

    Don't worry, if the planet gets smacked by a meteor and we get sent back to the stone age, diverse languages will evolve again, but as long as the world is ever more connected, doesn't it stand to reason, that eventually, all the connected people will converge on a common lingua franca?

    BTW, I am a non-linguistic nerd, and even I recognise several language roots in my previous couple of sentences.

    I don't speak any of the languages that my ancestors spoke, and I don't expect my kids to know COBOL, either.

    --
    This issue is a bit more complicated than you think.
  138. Cocaine by tepples · · Score: 1

    where if you tally all the various slang terms from, for example, skiers and snowboarders, you can get a few dozen as well.

    And if you tally cocaine addicts' words for "snow", you get a few dozen more as well.

  139. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 1, Interesting

    Man, I love Slashdot. So many people who think they're smart, trying so hard to sound like they know what they're talking about. This isn't directed at you specifically, parent. Just to the frustration I have sometimes listening to the bs that we geeks post. It's funny because when you think about how we ream non-technical people that talk about technical stuff as if they knew what they were talking about (hit them with the cluestick, right?) but then we in turn seem quite keen on turning around and trying to sound knowledegable when in fact, we aren't.

    Ok, now to get back on topic. The idea that language affects thought is known as the Sapir-Whorf hypothesis and is widely discredited today. I'm not about to sit around and teach you dorks linguistics, but if you're curious, google awaits.

    Oh, and I just found this cool link, if you already know something about Sapir-Whorf. It talks about non-linear time systems in Native American Languages and what Whorf was really about, claiming that he actually had little to do with hypothesis he is named after. Interesting read. See, you learn something knew everyday. It postulates that Whorf's idea of linguistic relativity is actually a spin on Einstein's use of the word. Who knew?

    Link: Sapir-Whorf and what to tell students these days

  140. Re:India (Mod Parent Down! -- flamebait) by bluGill · · Score: 1

    Well as it happens, the majority of the people I've met from India (used to work with them) are from southern India, where as you said, Hindi is not a popular language. I know their perception of India influences mine. I don't think my statement is too grossly generalized. All generalizations are false though, something I hope everyone remembers. Then again I would hope everyone remembers to be polite but everyone forgets that once in a while too...

    I agree, outsourcing tech support to the southern US wouldn't be a good idea, as most people have trouble understanding their accents. Same reason I don't reccomend outsourcing to India, not that those people don't speak a language I can understand, but that it is a lot of effort to understand them. Yes I have met people from India that speak English better than me (it isn't hard) with an accent that while different is easy to understand. Most however speak and English that I can understand only if I put effort into it. If English is your first language, odds are we can hold a conversation without both of us having to think about understanding the other (the main exception is the deep south US), this not true for the majority of Indians. I can hold a conversation with anyone who speaks enough English, but it is hard work in some cases.

  141. get a life by Anonymous Coward · · Score: 0

    this is by far the dumbest article i've read this year.. who gives a flying f##k. Weeping about what one has yet to loose. Boo Hoo, allow me to play the finger violin for you.. /me plays finger violin, as people everywhere weep..

  142. Re:You don't think in a language. You *speak* in o by Anonymous Coward · · Score: 0

    You obviously don't speak Chinese very well. Or maybe you're doing the whole "Chinese, Japanese, whatever, they all have slanted eyes" thing in your recollection, because the Asian language most associated with the concepts you outlined in your post is Japanese, not Chinese. Intrinsically, when you speak Chinese, the only special thing you need to keep in mind is ni3 versus nin2, with the former being informal and the latter being more respectful. Sometimes you might use indirection to be particularly polite, but at that point you've left the realm of language and entered the realm of culture. That they have two different words for you is no more complex than 99% of European languages (french: tu, vous, german: du, Sie, spanish: tu, usted, middle english: thou, you).

    Japanese is somewhat more involved, with every verb having an informal and formal form, and with many common verbs having a seperate, honorific form for particular occasions; the polite prefix o- (ie, omizu), the disdain of anata (you) in favor of the third person so as not to address people directly, etc, etc.

    But I can speak Japanese, Chinese, French, German or whatever in a formal or informal way; it's nothing intrinsic in the language, it's just part of the culture. I would not be incorrect, in any linguistic sense, if I chose to use the Chinese ni3 instead of nin2, but I might be making a cultural faux pas. Do you understand the distinction?

  143. Re:Take it from a highly trained ninja linguist... by Banjonardo · · Score: 1
    Reminds one of the rather deep article on Wikipedia about the Sapir-Whorf Hypothesis.

    No, not THAT Worf.

    --

    -----

    Score 3? For what? Being wrong, at length? - smirkleton

  144. Programming in Chinese by Simonetta · · Score: 1

    I've often wondered if it would be easier to program computers with Chinese characters.

    Perhaps each character could represent a low-level primitive function with standardized send and return parameters.

    Perhaps parallel computers could be 'programmed' with Chinese characters having the horizontal characters represent threads and the vertical arrangement of characters represent something else. The pre-compilier would rearrange the characters for their optimal parallel process and the main compilier turn the optimal processes into machine language.

    We need to start thinking of ways to get order-of-magnitude increases in the productivity of programmers that matches the great increases in computer hardware productivity.

    There is a Malthusian parallel to computer progress: Software productivity increases arithemeticly slowly while hardware productivity increases exponentially.

    1. Re:Programming in Chinese by mrogers · · Score: 2, Insightful
      Perhaps parallel computers could be 'programmed' with Chinese characters having the horizontal characters represent threads and the vertical arrangement of characters represent something else.

      What would Chinese characters trickling down a green-phosphor screen represent?

    2. Re:Programming in Chinese by hesiod · · Score: 1

      > What would Chinese characters trickling down a green-phosphor screen represent?

      A Chinese alphabet soup screensaver? That has gone bad? REALLY bad?

    3. Re:Programming in Chinese by mrogers · · Score: 1

      Chinese alphabet soup? The cans would have to be huge!

  145. Other types of logic? by mveloso · · Score: 2, Interesting

    One question is: if you saw another type of logic, would you be able to recognize it by itself instead of using your current frames of reference? Heh heh.

    It's an interesting problem, because the things that computers do today are pretty straight-ahead. I'm sure that 40% of the people reading this can reverse-engineer most systems/programs just by hearing a description of how those systems behave.

    So what kinds of systems are impossible to describe right now? I suppose those would be predictive systems, like weather or human behavior, drug modeling, etc. In fact, modeling is in need of its own type of language and logic, because in models things happen because of conditions that aren't necessarily known beforehand - the system is non-deterministic.

    Right now (from what I gather) simulating a non-deterministic system is a real PITA. And they're hard to code, too, becuase everything is happening at once. So you timeslice everything, but it's not quite the same.

    Now what would be really, really useful would be a general-purpose analog computer. When you deal in the analog realm, you don't really have to do a lot of the gruntwork because the nature and properties of the medium take care of a lot of that. I think what analog computing boils down to is designing feedback loops - I have a vague understanding of analog computing, most of it from a lot of layman reading of cognitive sciences, genetics/genomics, etc. The downside is there may be on the order of a few hundred thousand or million interactions that need to be designed, but that probably compares favorably to the amount of code that'd be written otherwise.

    Anyway, I'm just sort of rambling on, but it's interesting stuff to think about.

    1. Re:Other types of logic? by pinka · · Score: 1



      Right now (from what I gather) simulating a non-deterministic system is a real PITA. And they're hard to code, too, becuase everything is happening at once. So you timeslice everything, but it's not quite the same.


      Google for hybrid automata. Since things aren't finite anymore, the "usual" equivalence between non-deterministic and deterministic automata break down. Of course, for regular (finite) automata state-space explosion probably kills you as well. Also, starting to look interesting are things like tree-automata etc. These are useful in logic as well; once you can generate trees (at least DAG's) you can generate proofs.

      But you also said:


      Now what would be really, really useful would be a general-purpose analog computer. When you deal in the analog realm, you don't really have to do a lot of the gruntwork because the nature and properties of the medium take care of a lot of that. I think what analog computing boils down to is designing feedback loops - I have a vague understanding of analog computing, most of it from a lot of layman reading of cognitive sciences, genetics/genomics, etc. The downside is there may be on the order of a few hundred thousand or million interactions that need to be designed, but that probably compares favorably to the amount of code that'd be written otherwise.


      People tried these before they tried the digital computers. Essentially, if you have circuits with differentiators, these are unstable. Reason: think of a signal with a small additive white noise. The differentiation will amplify the high frequency noise. Similar considerations apply to digital numerical codes as well, but non-linear filters are far easier to write in the digital domain...

  146. R.I.P. by Anonymous Coward · · Score: 0

    How will the extinction of the American Programmer affect programming languages?

  147. Re:Take it from a highly trained ninja linguist... by Squiffy · · Score: 2, Interesting

    "Methinks the language can be and is limiting.
    If you lack the words and grammar, you can have the thought but it is extremely difficult to do much more than that with it. Analysis or expression of the thought is difficult to impossible."

    "I think this analogy is flawed.. I may be able to see a whole world full of colour, but without words to describe it, how do I share those thoughts?"

    Both of you need to go back and actually read NTiOzymandias' post. S/He never said that expression didn't rely on language, s/he was talking about the independence of *thought* from language.

  148. Re:You don't think in a language. You *speak* in o by Anonymous Coward · · Score: 0

    There is something important lost when the speakers of a language die, yes. But what is lost is not any concept, pattern of thought, or way of looking at the world. Because there is no concept that you cannot translate across the language barrier. There is a word in Russian, I've heard, for that feeling you get when your ex walks into the room. But just because there is no word for it in English doesn't mean that I couldn't just explain it to you. Just because some Native American languages do not have the same adverbs for time that English does doesn't mean that speakers of those languages have no concept of time.

    Just out of curiousity, how would you go about proving this "fact", that nothing is lost in translating across languages? Until people learn to read minds, it cannot be done. Here's something else to think about: how would you explain the Engplish phrase "Give it that old college try" _in English_? Do you really think that the explanation would properly capture the meaning of the phrase?

    See, the Sapir-Whorf hypothesis is not exactly discredited. The strong version of it (that thought is determined by language) is almost certainly wrong, but weaker versions are still debated. If nothing else, language influences one very important aspect of our thinking: how we will use our language! (And any other related behaviors, at times including gestures, posture, and so on.)

    I suspect that your professor(s) take a strong position on one side of this debate and have not presented the other side as thoroughly as it deserves.

  149. Good, it should happen faster! by Space_Soldier · · Score: 0

    One language is better, more efficient. There was this language designed that sounds similar to europa, euroka, in witch for example adverbs end only with "a", verbs with another letter, and very easy to pronounce and write. There should be one language, which is easy to write and speak. Obviously English can't be the one, even though it the most popular today because the writing system sucks. There should be one character for one sound. There are phonetically written languages like Romanian, it has very few quirks, Latin. The problem with English, is that when a word was taken from another language, it was still spelled the same, which is stupid. That is "A", "E", "I", "G", "J" and many other letters have different pronunciations. Many countries have done spelling reforms to their own languages in the last century, like Turkey. I believe that the English language should have a spelling reform too. English should have a spelling reform on the international level and adopted by every English speaking country. Right now, the international English, is the England English (noticed, that I have no said British since the Scots, Walsh, Irish have some different things). I use speak the England English, and spell the words like colour, dialogue, centre and so on the normal way, even though I live in the United States.

  150. Re:Take it from a highly trained ninja linguist... by Adartse.Liminality · · Score: 1

    thanks for the link, learn something everyday ne, anyway googling for said theory concludes that a strong determinism of thought upon the language used is an error, and indeed I think so, if You have cared to read with more detail you would notice that I agreed that thought is affected by language but is minimal(which part of SLIGHTLY didn't get?), the real effect comes after you comunicate those thoughts. That's my experience and wouldn't change 'til it shows me otherwise. besides this is /. ;-)

    --
    Smokin' & rubying away
  151. PLEASE RETURN MY MENSA CARD by Anonymous Coward · · Score: 0

    "proud owner of a mensa card"

    CHECK THE NAME ON THE CARD

    this bitchass mugged me fo it.

    bitch.

    1. Re:PLEASE RETURN MY MENSA CARD by Anonymous Coward · · Score: 0

      Damn thats the funniest troll I've seen in a while

  152. Re:You don't think in a language. You *speak* in o by Justice8096 · · Score: 4, Insightful

    Agreed - but for the sake of the readers who have no experience with other Human languages, I will offer the following:
    If you know an object-oriented language like C++ or Java, try learning Prolog. Then see if you don't suddenly find yourself writing programs differently, and integrating pattern-matching concepts differently in your programs.
    It all translates (eventually) to Assembly, so there should be nothing Prolog can do that C++ can't do. And you still contain the same brain, and the same knowledge of Computer Science, and you don't think only in C++, so there shouldn't be a difference there either. But there is.

  153. Re:Take it from a highly trained ninja linguist... by tehanu · · Score: 2, Informative

    I was reading an interview in the New Scientist about a linguist who specialises in obscure languages.

    According to her there is a language belonging to an Amazonian tribe where you *have* to put how you know something. For example, if you say that Jack told you something you have to also say how he told you. For example if he phoned you you would say "Jack told me, non-visually."

    With examples like that, I'd have to say that it is perfectly possible for language to define how a society operates and how people think.

    Take for example also the Chinese language. The Chinese language is tonal. This means that songs that people write have to take this into account so that people can actually understand what you're singing. Modern songs aren't so bad esp. Mandarin songs as Mandarin only has a few tones and is much more forgiving of tonal mistakes. But Cantonese has 7 and older Chinese languages have 9. They figure out how to sing centuries old songs where only the lyrics survive by working out the tones of the words. That is an example of the language influencing the entire musical heritage of the culture. I've also noticed that word plays are much more popular in Chinese and Japanese than in English, because there are so many words that sound similar. In English you only have a limited subset of words for familial relations. In Chinese, there is a title for practically every permutation of familial relation you can have. For example the wife of your father's older brother has a different title to the wife of your mother's young brother and to your father's older sister and to your mother's older sister and your father's younger brother's wife etc. etc. Also close non-blood ties are usually expressed in family terms like big brother or Uncle (one of the many terms for uncle depending on if they are your father or mother's friend and whether they are older or younger than your father/mother), or little sister etc. Hell, there is a tradition in many families of choosing given names that reflect which generation you are so when you meet someone from your family you can tell how senior/junior they are to you from their names (this practice became defunct after the Communists) This just displays the importance of family in China. That the Chinese think in terms of family units and family ties waaaay more than native English speaking cultures do. In fact even government structure is seen in terms of family with the Emperor being the "father" of the nation and the obedience people have to the Emperor being seen as the same sort of obedience a son owes his father. This is embodied in Confucianism - though note that Confucius merely put together what people had already thought for a long time. That is a very large difference in thinking that is reflected in the different languages.

    Also looking at 1984, the entire focus on Newspeak was to get rid of words like "freedom" (or subvert their meaning). It is much harder to think of a concept if you don't have a word for it.

    I disagree with the statement that new versions of Chinese will spring up. If you look at China, Mandarin is so wide-spread in the north because of the Central Plains region. Good geography easy spread. Language diversity and genetic diversity is much larger in the south due to the much more difficult terrain of the south which limits the spread of languages. This also made the south much more easily defensible than the north as has been shown many times in Chinese history with the Yangtze river the single greatest defensive barrier in China (esp. against northerners who don't know how to fight on water). It was a lot more useful than the Great Wall ever was. The reason why they didn't diversify more was because the Chinese Empire was very good at reintegrating those regions back into the Empire after every time the Empire broke up and there were a lot of migrations from the north esp. masses of refugees during times of turmoil in the north. Modern technology makes the geographical reasons for the language diversity in the south null.

  154. Plenty of other examples by jtheory · · Score: 1

    a Hindi and an Urdu speaker can understand each others language as well as an Englishman can understand American English.

    Not quite that much, but definitely on the level of colloquial exchanges you're right. On abstract topics, talking politics and other more "elite" subjects, they diverge enough that the speakers often won't be able to understand (though the grammar stays the same). And the different script *does* make a difference when you're trying to do any kind of business with anyone beyond "I'll take two of those".

    Either way, though, there are plenty of Indian languages that are completely different from each other. My wife speaks Tamil, which is great in Tamil Nadu or thereabouts, but no help at all when we're in the north of India anywhere, since neither of us knows more than a few scraps of Hindi.

    Guess what we spoke? Yep, English. There seemed to me to be a greater percentage of people in India who spoke English than I remember running into in Europe, actually.

    Which in a way is weird (to argue against my own point above) because I think Hindi is required in schools in most of the Indian states, even though the "home" language is often something else, PLUS the attraction of the Hindi Bollywood movies is huge... so in general, an Indian trying to talk to another Indian would still have Hindi in common.

    --
    There are only 10 types of people: those who understand decimal, those who don't, and, uh, 8 other types I forget.
    1. Re:Plenty of other examples by cozziewozzie · · Score: 1

      Well, the fact that India was an English colony for a long time has something to do with it. They didn't just pick English randomly.

  155. It Helps less programmers stuffing things up by Anonymous Coward · · Score: 1, Interesting

    The fight in code between Color and Colour is out of control in some case of diff patchs correcting both ways. Less Languages Less fighting Faster development. Programming langs have been created and died out basicly there will be less.

  156. Sore wa nan desu ka. by Inoshiro · · Score: 1

    That what is [question sentence form]?

    Japanese is a fantastic language, one well worth studying. And it's most definitely SOV :p

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  157. Explain RED to a blind person by Anonymous Coward · · Score: 0

    Only people that can see will ever truly understand RED color, how do you get that concept across to a blind person? You can describe it to them, but will they ever truly conceptualize RED apples and YELLOW apples the way people do that see?

  158. All your base are belong to us by Anonymous Coward · · Score: 0

    It's close enough that I understand the concept they are trying to get across. Explain the color red to a blind person though and you have truly done something.

  159. Maybe he does not understand ... by Anonymous Coward · · Score: 0

    American Football rules because nobody care this sport but US !
    (unlike baseball that some country like Japan are adicted too)

    #1 world "mass" sport is AFAIK, Football (i mean soccer as UK call it, or also called futebol, fuBball, ... ) you know the one you play with your foot over a ball :)

    Is there anyone that knows why American "Football" is called so ? Should we call it "American Rugby" instead ? Because practically this is an "deregulated" Rugby ;-)

    Any clue will help on those naming ....

  160. Algorithm by Poligraf · · Score: 3, Funny

    The word "algorithm" encripts the name of the first programmer - Al Gore ;-).

    --
    Tigers respect lions, elephants and hippos. Maggots respect no one. (C) S. Dovlatov
    1. Re:Algorithm by Anonymous Coward · · Score: 0

      Algorithm... Al Gore Rhythm... Ahahahaha.

  161. ESR, what say you? by Anonymous Coward · · Score: 0

    This is Eric's field

    I'd like to read his off the cuff opinion.

  162. Re:You don't think in a language. You *speak* in o by Denyer · · Score: 1
    However, if a concept is simple to express in a given language (eg, a word or two rather than a sentence) it stands more chance of being expressed regularly in conversation, no?

    For example, "I", "we", "you", "and", "the" etc. are all monosyllabic, and not without reason.

    The desire to express concepts without providing explanation constantly is what leads us to, for example, use the word "schadenfreude" -- it only has to be explained once as a concept, then we can use the shorthand word with a given group of people.

    --
    Ph-nglui mglw'nafh Gates M'dna wgah'nagl fhtagn.
  163. Re:Take it from a highly trained ninja linguist... by gowen · · Score: 1
    Have you read George Orwell's 1984?
    Are you aware of the concept of fiction? That the effacacy of Newspeak in suppressing ThoughtCrime was something that Orwell *made up* out of his imagination, rather than basing on it on sociological theory.
    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  164. what programming languages are for by rp · · Score: 1

    Programming languages are for humans!

    Of course they must be interpreted by computers, but the reason they exist is that humans (the author, or someone else) must be able to understand what is going on.

    So it's very important to find expressions for humans to understand and use. Perhaps natural languages can have some undiscovered gems for us.

    On the other hand, there are far more programming languages than natural languages already, we're quite capable of inventing new ways to say things without knowing hundreds of existing ways in advance.

  165. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    I am a linguist and a programmer (it seems to be a popular combination). There are languages that don't have past/present/future/habitual (often they'll mark words for finished action and ongoing action instead). There are languages that do without negation-words and question-words (you don't need the latter in English either, just think about it). Whether all languages have active/passive is debatable (they all have a way of not having to mention the subject, but it won't necessarily work for all possible subjects), I did run across a language that uses the passive more often than the active... In short, you can think up just about any possible language (mis)feature (though there are no fully center-embedding Forth-like creatures out there, sorry), and somewhere, some language already does it, which is one of the main reasons language is so mind-bendingly cool.

    You can say anything in any language, the question is with how many words: some languages, like several South American ones and Turkish, insist that you grammatically encode whether you saw an action with your own eyes or just heard about it. Imagine what lawyers and cops could do with such languages :) And then of course there is a dialect of Quechua (or was it Aymara) which uses trinary logic throughout.

    There is a branch of linguistics (names not mentioned to protect the guilty) that at least used to claim that since anything can be said in any language, you can learn everything about every language by studying English. Why this is bollocks is left as an excercise to the reader.

    A reason that recording dying languages is the right thing to do that still haven't been mentioned is that it is important for generalized machine translation; it tells us what we can get away with not translating, what should be left ambiguous. Needless to say, you need MT for true AI.

  166. You shall be assimilated. Resistance is futile. by Anonymous Coward · · Score: 0

    Too bad for geeks? Computer languages will suffer? Come on, get some perspective.

    Doesn't anybody realize that disappearance of a language usually also means a disappearance of a nation. I guess that doesn't mean much for a few hundred millions of dumb Americans, but it sure does for some smaller nations.

  167. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    Subjective experiences aren't very good evidence here. There are (in my experience) other people who claim that being fluent in other languages doesn't allow them to think in new ways.

  168. Re:Take it from a highly trained ninja linguist... by Durendal · · Score: 2, Interesting

    Language can certainly influence thought, however as you point out well it does not limit or control thought.

    To use your example of light and dark, a healthy person without the color words would see colors but would not normally care about what color something was. They would just think about the dark and lightness of objects they see. Obviously, once they were told about colors and taught the labels they would be able to recognize colors. However, I bet it would probably not be automatic for a while, if ever.

    Language abstraction is a powerful influence. The descriptors(language) one uses to abstract one's environment can influence or mislead if the language 1. lacks perspective or 2. overloads words using stereotypes

    EX. 1 Many languages lack a description of time. Everything is described in the present tense. There is not even a word for time. This gives rise to some interesting cause and effect or non-linear logic and language constructs.

    EX. 2 In Cypriot Greek the word for black spoken with the female gender suffix means: Black Woman, Servant, Maid, Slave, subservient wife. Someone who only speaks this language is probably misled into not holding black women in high regard until taught otherwise.

  169. Programming in Russian by Poligraf · · Score: 1

    ... was unpleasant. There were russified versions of Algol early on, but somehow it made me puke looking extremely clumsy.

    The reason for that is that Russian lexics are very different from the English ones; the words are highly permutable and have many different forms through suffixes and endings. You need to use the correct form in every circumstances. English is much more simple and logical in this regard and in the others (such as much more restrictive grammar because of the lack of the same endings that Russian has).

    On the other hand, my intuitive algorithm creating abilities seem to be much better than pretty much every native English speaker I've worked with. But it might be just me ;-).

    --
    Tigers respect lions, elephants and hippos. Maggots respect no one. (C) S. Dovlatov
  170. Re:You don't think in a language. You *speak* in o by Anonymous Coward · · Score: 0

    I totally agree.
    I believe in the weaker version of the Sapir-Whorf hypothesis. The problem is that it can never be more than a belief.
    The main propblem with this hypothesis is that it is not falsifiable. Even if it is wrong it is impossible to prove so. That is as impossible as proving that the theory is right. Pity.

  171. I think you're mistaken by Poligraf · · Score: 1

    I've read a good example written for Russians trying to master English: "In English you need to know how your sentence will end when you start it".

    My experience confirms that; most of my sentenses were too long and too quirky for Americans whether they were typical for the Russian grammar.

    Also, English grammar and lexics is much more logical and thus restrictive. Russian is much more flexible.

    So, in order to experess myself in English, especially verbally, I need to think differently.

    Also, I've read about Chinese that it uses different brain areas because of being much more visual (versus languages with alphabets); it thus balances sides of the brain whether Western languages utilize the left, logical one more than the right one.

    --
    Tigers respect lions, elephants and hippos. Maggots respect no one. (C) S. Dovlatov
  172. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    you've written a lot, but all you've argued is that language is an active part of a culture.

    that is obvious, and is not the same thing at all as the contentious argument that language affects or limits the nature of thought.

  173. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    Some of the things you mention could safely be assumed to be universal across languages (e.g., negation). However, some of the things you mention are clearly not universal. For example, not all languages have a grammatical distinction between active and passive. (Plenty of Australian aboriginal languages don't.) And plenty of languages lack a grammatical category of tense (past/present/future), even though you can obviously convey the concept through other means (time words, e.g., "tomorrow"). Chinese is a good example. The loss of linguistic diversity means it will be harder to sort out what's essential and what isn't. (Neither tense nor active-passive are essential, whereas negation is.) The loss of linguistic diversity is therefore a real pity for linguistic theory, but whether this has any real consequence for computer science is debatable.

  174. One more thought by Poligraf · · Score: 1

    Culture depends on language a lot.

    English is very "proper", restrictive language. Guess what - there is probably no other culture that depends on the laws and takes them into account that much. And it happened from the very old times.

    German "ordung" also might be a result of a very logical language.

    Unlike English speakers, Russians usually care about legality of something much less.

    Chinese, as it was said here, care a great deal about social statuses. Thus, they think very differently when it comes to the status of opponent; their language and thinking reflect the hierarchical nature of their culture.

    --
    Tigers respect lions, elephants and hippos. Maggots respect no one. (C) S. Dovlatov
  175. Or even... by pommiekiwifruit · · Score: 1

    How does a Belgian talk to a Belgian :-)

  176. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    " In Cypriot Greek the word for black spoken with the female gender suffix means: Black Woman, Servant, Maid, Slave, subservient wife. Someone who only speaks this language is probably misled into not holding black women in high regard until taught otherwise."

    Black hearted people want you to succum to the dark side and blacken your name with black balled people and dark desires. Come to the light and wash your heart white as snow from black sins. Beings of light fight the forces of darkness; join us, be white, be right, shine on!!!

    This message brought to you by Mr. Pink Skin who loves his Afro neighbors. Ain't language a BITCH ?

  177. Re:You don't think in a language. You *speak* in o by Anonymous Coward · · Score: 0

    "But they think, by and large, exactly the same as "us"."

    I find that people of differing IQs think differently.

    Above 120 think algebraicly.

    Under 80 think here and now.

  178. Re:You don't think in a language. You *speak* in o by the+bluebrain · · Score: 1
    • (Chinese ... English)
    Or take the Uplift series by David Brin (which I don't like, but hey - there are some interesting things in there), or the word "mu" which many /.-ers are acquainted with: trinary logic. Brin has his uplifted Dolphins talk & think in a trinary logic system, and the word "mu" (as I understand it) is the answer to an unanswerable question, like "n/a".

    The binary system may historically have been adopted in computing for its comparitively simple implementation, but the way it corresponds to everyday speech & thought is a bit uncanny: something is either true/false or black/white and so on. Which influenced which?

    Take the question "have you stopped beating your wife yet?", or the statement (neo-Godwin alert) "you are either with us, or you are with the terrorists": they are gramatically properly formulated, and appear superficially legitimate - in English. But in Brin's speculated trinary system of thought and communication, the statements would probably seem just silly.

    Finally, and as has already been stated in the discussion to this article: of course, all programming languages end up in binary machine code - but on the higher levels of abstraction, other things can be going on. Take OO: the silicon knows nothing of objects, but compared to procedural programming, it's a fundamentally different way of formulating, thinking about, and solving problems. Imagine (hey, it must already exist somewhere), a language which requires not just "if .. then .. else .. endif", but "if .. then .. not .. mu .. endif"

    /or something
    --
    yes, we have no bananas
  179. Heuristics? by Anonymous Coward · · Score: 0

    I hate seeing the word "heuristics". To my mind, "heuristic" is an adjective, and whilst it may be used with a noun (e.g. "heuristic rules"), to just say "heuristics", is incorrect. A heuristic isn't a thing to be plauralised lightly.

  180. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    > According to her there is a language belonging to an Amazonian tribe where you *have* to put how you know something. For example, if you say that Jack told you something you have to also say how he told you. For example if he phoned you you would say "Jack told me, non-visually."

    This not uncommon. Whorf describes the same kind of feature in a northern american language (Pawnee??). This occurs too in many others northern american languages like Wintu.
    The most important language with that kind of feature (the linguists word for it is "evidential") that I know of is Aymara, which is spoken by one and a half million people, around lake Titicaca, in the Andes.

    A+,

  181. The "-ough" (and "-ow") limerick: by simon_clarkstone · · Score: 1
    (Approximate, from a BBC Radio4 comedy program)
    There was a old lady from Sl ough
    Who caught a terrible cough.
    She wasn't to know
    It would last until now
    But I think the old bird will pull through.
    (note: "Slough" is a town that rhymes with "now" (annoyingly in this limerick))
    --

    C:\>spell -b slashdot_submission.txt
    Bad command or file name.
  182. Not all is what it seems. by jotaeleemeese · · Score: 1

    I will talk about the Nahuatl (Aztec culture) customs since I am not familiar with my paisanos in the Mayan region's costumes or with my compadres of Peru and other regions of the glorious former Inca empire.

    Human sacrifice most probably was vastly exagerated, it was in the interest of the Xian misionaries to make anything related to the aborigin religion look bad so it would be easier to justify the extreme measures to Christianize indigenous Americans. There are accounts that talk about sacrificial orgies of up to 20000 people in a session, but in spite of knowing exactly where all the main religious places in Mexico are, no probe has been found (mass graves, resaonable amounts of skeletons here or there) that human sacrifice was practiced in such widespread scale.

    And no wonder. In Nahuatl culture the "paradise" was reserved only for the warriors that died in battle, which meant basically the nobility, since not everybody was allowed to capture enemies for human sacrifice. It was immensely valuable to capture enemies alive so they could be offered to the god in sacrifice, a warrior that killed all his enemies in war was considered unworthy.

    The human sacrifice was required in order to save the world from ending, since the Sun demanded human blood to raise every day.

    Compare that outcome of war (keep the universe going with the sacrifice of war prisioners) in Nahuatl culture to what was happening elsewhere: the populace launched against each other, diying in the benefit of the powerful and when dying, not receiving any dignified tretament but a hasstly burial to avoid diseases.

    Perhaps if Nahuatl values had prevailed and permated to other societies, today the powerful would think twice before embarking in wars since their personal safety would be at stake,

    Human sacrifice was abolished by tlatoani ("emperor") Moctezuma II a few years before the arrival of the Spanish to today's Mexico.

    --
    IANAL but write like a drunk one.
  183. Re:Take it from a highly trained ninja linguist... by lazyl · · Score: 1

    Language makes for a convenient labeling system, but it doesn't define your thoughts

    I suspect that you don't speak more than one language right? I have a Chinese friend who (though she speaks near fluent English) constanly has trouble expressing her thoughts precisely in Engligh, simply because the correct words dont exists. English people have that problem occasionally, but not nearly as often she, or others learing English (or any second language) do. It's obvious that Chinese has signifigantly affected her thought process.

    Have you ever tried formulating some thoughts without using language internally? Try it now. Pretend you don't know any language and try and consider some complicated idea or thought. It's pretty hard. Without language, all that's left to draw upon are primitive emotions and senses. You'll be able to summon up emotions, images, sounds, smells etc., but that's about it. Without language, high level thought is pretty much impossible.

    --
    Aw crap, ninjas!
  184. Re:Take it from a highly trained ninja linguist... by martinfb · · Score: 1

    Seems to me that it is generally more the language USER (or a language's use), rather than the language itself that falls short. A craftsman, for example, need not be limited by the tools at immediate disposal; rather that a craftsman could find, or even create, new tools to satisfy needs - for expression or functionality. Perhaps it is a Darwinian thing!

    --


    Self-importance and self-indulgence is the root of ALL evil.
  185. Re:You don't think in a language. You *speak* in o by alexlys · · Score: 1

    I am a native Russian, but still I don't know a special word for that feeling you get when your ex walks into the room. I feel surprised. Could you please give this word?

  186. Chinese and OOP by stuffduff · · Score: 2, Interesting

    Because of the structure of the Chinese language, specifically the structure of items and classifiers I wonder if Chinese programmers feel they have a better grasp of Object Oriented Programming?

    --
    "Can there be a Klein bottle that is an efficient and effective beer pitcher?"
  187. English colonies by jtheory · · Score: 1

    Well, the fact that India was an English colony for a long time has something to do with it.

    That's a great point. I'd say the single largest reason for English being so widespread was the massive reach of the British Empire. The people they conquered and colonized, of course, but also the people they did commerce with.

    And the effect spreads -- the U.S. is the obvious example of a colony that broke off from Britain, but became a massive economic force using the English language.

    --
    There are only 10 types of people: those who understand decimal, those who don't, and, uh, 8 other types I forget.
  188. Re:Take it from a highly trained ninja linguist... by gammoth · · Score: 1

    You should read up on computational linguistics. This includes Chomsky, but he can be a bit hard to digest for initiates.

    We all think in the same structures at the most fundamental level. But I'm sure that the grammar of one's language may strengthen certain cognitive algorithms over others.

    That fact that you "sub-vocalize" in different languages means, just as you point out, that some languages are better at expressing certain ideas than others. For instance, there's some native South American language which has a preponderance of verbs. It has many ways to express "to sleep", including several variations that indicate different qualities of sleep one has while in one's canoe! So, a single word would connote the action, "I was sleeping peacefully in my canoe", or "I will be sleeping lightly in my canoe, listening for the arrival of the herd for their afternoon watering". (These are just guesses, not actual examples.)

    Now, back to my canoe....

  189. "Ease of use" for the task at hand, yes! by ishmalius · · Score: 1
    Different computer languages perform best when applied to their own domain of tasks. The same goes for human languages.

    For a nonhuman example, consider Calculus notation, which is totally impractical and difficult for common use. For everyday use, simple arithmetic works well and provides the "ease of use" we need for accomplishing everyday tasks. Calculus is out of place in our daily lives. Calculus is, however, a time-saving shorthand notation that greatly simplifies its intended domain. Calculus notation provides a speedy way to work out a problem of its type, while hiding the low-level mechanics from the human. Using simple arithmetic to solve a problem in the Calculus domain would display no "ease of use" at all. For instance, remember when Newton worked out his theories on gravity and orbital motions concisely in the Calculus. He later needed to re-write the proofs in much longer and more difficult geometry to present his ideas to others.

    Now, for a human example, look at the Creole set of languages. These are the synthetic languages that were born when people of many tongues (often slaves) were brought together and were compelled to communicate with each other in order to cope with their foreign environment. The resulting languages were (at first) terribly inefficient at expressing complicated ideas. But they were awesomely efficient in their given task: to provide a common bridge among the babel of tongues.

    Maybe there is a human language out there, whose design and model are best suited for AI? Maybe there is some language out there whose mechanics can greatly simplify some of our current horrendously complicated systems. Who knows. Maybe this really is akin to finding that miracle drug in the rain forest before the plants are extinct.

  190. Also Korean Re: Sanskrit ... artifical language .. by angel'o'sphere · · Score: 1

    I was to post that myself.

    Indeed Sanskrit is one of the first artificial languages, but the same is true for Korean.

    I think this is true for the most languages where you can find old mytical stories about a god bringing that language to man kind.

    In old history a god usually was nothing special but a emporer who was praised like a god, e.g. like in old egyptian.

    The "first" emporer of Korea is so famous because he united the country and gave the people "a language". So he became a *god*. Still today the korean language has not shifted very much away from the crafted language which was made about 3000 BC as far as I recall.

    Ancient Greek IMHO was also adapted and morphed into a more or less artificial dialect ... and thats why the Genesis starts with: in the begining there was nothing ... and than came 'logos'.

    Because thats what mankind seperates from apes: logic.

    angel'o'sphere

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  191. Re:You don't think in a language. You *speak* in o by RealAlaskan · · Score: 1
    For example, one language (Chinese) does not really easily allow you to talk to another person unless you know their status in relation to yours (social superior, social inferior, social equal).

    BZZZZZZZZT! WRONG!
    Sorry, that's not Chinese.

    Chinese doesn't require any knowledge of relative or absolute social status. Perhaps you were thinking of Japanese? My Japanese friends tell me that social status is a part of the Japanese language, exactly as you described.

    Now take another language, English, where it is very difficult to talk about a person unless you know whether they are a man or a woman.

    Wrong again, and this time you gave me a counter example. Proper English grammer would call for using: ``... unless you know whether he is a man or a woman.''. But that, or your common error, avoids the need to know the sex of the object of the sentence.

    However, I'd be willing to bet that if you asked English speakers and Chinese speakers if they knew of people, but did not know their gender[sic] (and perhaps the number of people who have that status), I would expect English speakers would have a lower "Yes" response.

    I'll ask some Chinese speakers that. I really doubt that you're right on this. We don't pay attention to a person's sex (not gender) because it's part of the language, we pay attention to this because we care. Language doesn't change that.

  192. Sanskrit is Constructed by Vagary · · Score: 1

    IANALinguist, but from what I've read Sanskrit, as the term is used today, should basically be considered a constructed language. Panini took an already existing natural language, Prakrit, and squeezed it into his formal structure.

    So yes, Panini's work is interesting from a historical perspective because he discovered context-sensitive and recursive grammars, but we can't make any claims about natural languages being valuable in the study of computer science. We can't even make claims about the cultural universality of certain grammar forms because Western linguists based a lot of their work on Panini.

    Saying that Sanskrit is useful to computer science is like saying that Go is useful to mathematics. Yes, Go has very convenient formal properties, but that's because it's not a natural system!

  193. Re:Take it from a highly trained ninja linguist... by bokmann · · Score: 1

    To be blunter,

    Yes they do. I just googled and found this link, but I read about this last year in New Scientist magazine.

    As one example from the article, scitnsts studying linguistics looked at architectural styles from cultures where buildings, bridges, etc have masculine, feminine, and neuter terms for them. Correlating architecture to gender, there were discernable patterns.

    To quote one tantalizing point from the article, "Boroditsky said she is now considering studying how the design of bridges - a masculine word in Spanish, but a feminine word in German - differs between the two cultures. "

    and this one:

    Another researcher has found evidence that languages which have many terms for color, such as English, give their speakers an advantage in remembering them.

  194. Programming suffers = more rains in N. Dakota by danila · · Score: 1

    The article (which I proudly ignored) is yet another example of a common journalistic practice - throwing a bunch of words together with the hope that they will somehow self-assemble to make a resemblance of being sensible and slapping a sensationalist conclusion (and a catchy headline) on top. Needless to say, there is no point worth mentioning. Sad that this practice appears to be spreading to popular science magazines.

    To elaborate:
    1) loss of languages doesn't mean loss of our thoughts and ideas
    2) it is unprofitable to mine these languages for ideas anyway, otherwise MS would be doing it (potential payoff is miniscule)
    3) why would a language evolved in a society of hunters and gatherers be useful for programming I don't know (other than by sheer luck)
    4) by the end of the 21st century I expect some progress to happen in computer science anyway. I doubt we will miss those languages then. :)
    5) a forecast like this completely ignores any developments in AI which are likely to happen in the coming decades

    Conclusion: don't waste your time on that article, it's likely to be crap. :-) Although it might be entertaining crap, who knows...

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  195. So What? by severoon · · Score: 1

    I literally could not care less. If we have to sacrifice an extra few years developing the next-gen programming languages (come on people, it's not like we'd NEVER figure it out without some esoteric ancestor of Hmong reminding us), it's a small price to pay in exchange for the ability to call up the Chinese mail order warehouse and explain--in one common tongue--that I ordered an ocean barge full of chrome and blue electric scooters, not the combination trampoline/tamborine home amusement kit.

    (For those of you wondering, yes, they always mix those two up if you don't make sure you circle the kit number on the order form.)

    sev

    --
    but have you considered the following argument: shut up.
  196. Re:English is the world language (sort of) by Anonymous Coward · · Score: 0

    ummm, wouldn't fo' snizzle my nizzle be a conterexample? the population isolation you speak of will always exist. the distance just moves from geographic to psychological frames.

  197. Paraconsistent logic by HalfFlat · · Score: 1

    There are a number of ways of treating sentences like "this sentence is false" logically without throwing one's hands in the air and saying it is meaningless.

    It's a well formed sentence in English grammar; it certainly seems to have a meaning -- that is, that the sentence is in some way not true. The problem lies in that it appears self contradictory.

    What's needed is some sane way of dealing with things which are inconsistent. Paraconsistent logic is one such way, and if you ask me, a pretty strong case is made for it. Such a logical underpinning for mathematics would also mean that the potential for inconsistency in maths that can not be avoided (thanks, Goedel!) need not spell disaster.

    Read up on it -- it's cool.

  198. Re:You don't think in a language. You *speak* in o by zero_offset · · Score: 1
    There is a word in Russian, I've heard, for that feeling you get when your ex walks into the room.

    In English, that word is "impoverished".

    --

    Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  199. Power of Babble by rolofft · · Score: 1

    If you took a picture of a cloud and then came back hours later, you'd be suprised if the cloud looked the same. Language and culture aren't museum artifacts preserved in a vacuum. They're living, breathing things that change each day. In cultures without writing, language can change so quickly that within just a few generations it may morph as dramatically as Latin has to French.

    Latin, French, and now English have enjoyed a heyday as the lingua franca. Chinese or Hindi might be top dog tomorrow. Opposing English language influence seems as effective as promoting Esperanto.

    --

    "Give a man a fish and he will ask for tartar sauce and French fries!"

    1. Re:Power of Babble by shokk · · Score: 1

      Language evolution is perfectly acceptable, but we seem to be breeding the variety out of languages and will just end up with a sterile inbred single stream of language, unable to evolve into anything new without some drastic outside influence. In the past that influence was forced in the form of invading Huns splitting up the empire of the day. With the world connected as it is, you're hard pressed to come up with a new invading outside force. English could be considered as having invaded economically and in some cases militarily between both the U.S. and England over the past couple of hundred yearrs. Maybe we need to just play some Democratic campaign speeches into space to invite some hostile neighbors.

      As for the Chinese or Hindi, I think a show like Firefly had real insight into this. And when I traveled to India on business in early 2001 I spoke with some people there who talked about how the world would one day be Chinese and Indian because of population explosions. That western people had stopped wanting the world by having less children (in some cases like Eastern Russia, reducing populations to very low levels) and that population increases (even with China's attempts at controlling it) would just push those countries into having no choice but to invade for resources and a some lebensraum. So why hope for asteroids and aliens when we the monster are always nearby to mix things up.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    2. Re:Power of Babble by rolofft · · Score: 1

      Language can't evolve without conquest? I'd trade a dearth of invading Huns for a sterile, inbred language, thank you.

      By the way, what's an example of a non-inbred language? Wouldn't the idea of a pure language be as absurd as the idea of a pure race?

      Languages that one speaks could be called sterile. Latin, Koine Greek, and Ottoman Turkish are dead. But I'd be quite intrigued to hear an example of sterile language spoken by living people.

      --

      "Give a man a fish and he will ask for tartar sauce and French fries!"

    3. Re:Power of Babble by shokk · · Score: 1

      I think you would have to look at areas where their civilization was recently exposed to civilization as we know it, most likely the Pacific, and certain areas of Africa and South America.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  200. Re:Take it from a highly trained ninja linguist... by Anonymous Coward · · Score: 0

    I'd be interested to see an example of the grammar of a language making a thought unexpressable. Most supposed examples of this have been thoroughly debunked.

    So what you'd like is for him to express a concept to you that is unexpressable? Would you like a perpetual motion machine and fries with that?

    The point isn't that it is impossible to come up with new concepts (or unexpressable ones), just that's it is much harder. In our heads, we usually tend to think using the words and grammar of our language.

    For example, I might think "If I buy the BMW I'll have to hold off on buying the villa in France.". I don't think arbitrary free-form thoughts of a BMW floating around in my head and a French villa fading off into the distance.

    If a concept cannot be expressed using the tools of a language, then it is unlikely it will be conceived until we break out of the framework that binds us. The old expression "think outside the box" seems to apply here. Of course you can do it, but you usually have to do it intentionally.

    The idea that language affects thought is basically discredited these days.

    From the time you are born to the time you die, your primary means of learning and interaction with others is through your native language. To say that the framework of that language (words, grammar, sentence structure, logical constructs, etc.) don't have a major impact on your thought processes is simply ridiculous.