Writing prettier Haskell with Unicode syntax and Vim
alt-romes.github.io
Writing prettier Haskell with Unicode syntax and Vim
1–10 of 62 posts
Re: Writing prettier Haskell with Unicode syntax and Vim
#2Re: Writing prettier Haskell with Unicode syntax and Vim
#3Re: Writing prettier Haskell with Unicode syntax and Vim
#4Re: Writing prettier Haskell with Unicode syntax and Vim
#5Re: Writing prettier Haskell with Unicode syntax and Vim
#6But I wouldn’t want a normal variable-width font where colons are tiny and at-signs are gigantic. I read a programming email list in my regular webclient and it can be quite tiring. :)
Re: Writing prettier Haskell with Unicode syntax and Vim
#7LaTeX. I type \Beta, press TAB, and boom, β.
Re: Writing prettier Haskell with Unicode syntax and Vim
#8On Linux I input special characters using the Compose key. Works everywhere, not just in Vim.
[0]: https://hakon.gylterud.net/tutorials/unicode.html
[1]: https://hakon.gylterud.net/tutorials/latex-maths-unicode.htm...
Re: Writing prettier Haskell with Unicode syntax and Vim
#9Re: Writing prettier Haskell with Unicode syntax and Vim
#10Unicode in code might be what pushes people to consider variable-width font. Just look at the simple arrow in a text editor (hopefully the text filter on this website thinks this symbol is OK): → (U+2192 RIGHTWARDS ARROW). It’s tiny. And I notice that the author uses plain `->`. You do need at least an “em” width for that kind of symbol. But I wouldn’t want a normal variable-width font where colons are tiny and at-si…