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

So it's two characters shorter?

I left the two ;} because my syntax highlighter was yelling at me that I'm doing something ugly and I was inside the 140B limit anyway.




No, not just two.

It stripped the space before the first { and between the "return" and "false".

False is represented as !1.

"(c)?foo:bar" is replaced by "c?foo:bar". Plus - semicolons are removed as you noticed.

But - really.. It's ugly enough as it is :)


I'm sure there's room left that the 140byt.es folks will find, but off the bat:

    e=0;while(d!=c)
    for(e=0;d!=c;)




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

Search: