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

>"Bad" typography isn't a big deal IMO. Yes, it's slightly embarrassing and ugly, in this Unicode-enabled era, that we use <= for "less than or equal to" and != for "not equal to", when Unicode has given us better glyphs. But honestly, I don't see how that costs us much time to get used to.

<= and != are easier to type than using alt-codes for unicode characters. Unless you want your programming language to come with a keyboard driver for every OS that only is used for that language, there is no reason to use it.



alt-codes for unicode characters

Just use rfc1345 digraphs. In vim, do :set dg to enable, then just type <(backspace)=. Easy. Emacs also supports this.


When I write Emacs Lisp, Emacs will automatically turn my "lambda" into λ . I have mixed feelings about it, but it's certainly more concise.




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

Search: