[perl6/specs] 277206: all loops but 'for' default to sink

2013-11-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 27720668ed39efabc761b872525e01e38850541c https://github.com/perl6/specs/commit/27720668ed39efabc761b872525e01e38850541c Author: Larry Wall Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M S04-con

[perl6/specs] beef8e: Okay, statement 'for' is now also sunk.

2013-11-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: beef8e630be2440050c979252db56af227c910f2 https://github.com/perl6/specs/commit/beef8e630be2440050c979252db56af227c910f2 Author: Larry Wall Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M S04-con

[perl6/specs] 96e17b: add eager as a statement prefix

2013-11-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 96e17b91606ae6d58d66a29610d29fa78f96c674 https://github.com/perl6/specs/commit/96e17b91606ae6d58d66a29610d29fa78f96c674 Author: Larry Wall Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M S04-con

Re: question - languages with set/foo as only base data type

2013-11-26 Thread Giuseppe Castagna
There is a programming language in which types are sets (of values) and that is designed all on this interpretation (even though integer values are primitive and not encoded as you suggest). The language is CDuce where, besides basic function and product types, you have also (set-theoretic) u

[perl6/specs] 0f9df8: Change the listless map into a Whatever map

2013-11-26 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0f9df8a0f229d617abe810bd9af2768a48a3fe2b https://github.com/perl6/specs/commit/0f9df8a0f229d617abe810bd9af2768a48a3fe2b Author: Elizabeth Mattijsen Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths:

[perl #120632] [BUG] Re-declaration of labels is a-OK with Rakudo

2013-11-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120632] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120632 > perl6: label1: say "OH HAI"; label1: say "OH NOES" rakudo-parrot 60c8c1, rakudo-jvm 60c