On 9/26/07, David Flanagan <david / davidflanagan.com> wrote: > The following program is legal in Ruby 1.9 and prints 6: > > # -*- coding: utf-8 -*- > alias ¦Ë lambda > ¡ß = ¦Ë{ |x,y| x*y} > puts ¡ß[2,3] > > Is this a good thing? Is this expected to remain legal, or is the > parser likely to start enforcing rules about which characters are legal > in identifiers? Oh man I hope this isn't a bug. That is really cool.