Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

I think we can all agree

Name: Anonymous 2009-10-07 12:15

That all programming languages are essentially the same,
They differ only in syntax and keywords.

Name: Anonymous 2009-10-07 12:16

fuck you.

Name: Anonymous 2009-10-07 12:17

>>2
UMH memesith?

Name: Anonymous 2009-10-07 12:23

Yes.
HTML and Assembly are the same.

Name: Anonymous 2009-10-07 12:26

>>1
C++ and Java are the same
Lisp and Haskell are the same
Algol and Pascal are the same

Yeah, you're right!
p.s. i'm being sarcastic.

Name: Anonymous 2009-10-07 12:31

So for web programming,
C++ or PHP?
Sweet!

Name: Anonymous 2009-10-07 12:35

Yep.

10 PRINT "What's your name?"
20 INPUT N$
30 PRINT "Hello", N$


class Hello {
   public static void main(String[] args) {
      System.out.println("What's your name?");
      String name = System.in.readln();
      System.out.println("Hello " + name);
   }
}


#include <iostream>

int main(int argc, char* argv) {
   std::cout << "What's your name?";
   char* name = malloc(50 * sizeof(char));
   std::cin >> name;
   std::cout << "Hello " << name;
}


<html>
  <head>
    <title>ENTERPRISE QUALITY APPLICATION</title>
    <script type="text/javascript">
      //<![CDATA[
      function hello() {
        var name = document.getElementById('name').value;
        var responseNode = document.createNode('p');
        var responseText = document.createTextNode('Hello ' + name);
        responseNode.appendChild(responseText);
        var body = document.getElementsByTagName('body')[0];
        body.appendChild(responseNode);
        return false;
      }
      //]]>
    </script>
  </head>
  <body>
    <form action="#" method="GET">
      <p>
        <input type="text" name="name" id="name" />
        <input type="submit" onclick="hello();" />
      </p>
    </form>
  </body>
</html>


Exactly the same [b][i][o]ENTERPRISE [/b][/i][/o]SHIT

Name: Anonymous 2009-10-07 12:38

Exactly the same [b][i][o]ENTERPRISE [/b][/i][/o]SHIT
[b][i][o][u]ENTERPRISE BBCODE FAIL[#][/b][/i][/o][/u][/#]

Name: Anonymous 2009-10-07 12:39

>>8

FFFFFFFFFFFFUUUUUUUUUUUUUU- *grabs dick* *sucks himself*

Name: Anonymous 2009-10-07 12:42

>>1
Except for Haskell, since it isn't touring complete

Name: Anonymous 2009-10-07 16:08

<html>
  <head>
    <title>PHP Quality!</title>
  </head>

  <body>
    <form action="" method="POST">
      <p>
        <input type="text" name="name" />
        <input type="submit" onclick="hello();" />
      </p>

    <?php
      if (isset($_REQUEST['name']))
      {
          echo "Hello, " . $_REQUEST['name'];  /* OH FUCK, UNSANITIZED INPUT */
      }
    ?>

    </form>
  </body>
</html>

Name: Anonymous 2009-10-07 16:08


name = raw_input("Whats you`re name?\n>>")
print "hello", name

Name: Anonymous 2009-10-07 16:30

#include <iostream.h>
using namespace std;
#include <string.h>

int main()
{
  string name

  cout << "Wut ur name?";
  cin >> name;

  cout << "Hello" << name;

  return 0;
}

Name: Anonymous 2009-10-07 17:01

>>12
name = input("What's you are name?\n>> ")
print("hello", name)

Name: Anonymous 2009-10-07 17:03

>>3
memesith
sith
D:

Name: Anonymous 2009-10-07 17:12

>>15
Implying that flooding a muscular, mucous filled tube with man-mayonnaise is the end goal of this thread

Name: Anonymous 2009-10-07 17:25

>>16
That sounds vaguely homosexual.

Name: Anonymous 2009-10-07 17:50

>>17
You just have a queer mind.

Name: Anonymous 2009-10-07 18:03

Meme has a silent 'e' on the end. Its pronounced 'mem'.

Name: Anonymous 2009-10-07 18:04

>>16
That could be a vagina or a fem-anus

Name: Anonymous 2009-10-07 18:10


main = putStr "What's you are name?\n>>" >> getLine >>= putStrLn . ("Hello, " ++)

Name: Anonymous 2009-10-07 20:14

>>19
Meme is pronounced like Scheme.

Name: Anonymous 2009-10-07 21:21

>>19,22
I suggest you start a different thread for this.

Name: Anonymous 2009-10-07 21:39

メメ

Name: Anonymous 2009-10-07 23:53

>>14

[i]print()?![i]

I don't use Python Tweethousand

Name: Anonymous 2009-10-07 23:57

>>25
Nor do you use bbcheck.

Name: Anonymous 2009-10-08 8:30

ミーム

Name: Anonymous 2009-10-08 9:39

>>26
sumimasen!~(-_-  )

Name: Anonymous 2009-10-08 9:55

Standard ML

Name: Anonymous 2009-10-08 14:56

>>11
It doesn't really fucking matter. It is not like you are working with a database in that shitty script of yours. If a user, say, inputs some Java Script into the form, it will be gone as soon as they refresh the page.

Name: Anonymous 2009-10-08 14:59

>>4
Yeah, because HTML = Programming.

Name: Anonymous 2009-10-08 15:08

>>31
I'm surprised it took 27 posts for someone to say that

Name: Anonymous 2009-10-08 15:22

>>31,32
HTML = Programming.
Yes, technically.

Name: Anonymous 2009-10-08 15:28

>>33
HTMarkup Language

Name: Anonymous 2009-10-08 16:03

>>33

IHBT

Name: Anonymous 2009-10-08 18:00

MS Paint = Programming/

Name: Anonymous 2009-10-08 18:25

Programming is the act of "telling" a computer what to do. HTML = Programming.

Name: Anonymous 2009-10-08 18:35

Double clicking on an icon is telling the computer what to do.  Thus, double clicking icons is Programming.

Name: Anonymous 2009-10-08 18:51

Shouting at the computer to “Hurry the fuck up!” is telling the computer what to do. ∴ Shouting at the computer is Programming. ∴ My dad is an Expert Programmer

Name: Anonymous 2009-10-08 18:52

>>37
IHBT

Name: Anonymous 2009-10-08 18:56

>>39
I lol'd.

Name: Anonymous 2009-10-08 18:57

>>37
clicking an icon on you desktop should be considered programming then.
you're telling the computer what to do

Don't change these.
Name: Email:
Entire Thread Thread List