1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Computer Programmer

Discussion in 'Fred's House of Pancakes' started by maggieddd, Jul 3, 2006.

  1. GasGuzzler87

    GasGuzzler87 New Member

    Joined:
    Jun 18, 2006
    131
    1
    0
    haha
     
  2. TidelandAZ

    TidelandAZ New Member

    Joined:
    Sep 25, 2005
    62
    0
    0
    Location:
    Arizona
    After reading the posts about 60 year old Prius drivers on bikes and now seeing programming in binary, and languages I haven't talked about in years (Can you say "Snobol", "Pascal", "PDP 11/45", "Lisp", and "Basic" (and I don't mean VISUAL))... I can't decide if next week's birthday is a good or a bad thing! :D

    But I do still dabble in the ART of programming from time to time, though I'm more of a PM now. But feel free to ask the question!
     
  3. TonyPSchaefer

    TonyPSchaefer Your Friendly Moderator
    Staff Member

    Joined:
    May 11, 2004
    14,816
    2,497
    66
    Location:
    Far-North Chicagoland
    Vehicle:
    2017 Prius Prime
    Model:
    Prime Advanced
    LISP. Oh man.
    I took a semester in a language that's a dialect of LISP called Scheme. Wth?! I never really got it. I mean seriously, (CDR) this and (CADR) that. Huh?? And something to do with Lambda Calculus. :blink: It didn't help that: 1) the professor wrote the book we were using, and 2) the professor spoke almost exclusively in code during class. I'm sure he made it more difficult than it needed to be.

    Pascal, on the other hand, now that's a different story. Specifically, Borland's Turbo Pascal circa 1992 was my PC language of choice.
     
  4. bigdaddy

    bigdaddy Member

    Joined:
    Jun 11, 2005
    991
    3
    0
    Location:
    Duluth Georgia
    <div class='quotetop'>QUOTE(TonyPSchaefer @ Aug 3 2006, 09:32 AM) [snapback]296900[/snapback]</div>
    Scheme is the dialect they teach you when you start computer science at MIT. One of the best computer science books ever written was Structure and Interpretation of Computer Programs (free online here http://mitpress.mit.edu/sicp/) which glides you not into programming details, but the different paradigms of programming: functional, OO, logic programming, rule-based systems, etc. You learn how to abstract and problem solve with this book, not simply learn a programming language. I use ChezScheme in some genetic programming projects I do.

    Speaking of old theoretical languages, anyone ever use FP?