Y
Hacker News
new
|
ask
|
show
|
jobs
by
hello_there_you
3973 days ago
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'
1 comments
mateuszf
3973 days ago
Hello world in Clojure:
"Hello world"
link
JupiterMoon
3973 days ago
One can do the same with the python console.
link
"Hello world"