[perl #118951] Inconsistent uppercasing of ß

2013-07-21 Thread via RT
# New Ticket Created by Life U. Everything # Please include the string: [perl #118951] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118951 > r: say "ß".uc rakudo 45d447: OUTPUT«ß␤» r: say "ẞ".lc.uc rakudo 45d447:

[perl6/specs] a0ec33: Add RPA

2013-07-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a0ec33f58f6d6be84307cce82c28b12ca7ad3e4b https://github.com/perl6/specs/commit/a0ec33f58f6d6be84307cce82c28b12ca7ad3e4b Author: Elizabeth Mattijsen Date: 2013-07-20 (Sat, 20 Jul 2013) Changed paths:

Re: Are set operations needed?

2013-07-21 Thread Giuseppe Castagna
On 18/07/13 17:58, Patrick R. Michaud wrote: [...] Sets do not implement well on a computer. Let me strongly disagree with this statement. Sets implement *very well* on computer, it just suffices to know how to do it. You want a constructive proof? Check the CDuce language (http://www.cduc