32
Comments
  • 0
    XDDD I love this memes.
  • 2
    Php
    echo "Hello, world! :p lol
  • 6
    Go Python? Go or Python? Go and Python?
  • 6
    Yeah but writing lots of boilerplate syntax unnecessarily is not really a sign of superior intelligence. Python is popular because there are a lot of tasks where Python performance is good enough and a lot faster and easier to write.
  • 8
    Anyone else more annoyed at the placement of curly braces? :p
  • 2
    There is two missing tabs in the c++ code
  • 0
    @vrpg1998 yup. I just did the short hand version like the other languages in the picture lol
  • 0
    @vrpg1998 and actually you don't need the ending tag, only if html follows
  • 2
    bash:
    echo hello world

    bash is so simple, right?

    Now, go learn these commands and their options and come back: sort, grep, sed, tr, curl, awk, find, xargs. Also, learn about piping, redirection and silencing, string and array manipulation and job management in bash.

    Hello worlds can be pretty deceptive.
  • 1
    @ScribeOfGoD you forgot to close your quotes :/
  • 1
    @Haxk20 Why do you hate Python? It's a language which focuses on the solution, taking some concerns out of your shoulders. It's not just simple, it's productive. Can't see a single reason for hating it.

    (nazi grammar, sry)
  • 1
    @Haxk20 I think Python is one of the bests languages. Reading a Python line of code feels like reading a regular sentence. And there's nothing wrong about it.

    There are also rules for coding, just like other languages. If you're interested, check PEP8.
Add Comment