Thread: Second year paper.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    Well, I'd have to disagree with pretty much everything Mario says for the same logic he presents as his base.

    *shrug*

    Seriously though, discounting the same groups he has, I'd say the decision comes more from the facilities the language and standard library provides than from the syntax.

    I can easily see the unaffiliated programmer going for C# over C++ when the need is largely GUI related or Haskel over C when the need is for crazy list processing.

    And I'm using those examples because I think the syntax for all of them suck.

    Soma

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Quote Originally Posted by Shaun_B View Post
    s$=s$+letters[eye];
    Does Java allow the "$" character to be included in variable names? I've only seen that in PHP and BASIC...
    My Website

    "Circular logic is good because it is."

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    6

    Thumbs up

    Quote Originally Posted by DavidP View Post
    Does Java allow the "$" character to be included in variable names? I've only seen that in PHP and BASIC...
    Yes it does - or at least I use them because it to me tells me that variable is a $tring :-) my naming conventions are based on my experience of high-level BASIC and the way I program is usually influenced from my assembly language/machine code days (actually doing some good old 6502 at the moment).

    As for the suggestion of not writing this paper - please don't worry, I'll keep everyone anonymous (which is kind of the point of forums anyway isn't it? That you don't have to use your real names). From a human psychology point-of-view, my professional background is in social science and not computer science; I'm retraining. So, the answers and opinions many of you have given have been both interesting and exactly what I'd expect to hear really.

    Oh, and Mike Dailly's post here is an interesting read.

    Cheers chaps!

    Regards,

    Shaun.

  4. #4
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    Quote Originally Posted by Shaun_B View Post
    Yes it does - or at least I use them because it to me tells me that variable is a $tring :-)
    *vomits*
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

  5. #5
    Registered User
    Join Date
    Mar 2011
    Posts
    6
    Quote Originally Posted by ಠ_ಠ View Post
    *vomits*
    Can I quote you on that...? Stupid question as I just have :-)

    Regards,

    Shaun.

  6. #6
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    Quote Originally Posted by Shaun_B View Post
    Can I quote you on that...? Stupid question as I just have :-)

    Regards,

    Shaun.
    please do.

    That was COBOL speaking, if it helps. (and every other language I know except Visual Basic, where a variable's definition and use are located in completely different areas, but mostly COBOL)
    Last edited by ಠ_ಠ; 03-30-2011 at 03:28 AM.
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. can someone help me with these errors please code included
    By geekrockergal in forum C Programming
    Replies: 7
    Last Post: 02-10-2009, 02:20 PM
  2. Issues and questions about queues
    By Nazgulled in forum C Programming
    Replies: 36
    Last Post: 12-13-2007, 02:03 PM
  3. Calendar Problem
    By wordup in forum C Programming
    Replies: 7
    Last Post: 10-29-2002, 03:36 PM
  4. error with code
    By duffy in forum C Programming
    Replies: 8
    Last Post: 10-22-2002, 09:45 PM
  5. cant get code to work
    By duffy in forum C Programming
    Replies: 13
    Last Post: 10-20-2002, 05:23 AM