Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoWar Crimeslemmy.worldimagemessage-square56fedilinkarrow-up1768arrow-down123
arrow-up1745arrow-down1imageWar Crimeslemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square56fedilink
minus-squarejimmux@programming.devlinkfedilinkarrow-up3arrow-down1·1 year agoProgramming typefaces with ligatures are a step in this direction. I would try this in something like Haskell, where some of the more exotic character sequences get tricky to recognise. Unison might be the best language to test this in. Having identifiers separate from the actual definitions, you can call anything whatever you want.
Programming typefaces with ligatures are a step in this direction.
I would try this in something like Haskell, where some of the more exotic character sequences get tricky to recognise.
Unison might be the best language to test this in. Having identifiers separate from the actual definitions, you can call anything whatever you want.