Monospaced Programming Fonts with Ligatures
hanselman.com
Monospaced Programming Fonts with Ligatures
1–10 of 246 posts
Re: Monospaced Programming Fonts with Ligatures
#2Re: Monospaced Programming Fonts with Ligatures
#3Re: Monospaced Programming Fonts with Ligatures
#4Re: Monospaced Programming Fonts with Ligatures
#5It slightly alters the monospacing which would drive me batty when coding, but cool idea. Especially for displaying code like in a blog post or other non-interactive use.
For example, the 'x' in the hex value. Is it a regular 'x' or another character? How about those fat arrows? How are those typed?
Re: Monospaced Programming Fonts with Ligatures
#6It slightly alters the monospacing which would drive me batty when coding, but cool idea. Especially for displaying code like in a blog post or other non-interactive use.
Well, depending on your audience I think it would be a step backward for static display of code since in some cases it isn't clear what to actually type. Fine for experienced audiences but really frustrating for anyone learning. For example, the 'x' in the hex value. Is it a regular 'x' or another character? How about those fat arrows? How are those typed?
Re: Monospaced Programming Fonts with Ligatures
#7It slightly alters the monospacing which would drive me batty when coding, but cool idea. Especially for displaying code like in a blog post or other non-interactive use.
My opinion might be biased by a heavy math background, but I like that e.g. "less than or equal" now looks the same as the way I write it on paper, and I don't find myself spending any time thinking about what that symbol means.
I'll concede that it totally messes up command line help text in the console, though. You get lots of stuff like --parameter= turned into —parameter≤value> but it hasn't annoyed me enough to switch back yet.
Re: Monospaced Programming Fonts with Ligatures
#8Re: Monospaced Programming Fonts with Ligatures
#9It slightly alters the monospacing which would drive me batty when coding, but cool idea. Especially for displaying code like in a blog post or other non-interactive use.
Well, depending on your audience I think it would be a step backward for static display of code since in some cases it isn't clear what to actually type. Fine for experienced audiences but really frustrating for anyone learning. For example, the 'x' in the hex value. Is it a regular 'x' or another character? How about those fat arrows? How are those typed?