An open API service indexing awesome lists of open source software.

https://github.com/westurner/hello_world

Language basics in C++, CoffeeScript, Cython, Go, Java, Javascript, Python, and Ruby
https://github.com/westurner/hello_world

code-samples coffeescript cplusplus cython golang hello-world java javascript python ruby

Last synced: 11 months ago
JSON representation

Language basics in C++, CoffeeScript, Cython, Go, Java, Javascript, Python, and Ruby

Awesome Lists containing this project

README

          

hello_world
==============
Language basics for reference and comparison.

Because it's been awhile.

* C++ : [hello_world.cc](https://github.com/westurner/hello_world/blob/master/c%2B%2B/hello_world.cc)
* CoffeeScript : [hello_world.coffee](https://github.com/westurner/hello_world/blob/master/coffeescript/src/hello_world.coffee)
* Cython : [hello_world.pxd](https://github.com/westurner/hello_world/blob/master/cython/hello_world.pxd)
* Go : [hello_world.go](https://github.com/westurner/hello_world/blob/master/go/hello_world.go)
* Java : [hello_world.java](https://github.com/westurner/hello_world/blob/master/java/HelloWorld.java)
* Javascript : [hello_world.js](https://github.com/westurner/hello_world/blob/master/javascript/hello_world.js)
* Python : [hello_world.py](https://github.com/westurner/hello_world/blob/master/python/hello_world.py)
* Ruby : [hello_world.rb](https://github.com/westurner/hello_world/blob/master/ruby/hello_world.rb)

Other Useful References
-------------------------
https://en.wikipedia.org/wiki/Programming_language

https://en.wikipedia.org/wiki/Category:Programming_languages

* https://en.wikipedia.org/wiki/The_C_Programming_Language
* https://en.wikipedia.org/wiki/List_of_C-based_programming_languages
* http://learnxinyminutes.com/
* http://learnxinyminutes.com/docs/bash/
* http://learnxinyminutes.com/docs/c/
* http://learnxinyminutes.com/docs/csharp/
* http://learnxinyminutes.com/docs/c++/
* http://learnxinyminutes.com/docs/css/
* http://learnxinyminutes.com/docs/clojure/
* http://learnxinyminutes.com/docs/common-lisp/
* http://learnxinyminutes.com/docs/coffeescript/
* http://learnxinyminutes.com/docs/dart/
* http://learnxinyminutes.com/docs/go/
* http://learnxinyminutes.com/docs/git/
* http://learnxinyminutes.com/docs/haskell/
* http://learnxinyminutes.com/docs/java/
* http://learnxinyminutes.com/docs/javascript/
* http://learnxinyminutes.com/docs/julia/
* http://learnxinyminutes.com/docs/lua/
* http://learnxinyminutes.com/docs/matlab/
* http://learnxinyminutes.com/docs/objective-c/
* http://learnxinyminutes.com/docs/perl/
* http://learnxinyminutes.com/docs/perl6/
* http://learnxinyminutes.com/docs/php/
* http://learnxinyminutes.com/docs/python/
* http://learnxinyminutes.com/docs/python3/
* http://learnxinyminutes.com/docs/r/
* http://learnxinyminutes.com/docs/ruby/
* http://learnxinyminutes.com/docs/rust/
* http://learnxinyminutes.com/docs/scala/
* http://learnxinyminutes.com/docs/swift/
* http://learnxinyminutes.com/docs/tmux/
* http://learnxinyminutes.com/docs/visualbasic/
* http://learnxinyminutes.com/docs/xml/
* http://learnxinyminutes.com/docs/yaml/
* https://github.com/adambard/learnxinyminutes-docs
* https://github.com/tastejs/todomvc
* https://github.com/TechEmpower/FrameworkBenchmarks
* http://rosettacode.org/wiki/Category:Programming_Tasks
* http://rosettacode.org/wiki/Category:Programming_Languages
* http://rosettacode.org/wiki/Category:Python
* http://rosettacode.org/wiki/Language_Comparison_Table
* http://bigocheatsheet.com/
* http://aima.cs.berkeley.edu/lisp/doc/overview.html
* https://code.google.com/p/aima-java/
* https://code.google.com/p/aima-python/
* http://nlp.stanford.edu/IR-book/
* https://github.com/papers-we-love/papers-we-love
* https://github.com/bayandin/awesome-awesomeness