Live data from Hacker News

What Makes a Good Programming Font?

andersnoras.com

11–20 of 31 posts

Re: What Makes a Good Programming Font?

#12

I have been using verdana for two years now and I love it.I also use black on grey background, so my editor looks much like these comments.

Wait. You code in a sans-serif non-fixed-width font!?

Yes. I guess it was Bjarne who convinced me to try it (The C++ Programming Language book was set with a variable width font). I find it pleasing to the eye and the sacrifice is .. well, what? Indenting still works and I don't do the block-style formatted comments etc.

Re: What Makes a Good Programming Font?

#13

Earlier quoted context omitted.

Wait. You code in a sans-serif non-fixed-width font!?

Yes. I guess it was Bjarne who convinced me to try it (The C++ Programming Language book was set with a variable width font). I find it pleasing to the eye and the sacrifice is .. well, what? Indenting still works and I don't do the block-style formatted comments etc.

That's crazy talk!

Re: What Makes a Good Programming Font?

#14

Earlier quoted context omitted.

Wait. You code in a sans-serif non-fixed-width font!?

Yes. I guess it was Bjarne who convinced me to try it (The C++ Programming Language book was set with a variable width font). I find it pleasing to the eye and the sacrifice is .. well, what? Indenting still works and I don't do the block-style formatted comments etc.

He convinced me for presentation, but I still code in a monospaced font.

Re: What Makes a Good Programming Font?

#15
post #4

Linux: Liberation Mono (already in your distro as 'liberation-fonts'). See http://en.wikipedia.org/wiki/Liberation_fonts Windows: Consolas (install the Word 2007 viewer and you get it for free).

Agreed. I can't go past consolas on windows. With linux I wasn't aware of liberation (thanks for that !!), but I've always downloaded courier new.

Re: What Makes a Good Programming Font?

#16
post #3

I'm not a big fonts person, but when I found Bitsteam Vera Sans Mono I knew I loved it: http://img376.imageshack.us/img376/1897/picture68gr5.png It just looks fantastic to me — I simply don't get the attraction to fonts which look like they came directly from a 1970's typewriter! :) (good anti-aliasing on OSX helps too...)

I like your syntax coloring, what editor/color scheme?

Re: What Makes a Good Programming Font?

#17
post #16
post #3

I'm not a big fonts person, but when I found Bitsteam Vera Sans Mono I knew I loved it: http://img376.imageshack.us/img376/1897/picture68gr5.png It just looks fantastic to me — I simply don't get the attraction to fonts which look like they came directly from a 1970's typewriter! :) (good anti-aliasing on OSX helps too...)

I like your syntax coloring, what editor/color scheme?

Most likely Textmate with the railscasts theme (http://railscasts.com/about).

Re: What Makes a Good Programming Font?

#19
CodingHorror has some discussion on this:

http://www.codinghorror.com/blog/archives/000157.html

http://www.codinghorror.com/blog/archives/000969.html

Personally, I used ProFont (http://www.tobias-jung.de/seekingprofont/index.html) for awhile, but when I got a new computer I forgot about it and reverted back to Monaco.

Post reply on HN