Created
May 9, 2014 14:50
-
-
Save 573/15e8613c8fcd9ac27a45 to your computer and use it in GitHub Desktop.
Special characters - input method (quoted from haskell-cafe)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nick Rudnick <[email protected]> | |
25. Apr. | |
an Haskell | |
Nachricht übersetzen | |
Deaktivieren für: Englisch | |
Thanks for the hint =) | |
I ever wondered about some special characters on the standard keyboard, | |
° -- i.e. [⇑][^] | |
§ | |
¢ | |
€ | |
¶ --e.g. [Alt Gr][R] | |
· -- e.g. [Alt Gr][,] | |
… -- e.g. [Alt Gr][,] | |
– -- e.g. [Alt Gr][-], though optically ambiguous with -, a candidate for *unary | |
minus*, which I think ever has been considered to be realized a little | |
unsatisfactorily | |
¬ e.g. [Alt Gr][6], also a great candidate for unary use | |
now I see they are usable, too, which to me is great news. | |
Since some time, I began using chars like þ, ø, æ, ŋ, ð, µ, ħ, etc., which, easily accessible on a Linux keyboard, have more than cosmetic utility to me; with find / replace it prevents you from the usual trouble when working – but that with the special chars above is a pleasing discovery. :-) | |
I ever wondered for the reason that in Haskell function composition is not declared by (°) instead of (.), which (a) interferes with other uses of the period and (b) looks less similar to the actual symbol. | |
It also reminds me of a very beautiful feature (Emacs) haskell-mode had some years ago; it was able to display special characters in wider characters (maybe using a special Emacs font??) – does anybody know what I am speaking about, too? | |
Unfortunately, this feature wasn't continued while frankly, "←" as in recent use to me slightly hurts the eye a little everywhere it's seen in code (sorry, "←"... ;-), while back then, in Emacs there where BEAUTIFUL arrows in double width and gorgeous lambdas. | |
Cheers, Nick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment