Thread: Language Help

  1. #1
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401

    Language Help

    ...but not a computer language. Seeing as people generally prefer to read syntactically correct sentences, I was hoping someone could help me out with a grammar problem.
    Code:
    Dying but not yet fallen on the lush grass below...
    I really don't think 'fallen' is the correct verb tense there, but I'm not sure. Anyone got a copy of the standard for English or at least know of some sort of grammar rule that can help me out?
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by pianorain View Post
    ...but not a computer language. Seeing as people generally prefer to read syntactically correct sentences, I was hoping someone could help me out with a grammar problem.
    Code:
    Dying but not yet fallen on the lush grass below...
    I really don't think 'fallen' is the correct verb tense there, but I'm not sure. Anyone got a copy of the standard for English or at least know of some sort of grammar rule that can help me out?
    It's correct. I can't rigorously say why, but as a native speaker, it sounds right to me.

    EDIT: By the way, there's no standard for English

  3. #3
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    It sounds a little bit akward, if you know what I mean. I think putting a "having" somewhere might make it ring better - dying but having not yet fallen on the lush grass below. And maybe a ',' after the dying might work too. The former point is dependant on what comes after "..." really. Well, MS Word doesn't complain about it good reassurance, eh?

  4. #4
    System Novice siavoshkc's Avatar
    Join Date
    Jan 2006
    Location
    Tehran
    Posts
    1,246
    I think the phrase is correct. Dying and Fallen are both adjectives there not verb.
    Learn C++ (C++ Books, C Books, FAQ, Forum Search)
    Code painter latest version on sourceforge DOWNLOAD NOW!
    Download FSB Data Integrity Tester.
    Siavosh K C

  5. #5
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    I'd use "Dying but not yet fallen onto the lush grass below..."

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    I guess it is a little ambiguious, since you can't decidedly parse it out between
    ((dying but not yet fallen) on the lush grass below)
    or
    (dying but not yet (fallen on the lush grass below))
    And it would be nice to see the noun being modified.

    But the verb tense is appropriate. I believe you almost always use the past participle to modify nouns... consider another word with an odd past imperfect...

    eat/ate/eaten
    Which sounds better,
    decomposing but not yet eaten
    decomposing but not yet ate
    Perhaps the problem is that 'fell' is not appropriate, but 'felled' -is- because 'fell' has two meanings.

    Dying but not yet felled on the lush grass below...
    Does work
    Callou collei we'll code the way
    Of prime numbers and pings!

  7. #7
    Registered User
    Join Date
    Oct 2006
    Location
    UK/Norway
    Posts
    485
    I guess it is a little ambiguious, since you can't decidedly parse it out between
    Quote:
    ((dying but not yet fallen) on the lush grass below)
    or
    Quote:
    (dying but not yet (fallen on the lush grass below))
    Hahaha, would love to see teachers do that

  8. #8
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Quote Originally Posted by QuestionC View Post
    But the verb tense is appropriate. I believe you almost always use the past participle to modify nouns... consider another word with an odd past imperfect...

    Perhaps the problem is that 'fell' is not appropriate, but 'felled' -is- because 'fell' has two meanings.
    Thanks for that. That sounds technical enough to work for me.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  9. #9
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by QuestionC View Post
    I guess it is a little ambiguious, since you can't decidedly parse it out between
    ((dying but not yet fallen) on the lush grass below)
    or
    (dying but not yet (fallen on the lush grass below))
    There is a third parse, namely:

    ((dying but not yet fallen on) the lush grass below)
    Of course, "fallen upon" would be more correct that "fallen on," but the latter might be used colloquially, as in:

    Dying but not yet fallen on, the lush grass below quivered in the wind.
    I.e., the subject of the sentence is the grass, which is dying, and has not yet had an object fall on it. If you still can't see it, substitute "trodden" for "fallen."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM