Coding.

Discussion in 'Off-Topic' started by Michal, Aug 12, 2014.

?

Which Language

  1. Java

    7 vote(s)
    38.9%
  2. PHP

    1 vote(s)
    5.6%
  3. Apple Swift

    0 vote(s)
    0.0%
  4. Javascript

    8 vote(s)
    44.4%
  5. Python

    0 vote(s)
    0.0%
  6. SQL

    0 vote(s)
    0.0%
  7. Ruby

    0 vote(s)
    0.0%
  8. Some form of C

    2 vote(s)
    11.1%
Thread Status:
Not open for further replies.
  1. Michal
    Offline

    Michal Active Member

    Joined:
    Mar 26, 2013
    Messages:
    677
    So I would like to take up coding, again, but I have a problem.

    Which language should I learn, and why?

    Note: That learning languages isn't a problem.

    Oh, and please don't choose languages based on how easy to learn they are but how practical they are.

    Thanks :D
     
  2. Skyttles
    Offline

    Skyttles Senior Member

    Joined:
    Feb 15, 2014
    Messages:
    1,483
    If say JavaScript. It's the most common (if I am correct)
     
  3. Daniel
    Offline

    Daniel Well-Known Member

    Joined:
    May 25, 2014
    Messages:
    1,372
    Java or I the one for apps
     
  4. Fluttershy
    Offline

    Fluttershy Active Member

    Joined:
    Oct 15, 2013
    Messages:
    571
    Javascript is the most commonly used on todays coding. Learning that would be more beneficial than the others
     
  5. blaq
    Offline

    blaq Experienced Member

    Joined:
    Jun 17, 2013
    Messages:
    4,625
    x86 Assembly :t. Afterall, everything eventually becomes it ;)
     
    • Winner Winner x 1
  6. DoyOUEveN
    Offline

    DoyOUEveN Active Member

    Joined:
    Jan 1, 2014
    Messages:
    65
    JavaScript is one of the more basic coding languages. But its just a spin off of Java. If you want to learn a language for more practical use, stick with Java or even Apples new language (Swift). You can use that to develop apps for IOS
     
  7. AnthonyHK123
    Offline

    AnthonyHK123 Active Member

    Joined:
    Oct 7, 2013
    Messages:
    159
    JavaScript, I learnt that first too :t
     
  8. keeper_of_flame
    Offline

    keeper_of_flame Experienced Member

    Joined:
    Feb 1, 2014
    Messages:
    2,005
    Depends on what you want it for. If you're looking to possibly work in the field, I suggest learning C first, then Java. A lot of things are still based in or partially done in C (at least around here). It's harder to learn, but it lets you do a lot more.

    If you just want to mess around a little for fun, then yes, Java or Javascript, though they're pretty similar, so after learning one, it's ridiculously easy to earn the other.
     
  9. blaq
    Offline

    blaq Experienced Member

    Joined:
    Jun 17, 2013
    Messages:
    4,625
    Java and Javascript are completely different. Sadly the only thing they share just about is their name. Never ever ever think that Javascript is a "subset" of Java or a "cutdown" "simplified" version. Nothing could be further from the truth.
     
  10. Daniel
    Offline

    Daniel Well-Known Member

    Joined:
    May 25, 2014
    Messages:
    1,372
    I learnt JavaScript first but swift might be better if you want to develop apps
     
  11. keeper_of_flame
    Offline

    keeper_of_flame Experienced Member

    Joined:
    Feb 1, 2014
    Messages:
    2,005
    o_O Completely different? I always found it pretty similar. It's not the same language, no, but when you've learned one the other is pretty easy to pick up. Of course I'm thinking Java and Javascipt are similar compared to the differences in Java and C. The structures follow the same route from what I remember, though some of the syntax is different.
     
  12. Michal
    Offline

    Michal Active Member

    Joined:
    Mar 26, 2013
    Messages:
    677
    icq10

    I am very interested in creating websites. After all it is a very profitable market.
    So, which language should I learn first?
    (I'm a little bit confused by your first statement)
     
  13. Michal
    Offline

    Michal Active Member

    Joined:
    Mar 26, 2013
    Messages:
    677
    Thanks. :D
     
  14. bkleinman1
    Offline

    bkleinman1 Experienced Member

    Joined:
    Jul 6, 2013
    Messages:
    1,421
    I would say go with some kind of C-based language. The most popular of those being probably either C/C++, or Java.

    The first language I learnt was Visual Basic. Don't follow the same path I was forced into. I personally think that learning Visual Basic got me into some quite bad habits, that were hard to break loose from. I then went onto Java, which I found as a relatively easy 'starter' language. Since then, I have probably enjoyed C++ the most, for the flexibility that is offered.
     
  15. blaq
    Offline

    blaq Experienced Member

    Joined:
    Jun 17, 2013
    Messages:
    4,625
    If you mean that it's a "c like" language because they share similar functions and use "{", then I guess all "c like" languages are similar. Structures couldn't be more different. JavaScript is a typeless language whereas c is strictly type driven. I'd say that c and Java are as similar as JavaScript and Java
     
    • Informative Informative x 1
  16. keeper_of_flame
    Offline

    keeper_of_flame Experienced Member

    Joined:
    Feb 1, 2014
    Messages:
    2,005
    I don't know. All I know is that I was learning Java in class and JavaScript on my own on the side, and I found it pretty easy to pick up. I'll admit though, I didn't go very far with JavaScript. C felt different when I got to it. I haven't done any of it for about a year though. So... could be lapses in memory.
     
  17. Michal
    Offline

    Michal Active Member

    Joined:
    Mar 26, 2013
    Messages:
    677
    HTML:
    <!DOCTYPE html>
    <head>
    <title>
    Coding HTML
    </title>
    </head>
    <body style="color:magenta;background-color:black;font-family:arial">
    <h1>So I've Basically Nailed HTML</h1>
    <p>This is Basic html but I dont feel like doing tables and iframes and buttons and lists and all that</p>
    <p>and it is also horribly formatted and styles could be formatted better I guess. but im on to CSS now</p>
    <h2> it took me this long bcause school thats why</h2>
    </body>
    </html>
     
Thread Status:
Not open for further replies.

Share This Page