Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm not saying it really matters, but the PHP just looks ugly to me. I think it's all the dollar signs and braces.


That's a mirror image of 'Lisp just looks ugly to me. I think it's all the parentheses.'.

There is a lot more to a language than its syntax.


Syntax is highly important, however. A poor syntax can make an otherwise decent language quite unbearable. A nice syntax doesn't make an otherwise poor language good, either.


That's extremely shortsighted.

Special chars, like PHP $, Rust's ~, Ruby's @, help the programmer tell things apart easily.

Vastly better than having to keep the information in your mind after the declaration -- and much lighter and better than full-on hungarian notation madness.

As for the braces, they never went out of style. In fact, with the exception of Python, the languages that don't use them are not that popular, compared to the ones that do. Coffescript, for example, is insignificant compared to the plain Javascript use.




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

Search: