I wonder what the world would be like if somebody designed a nice variable-width font for typesetting code. It would be different than a font designed for setting English, but I wonder if we wouldn't get the same benefits of beauty and legibility. I mean, it's kinda silly that we continue to program in fixed-width type, given what modern software can do with setting type on the fly...
New free monospace programming font by Mark Simonson: Anonymous Pro
71–80 of 89 posts
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#72Every couple of months I try a new programming font, but I always go back to Inconsolata.
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#73I have it here in case anyone is interested in it. It allows me to fit 4 terminals across on a 1920x1200 screen nicely with a bit of room to spare.
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#74Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#75I'm surprised no-one has mentioned monofur yet. http://eurofurence.net/monofur.html It's my favourite programming font because it's extremely readable but retails a little flare.
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#76Earlier quoted context omitted.
The 'using spaces instead of tabs' issue seems to have something to do with this.
It's more than that--I tend to lean towards words with the same number of characters for variable names which helps make things line up. Variable width would kill that too.
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#77I wonder what the world would be like if somebody designed a nice variable-width font for typesetting code. It would be different than a font designed for setting English, but I wonder if we wouldn't get the same benefits of beauty and legibility. I mean, it's kinda silly that we continue to program in fixed-width type, given what modern software can do with setting type on the fly...
It gets significantly less silly when you look at code that is meant to be aligned, and isn't in a variable-width font.
Because a tab is frequently equivalent to a number of spaces in a fixed width font, we get religious wars about tabs vs spaces. In a variable width font, I presume you would use only tabs.
It mat also be the case that c and c-family languages (or python and python-like languages) are not the best choice for such a typesetting system.
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#78I've been a die hard programmer font snob for years and have been using Bitstream Vera Sans Mono or Deja Vu Sans Mono. Mostly because it's free and can be used on all platforms. Then, Apple released Snow Leopard with Menlo. It had just enough small little changes that at a slightly smaller point size it was easier to read. I fell in love. I've actually now trained my self to really enjoy using 10 point unaliased Mona…
Re: New free monospace programming font by Mark Simonson: Anonymous Pro
#79I've been a die hard programmer font snob for years and have been using Bitstream Vera Sans Mono or Deja Vu Sans Mono. Mostly because it's free and can be used on all platforms. Then, Apple released Snow Leopard with Menlo. It had just enough small little changes that at a slightly smaller point size it was easier to read. I fell in love. I've actually now trained my self to really enjoy using 10 point unaliased Mona…
It's amazing how close Menlo and Deja Vu Sans Mono are. I like the lighter punctuation in Deja Vu but the = character is clearer in Menlo. I like the zero with a slash in Menlo, too.