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

Hello world in Clojure:

"Hello world"

One can do the same with the python console.