Forgot your password?

Most Useful Scripting Language To Learn?

Displaying poll results.
Bash
  5203 votes / 18%
JavaScript
  4377 votes / 15%
LUA
  515 votes / 1%
Perl
  5664 votes / 19%
PHP
  2287 votes / 8%
Python
  7970 votes / 28%
Ruby
  987 votes / 3%
Other, listed below
  1335 votes / 4%
28338 total votes.
[ Voting Booth | Other Polls | Back Home ]
  • Don't complain about lack of options. You've got to pick a few when you do multiple choice. Those are the breaks.
  • Feel free to suggest poll ideas if you're feeling creative. I'd strongly suggest reading the past polls first.
  • This whole thing is wildly inaccurate. Rounding errors, ballot stuffers, dynamic IPs, firewalls. If you're using these numbers to do anything important, you're insane.
This discussion has been archived. No new comments can be posted.

Most Useful Scripting Language To Learn?

Comments Filter:
  • by Anonymous Coward on Friday August 03, 2012 @10:42AM (#40867987)

    Visual Basic for Applications is the king of all scripting languages.

  • by Quakeulf (2650167) on Friday August 03, 2012 @10:45AM (#40868023)
    I like Bash [bash.org] too.
  • English (Score:5, Funny)

    by Nkwe (604125) on Friday August 03, 2012 @11:43AM (#40868715)
    When I write my scripts in English, I find that the bulk of my audience can read them better.
  • by Anonymous Coward on Friday August 03, 2012 @12:37PM (#40869541)

    Love is wonderful. Marriage is grand. Divorce is twenty grand, but worth it. Support payments are ongoing....

  • by Anonymous Coward on Friday August 03, 2012 @12:59PM (#40869837)

    Sounds like she just exchanged one nesting error for another.

  • by flogger (524072) <non@nonegiven> on Friday August 03, 2012 @02:13PM (#40870807) Journal
    Bash:

    #!/bin/bash
    STR="Hello World!"
    echo $STR

    Javascript:

    <script type="text/javascript">
    <!-- to hide script contents from old browsers
    document.write("Hello World!")
    // end hiding contents from old browsers -->
    </script>

    Lua:

    #!/usr/bin/lua
    print ("Hello World!")

    Perl:

    #!/usr/local/bin/perl
    print "Content-type: text/html\n\n";
    print "[H1]Hello World[/H1]\n";

    PHP:

    <?php
    Echo "Hello, World!";
    ?>

    Python:

    print "Hello, World!"

    Ruby:

    puts 'Hello world'

    C++

    #include <Something here>
    using namespace std;

    int main ()
    {
    cout [[ "Hello World!";
    return 0;
    }

    Why doesn't slashdot have a /code function? Replaced most Open,close tags with [ or ]. Oh geez, now my comment has too few characters per line. Here we are on a "Geeky" site and can't type out any code. Is Code now illeagal? Will the NSA,CIA, Google come after me now because I don;t have facebook and want to type code into slashdot. Grrr. So I guess that I will now type more meaningless stuff (looking...17.4 words average.) and I guess I will find out what the magic number is soon. Maybe it is 20. I know that spaces in the C++ code is very meaningful, not meaningless as slashcode seems to think. :( (Checking---20.7.. So 20 is not the magic number.) What will I need? Oh well, Will I need an average of 140 characters per line so I will be mini tweeting? Maybe I should go to the petition Government site and pressure sites like slashdot to not be so damn prohibitive. the only HTML code allowed here is [b], [i], [p], [br], [a], [ol], [ul] (Oh yeah, I can make an ordered or unordered list), [li], [dl], [dt], [dd], [em], [strong], [tt], [blockquote], [ecode], and [quote] Geez... Wait, what is ecode? Hmm... Will look into that. (Well, Now I can;t see what ecode looks like because I still can't get a preview. although I am up to 29.7 words per line average. You know, my dreams of getting a +5 informative comment is gone. This is gonna be modded as irrelevant, useless, and stupid. All I wanted to do was put out a few examples of 'Hello world' for the three clueless people on this site, and now I seem to have become the fourth clueless person. So I just went to Google to see if I could find how many characters per line I needed to make the stupid post. (I will make it - I am determined now. ) Oh look, there is a post with only 12 characters in the whole freaking post and what do I have? As of that question mark, I have an 37.6 and it isn;t good enough. Damn, slashdot, throw us people a bone and let us make meaningful posts. I was going to type, "Why can;t we type using code? Why can't I use more HTML? Why can't I...? But I know that there are a few trolls out there that would try to find malicious code, use [blink] tags (Wouldn;t that be fun - Welcome to Internet circa 1991,) or just do stupid stuff...(Checking my current characters...38.7 Geez. Maybe I need 40. Well damn, I ain;t stupid.OK maybe I am, but damn this is almost enough to make me mad. Almost. I still plan on doing what I was going to do today. It's my daughter's 18th and I wrote a small website commemorating it and announcing various gifts, added in a bunch of "dad" humor, threw in a few meme and pop culture references, etc. We are going to go car shopping afterward. But if I was really mad, I'd stay here until I got this post, I am not mad so I am going to continue doing today's planned activities. So I think I have made the point that I ain't mad, but I am frustrated. I don

  • DNA (Score:4, Funny)

    by Antipater (2053064) on Friday August 03, 2012 @04:10PM (#40872217)
    It's already ingrained in you; you just have to lie back and let someone coax it out. Of course, "Hello World!" takes about 9 months to run, and there are legal and ethical issues with debugging a program, but I think the results speak for themselves.
  • by billstewart (78916) on Saturday August 04, 2012 @04:23AM (#40876239) Journal

    I've seen a few things over the years calling themselves that. The one I actually used was "The Adventure Shell", by Doug Gwyn.

    $ xyzzy
    You are in a small dark directory. There are files here.
    $ get foo
    You put the foo in your backpack.
    $ throw foo at lineprinter
    The lineprinter eats your foo and belches.
    $ get /etc/passwd
    What? With your bare hands?

There is no distinctly native American criminal class except Congress. -- Mark Twain

 



Forgot your password?

Working...