Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

Thread: Google programming languages

  1. #11
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by traq View Post
    C++ is the "sacred" language (if you want to call it that). Java used to have almost as many haters as PHP does. and Python is still a fairly "new".
    well they Definately see those three as the holy trinity when it comes to programming languages.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  2. #12
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    [affect=14-year-old]whatevs. people can like the languages they like, don't make no difference t' me. [/affect]

    If I had the time, I would be focusing a lot more on learning Python, and I definitely plan to dive into C++ as well... but at this point, I kinda have to stay where I'm more productive, and that means the LAMP stack +javascript. We'll see what happens when I can afford to goof around a bit.
    Last edited by traq; 09-11-2012 at 04:37 AM.

  3. #13
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Quote Originally Posted by traq View Post
    whatevs. people can like the languages they like, don't make no difference t' me.
    Whatevs? What are you, like 14?

  4. #14
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by keyboard1333 View Post
    Whatevs? What are you, like 14?
    Sounds like it :P

    Back on topic, they seem to think that JavaScript is pretty good.
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  5. #15
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by keyboard1333 View Post
    What are you, like 14?
    post corrected; phrase affected.

    re:javascript, yes, javascript is cool.

  6. #16
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Hm? What? I think Javascript is significantly worse than PHP.
    Perhaps that's partly due to browser variation, but to me JS is one of the worst languages out there. If nothing else, note that to be usable it needs libraries like jQuery.
    I'm not saying PHP is "good", but if we're picking favorites here, I don't get why JS would make the list.

    It's useful and there's nothing better, so it's "good" in that sense, but fundamentally I don't see why it's well designed or anything like that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #17
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    I actually think that JavaScript is quite usable as a client-side language, and when it comes to the other choices for client-side languages, it isn't half bad. I find the syntax for basic control structures to be fairly similar to php syntax (for loops, if statements, etc.), however, I find JavaScript quite easy to control when it comes to making server-side changes to the code, or validating a form, and from this it is easy to see how a large company like google would adopt it rather then anything else.

    Im that you're criticisms of John's beloved JavaScript will be enough to bring him into the conversation :P
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  8. #18
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    John's good at using Javascript-- I'm not sure that he likes it as a language fundamentally (but he may join the conversation now, yes). He has the exact opposite perspective I do: strong familiarity with JS and more recently starting to learn PHP.

    I actually think that JavaScript is quite usable as a client-side language, and when it comes to the other choices for client-side languages, it isn't half bad.
    Which? Are there even other options? In a practical sense, JS is fine. But that doesn't mean it's the best possible language for what it does.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  9. #19
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,013
    Thanks
    46
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    Choices:
    JavaScript (widely supported since netscape, hence why it is used)
    Vbscript (Internet explorer's version of JavaScript, so only on ie)
    Perlscript (trust me this is a language, but it requires ie with an active state plugin)

    As you can see from the above, javascriot is the only one you can really choose, and looking at the large number of server-side languages, (python, php, perl, etc.), you can see that If someone wasn't happy enough with it, that they would make their own language, it would have happened. (who knows, I may be causing the inception of DanielScript (.ds) here ).
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program." - Linus Torvalds
    Anime Views Forums
    Bernie

  10. #20
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I don't find the browser-specific variation to be relevant, and anything that requires a plugin is effectively useless. So, that leaves JS.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Similar Threads

  1. Date in other languages
    By Rohan72 in forum PHP
    Replies: 2
    Last Post: 12-28-2007, 10:34 AM
  2. What languages do you speak?
    By techno_race in forum The lounge
    Replies: 25
    Last Post: 07-06-2007, 11:56 PM
  3. Other Programming Languages
    By Shotgun Ninja in forum The lounge
    Replies: 9
    Last Post: 02-21-2007, 07:37 PM
  4. How many scripting languages do you know?
    By Freeman in forum The lounge
    Replies: 16
    Last Post: 02-20-2007, 07:57 PM
  5. XML with other languages dificulties!!
    By pavmoxo in forum PHP
    Replies: 0
    Last Post: 10-24-2006, 10:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •