Which Is Your Favorite Computer Language?

Discussion in 'Computers and The Internet' started by StellarCoon, Nov 4, 2016.

  1. StellarCoon

    StellarCoon Dr. Professor

    Messages:
    2,703
    Likes Received:
    1,358
    Mine: MACRO-11 Assembly Language. Simple, more intuitive than other dialects.

    [​IMG]
     
  2. relaxxx

    relaxxx Senior Member

    Messages:
    3,459
    Likes Received:
    722
    Commodore Basic.
     
    1 person likes this.
  3. guerillabedlam

    guerillabedlam _|=|-|=|_

    Messages:
    29,419
    Likes Received:
    6,296
    As of now, I'd say Javascript because it's where I started to develop abilities to conceptualize programming. Prior to that, I learned some HTML but it was more of a copy and memorize endeavor, with little understanding of what I was doing.

    I could see me possibly really getting into php and/or perhaps one of the C languages but I only have a "BASIC" understanding of those.
     
    1 person likes this.
  4. Irminsul

    Irminsul Valkyrie

    Messages:
    62
    Likes Received:
    111
    English. Unless people find a decent translator and then we could speak Deutsch. :)
     
  5. StellarCoon

    StellarCoon Dr. Professor

    Messages:
    2,703
    Likes Received:
    1,358
    If you want to get into C I recommended development under Ubuntu, which comes with gcc(GNU C Compiler) preinstalled.
     
    1 person likes this.
  6. guerillabedlam

    guerillabedlam _|=|-|=|_

    Messages:
    29,419
    Likes Received:
    6,296
    Ok, I found C kind of daunting initially. Coming from JS, the way variable types are represented(int, char, short, long, etc.) is more complicated compared to the way you can just declare a var name and assign it a data type in JS.

    I understand some basics, like that a decimal number has to he represented by a floating-point type but how do you decide on things like which floating-point type to use for a decimal or whether to use short or int for a number given a circunstance in which they both work? Does it just come down to preference or are there more nuanced memory allocation aspects that one should be aware of?
     
  7. StellarCoon

    StellarCoon Dr. Professor

    Messages:
    2,703
    Likes Received:
    1,358
    The difference is that short saves more memory than int. The difference between int and short are not really felt with today's memory abundance, but theoretically if you wanted to write a smaller program that used up less memory and didn't need int's memory allocation you would use short:

    https://www.tutorialspoint.com/cprogramming/c_data_types.htm
     
    1 person likes this.
  8. lode

    lode Banned

    Messages:
    21,697
    Likes Received:
    1,677
    I'm professionally a React(JavaScript) and Java developer.

    Prior I was a C# developer, and before that a Python/PHP/JavaScript developer.

    For me it's a tie between JavaScript and Python. Both due to their extensibility.

    If I were designing a large scale application today, it'd be node UI -> python service layer -> GO business layer.

    I might replace GO with Java or C# because I know them much better. GO is quite cool.

    I don't think I'd ever take another job in PHP. Slow cumbersome and ugly.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice