Input: Fonts for Code
111–120 of 136 posts
Re: Input: Fonts for Code
#112Re: Input: Fonts for Code
#113Using a monospaced font feels like a robotic concession to the ancient ways... Doing my small part to bring about the human-friendly future of coding I dream about.
Re: Input: Fonts for Code
#114Yet to find something that suits me better than Fira Code. It's a decently good-looking font with ligatures . I'm a sucker for ligatures.
What, on ${DEITY}’s Blue Earth, can ligatures possibly do for you as a programmer, that is in any way useful?!?
Re: Input: Fonts for Code
#115Earlier quoted context omitted.
There are instances where font matters, and I go back to TurboC on my 8086 and Fortran 'scards' on a VMS mainframe + terminal, so I'm not a whiny mod-crazy hipster. > Fonts Creating Bugs: Some fonts are more prone to errors. Lower case L vs number one, zero vs. capital O, braces vs parens, lowercase g vs 9. Go look at old Unix fixed fonts, and even courier and you can see how hard it is to distinguish. (Unix '10x7' w…
> What kind of savage codes with a proportional font? I did for some time. I only switched back because our coding standard limits the length of a line and that is hard to check with a proportional font. I honestly don't get why source code needs a fixed character grid. My prefered code formatting doesn't require lining up things using spaces in the middle of the line. If things need to be lined up, then I put them i…
> Alignment of blocks and assignments. It's that simple.
The benefits from the increased legibility and clarity can be quite tangible. Code that is the same looks the same, and it's easier to scan for anomalies.
Re: Input: Fonts for Code
#116Yet to find something that suits me better than Fira Code. It's a decently good-looking font with ligatures . I'm a sucker for ligatures.
Why do you like ligatures? What, on ${DEITY}’s Blue Earth, can ligatures possibly do for you as a programmer, that is in any way useful?!?
Aesthetics is important to me. Being in an ugly environment brings me down. Fira Code brings positive aesthetics with it. And ligatures are cool.
I'm the kind of a person that does things simply because they're cool.
Re: Input: Fonts for Code
#117Used them for a couple years already. Input Mono Condensed!
If the Input Mono Condensed you're referring to comes from https://djr.com/input/ I recommend reviewing that font's license. https://djr.com/license/ is a non-free license (the license does not respect your software freedoms to run, copy, share, and modify the software). The license is revocable under unclear and incompletely specified conditions: This license can be terminated at any time for no declared reason "wit…
It's not like you can't easily change your font if you're ever required to.
Re: Input: Fonts for Code
#118Re: Input: Fonts for Code
#119Yet to find something that suits me better than Fira Code. It's a decently good-looking font with ligatures . I'm a sucker for ligatures.
Iosevka for me, you can custom build it with the letter designs you want, it supports ligatures and it's condensed without been cramped (also has Term, non-term and Slab variants in the same build). It's replaced my mono font everywhere , Fira Code is lovely but it feels way too wide once you've used Iosevka. The only font that comes close is Pragmata Pro but that's not free. https://raw.githubusercontent.com/be5invi…
Great font though. Recommended.
Re: Input: Fonts for Code
#120Earlier quoted context omitted.
I loved Fira Code as well but it was love at first sight with IBM Plex https://www.ibm.com/plex/
Checked the website - looks like the zero isn't slashed, and I've spent too much time chasing down errors caused by oh's as zeros.