Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hello_there_you
on July 31, 2015
|
parent
|
context
|
favorite
| on:
Python is the new BASIC
I believe hello world in ruby is even shorter than python (if that is what counts as a measurement here), since you can just use "p" as short of "puts", so:
p 'Hello world'
mateuszf
on July 31, 2015
[–]
Hello world in Clojure:
"Hello world"
JupiterMoon
on July 31, 2015
|
parent
[–]
One can do the same with the python console.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
p 'Hello world'