Giter Site home page Giter Site logo

c00kiemon5ter / hello-world Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leachim6/hello-world

77.0 77.0 19.0 419 KB

Hello world in every programming language

Home Page: http://c00kiemon5ter.github.com/hello-world/

ABAP 1.20% ActionScript 2.61% Ada 1.68% Java 8.64% APL 0.30% AppleScript 0.51% ASP 1.18% Assembly 61.53% AutoHotkey 0.35% AutoIt 0.67% Awk 0.88% Brainfuck 1.90% Shell 9.52% BlitzBasic 1.28% Boo 0.35% C# 2.16% C++ 2.63% C 1.25% OCaml 0.99% ChucK 0.37%

hello-world's People

Contributors

adamharte avatar amorilia avatar atry avatar beakr avatar bevilacqua avatar bkerley avatar brendano avatar c00kiemon5ter avatar clivecrous avatar cyp avatar d0k avatar defunkt avatar djspiewak avatar faisalman avatar flygsand avatar ironmagma avatar josholdenburg avatar joshua avatar kakra avatar kongr45gpen avatar leachim6 avatar miguelbaldi avatar patrickaupperle avatar r2p2 avatar rck avatar robaltenburg avatar russplaysguitar avatar timwolla avatar uberspot avatar ulinkwo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hello-world's Issues

node.js is not a language

also, console.log statements could be used in the javascript file instead or alert, and vice versa.
what's next, PHP versions for every framework?

Remaining Langs

Hi everyone,

I parsed the wikipedia page that lists all programming languages and compared it to the languages already in the repo. So generated a list with the languages not currently in the repo. I placed all that in a new branch 'todo'.
Now, the compare script and the lists aren't correct in a strict manner. It's something a made real quick. If anyone wants to improve that, that's good :)
Anyway we now have a draft list of languages that we can work on.
Check the todo.langs file.

Python Hello World does not work

The "python" hello world does not work.
This is because the hashbang points to "python", which should, according to PEP-394 is python3. If you want python2, you should be explicit about it.

Therefore, there are two solution:

Rename file to python2.py and set it's contents to:

#!/usr/bin/env python2
print "Hello World!"

Or leave the name as-is, and set the contents to:

#!/usr/bin/env python
print("Hello World!")

As-is, this does not work:

$ cat python.py 
#!/usr/bin/env python
print "Hello World!"
$ ./python.py 
  File "./python.py", line 2
    print "Hello World!"
                       ^
SyntaxError: invalid syntax
$ ls -l $(which python)
lrwxrwxrwx 1 root root 7 Mar 10 00:34 /usr/bin/python -> python3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.