Hacker News new | past | comments | ask | show | jobs | submit login

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'




Hello world in Clojure:

"Hello world"


One can do the same with the python console.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: