View Poll Results: What new programming language should Cozman learn?

Voters
15. You may not vote on this poll
  • Perl

    2 13.33%
  • C# (what exactly is this?)

    6 40.00%
  • Other (please list which)

    5 33.33%
  • Why learn another language you have the power of (insert language I knows here)

    2 13.33%

Thread: Other Programming Languages

  1. #31
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    CGI isnt a specific language.....Pearl is

    For CGI you can use Pearl, Python, Java, C or whatever

  2. #32
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    I read a brief, really brief, description of CGI and I got the impression that it just allows you to put programs up on the web to be run, on the web. Is this right?

  3. #33
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    >> got the impression that it just allows you to put programs up on the web to be run

    Its a serverside deployment of your program. The CGI proggie processes requests made by you and gives resonse.

    IE....

    You fill in a form to order a book at amazon.....

    It validates you (with whatever process it uses), takes your order, and queries it against its stock DB. Records your book order, personal details, IP, date...blahdy blahdy blah as an order to process, instructs shipping to send the book, validates your payment and spits back a nice "Order Accepted" page. (And a load of other crap like records the type of order and makes sure you are offered something similar the next time you are at the homepage and then puts you on the junk mail list).

    Whatever you want to use for your CGI program (be it C, Java, Pearl...etc) depends on you and your server.

  4. #34
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Go for ASM, cozman - I'm learning it now (although for a 68HC11 instead of x86)... It's kinda cool to know exactly what's gonna happen (instead of wondering what it's gonna compile to)

  5. #35
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    I like Visual Basic, you can make database apps very quickly, even without writing a single line of code...

    Oskilian

  6. #36
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    > I like Visual Basic, you can make database apps very quickly, even without writing a single line of code...

    Yes, VB is the shortcut way to do everything (well, most everything). Side effects are extreme. It's not worth it.

    > Go for ASM,

    ASM definitely interests me. I'm not at that point, though. I'm trying to master C. I LOVE C.

    --Garfield

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  4. Languages
    By KrAzY CrAb in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 02-18-2003, 12:23 PM
  5. Programming Languages
    By DarkViper in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-12-2002, 02:28 PM