Thread: a few quotes related to programming languages

  1. #16
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Quote Originally Posted by InvariantLoop
    ...and keep only those that fit perfectly.
    I don't think any of them fit perfectly, actually... all of them have to be stretched, and some of them have to be cut apart, have things added and/or taken out, and be sewn back together in a completely different shape to have any reference to programming...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  2. #17
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    Quote Originally Posted by nvoigt
    Thats probably because you use inferior tools like C/C++. Real men use Shakespeare !

    Code:
    Scene III: Once you pop, you can't stop!
    
    Lady Macbeth:
     Recall your unhappy childhood. Speak your mind!
    
    Othello:
     You are as vile as the sum of yourself and a toad! Are you better
     than nothing?
    
    Lady Macbeth:
     If so, let us return to scene III.
    
                        Scene IV: The end.
    
    [Exeunt]
    This is probably the coolest recursion I have ever seen
    i think nvoigt understands what i mean, damn ur example is awsome lol
    When no one helps you out. Call google();

  3. #18
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    my fav proggrammer quote (or just plain nerd) is
    "there are 10 types of people in the world, those who know binary, and those who don't"

  4. #19
    That's not a programmer's quote, that's a math quote.

    Here's a cool quote:
    "You are a poopyface"
    - frenchfry164 aka bludstayne

  5. #20
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    Quote Originally Posted by bludstayne
    Here's a cool quote:
    "You are a poopyface"
    - frenchfry164 aka bludstayne

    For an eight year old, probably.
    Do not make direct eye contact with me.

  6. #21
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    Quote Originally Posted by bludstayne
    That's not a programmer's quote, that's a math quote.
    but most peopleworking with binary are most probably working on computers. exception being this : http://www.thinkgeek.com/gadgets/watches/594f/

  7. #22
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Code:
    scene3:
         while (1)
             myStack.pop( );
         unhappy_childhood ( );
         you = vile(yourself + toad);
         if ( you > 0 )
              goto scene3;
    My Website

    "Circular logic is good because it is."

  8. #23
    Registered User
    Join Date
    Mar 2004
    Posts
    494
    where can i catch the genius virus, DavidP ?
    When no one helps you out. Call google();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doxygen failing
    By Elysia in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 04-16-2008, 01:24 PM
  2. Stripping quotes from a string
    By -W0kk3L- in forum C Programming
    Replies: 3
    Last Post: 03-15-2006, 01:03 PM
  3. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  4. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  5. Programming Languages
    By DarkViper in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-12-2002, 02:28 PM