[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: UTF-8 identifiers [was: Re: Lua t-shirts]
- From: Lyndon Nerenberg - VE6BBM/VE7TFX <lyndon@...>
- Date: Mon, 5 Oct 2009 12:00:07 -0600
> The only language I know that is doing this is Falcon (
> http://falconpl.org/ ). If there are stats for how many people use
> this feature it would be interesting.
Plan 9 has had native Unicode support pretty much since day one (circa
1989). E.g.:
int Δt = time(0) - αρχη;
is valid C. There have been no issues with people using visually
similar characters in a way that causes confusion. Mind you, Plan 9
users tend to be militant minimalists, so nobody uses this feature
just because they can.
Sun's Fortress language also fully integrates Unicode into its
grammar.
Refs:
http://plan9.bell-labs.com/sys/doc/utf.html
http://research.sun.com/projects/plrg/
--lyndon