|
21 | 21 | {
|
22 | 22 | "item" : "Basic control structures",
|
23 | 23 | "status" : "rm+ rn+ n+",
|
24 |
| - "code" : [ "http://rosettacode.org/wiki/Conditional_structures#Perl_6", "http://rosettacode.org/wiki/Loops" ], |
| 24 | + "code" : [ "http://rosettacode.org/wiki/Conditional_structures#Perl_6", "http://rosettacode.org/wiki/Loops", "http://rosettacode.org/wiki/Execute_Brain****#Perl_6" ], |
25 | 25 | "spec" : [ ]
|
26 | 26 | }, {
|
27 | 27 | "item" : "Lexical variables",
|
|
85 | 85 | {
|
86 | 86 | "item" : "Classes, attributes, methods",
|
87 | 87 | "status" : "rm+ rn+ n+",
|
88 |
| - "code" : [ "http://rosettacode.org/wiki/Classes#Perl_6" ], |
| 88 | + "code" : [ "http://rosettacode.org/wiki/Classes#Perl_6", "http://rosettacode.org/wiki/Execute_Brain****#Perl_6" ], |
89 | 89 | "spec" : [ ]
|
90 | 90 | }, {
|
91 | 91 | "item" : "Single inheritance",
|
|
261 | 261 | }, {
|
262 | 262 | "item" : "is rw, is copy",
|
263 | 263 | "status" : "rm+ rn+ n+",
|
264 |
| - "code" : [ "http://rosettacode.org/wiki/Deconvolution/2D%2B#Perl_6" ], |
| 264 | + "code" : [ "http://rosettacode.org/wiki/Ethiopian_multiplication#Perl_6", "http://rosettacode.org/wiki/Deconvolution/2D%2B#Perl_6" ], |
265 | 265 | "spec" : [ ]
|
266 | 266 | }, {
|
267 | 267 | "item" : "Argument coercion",
|
|
315 | 315 | }, {
|
316 | 316 | "item" : "Lazy lists, gather/take",
|
317 | 317 | "status" : "rm+ rn+ n+",
|
318 |
| - "code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6" ], |
| 318 | + "code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6", "http://rosettacode.org/wiki/Equilibrium_index#Perl_6" ], |
319 | 319 | "spec" : [ ]
|
320 | 320 | }, {
|
321 | 321 | "item" : "LoL",
|
|
459 | 459 | "status" : "rm+ rn+ n+",
|
460 | 460 | "code" : [ "http://rosettacode.org/wiki/Dragon_curve#Perl_6" ],
|
461 | 461 | "spec" : [ ]
|
| 462 | + }, { |
| 463 | + "item" : "Probabalistic (rand, pick, roll)", |
| 464 | + "status" : "rm+ rn+ n+-", |
| 465 | + "code" : [ "http://rosettacode.org/wiki/Evolutionary_algorithm#Perl_6" ], |
| 466 | + "spec" : [ ] |
462 | 467 | }, {
|
463 | 468 | "item" : "Flipflop",
|
464 | 469 | "status" : "rm- rn- n+",
|
|
530 | 535 | }, {
|
531 | 536 | "item" : "Defining new operators",
|
532 | 537 | "status" : "rm+ n+",
|
533 |
| - "code" : [ "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ], |
| 538 | + "code" : [ "http://rosettacode.org/wiki/Evaluate_binomial_coefficients#Perl_6", "http://rosettacode.org/wiki/Combinations_with_repetitions#Perl_6" ], |
534 | 539 | "spec" : [ ]
|
535 | 540 | }, {
|
536 | 541 | "item" : "Precedence and associativity of new operators",
|
|
593 | 598 | }, {
|
594 | 599 | "item" : "CATCH",
|
595 | 600 | "status" : "rm+ rn- n-",
|
596 |
| - "code" : [ "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ], |
| 601 | + "code" : [ "http://rosettacode.org/wiki/Exceptions#Perl_6", "http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ], |
597 | 602 | "spec" : [ ]
|
598 | 603 | }, {
|
599 | 604 | "item" : "PRE/POST",
|
|
624 | 629 | "status" : "rm+ rn- n-",
|
625 | 630 | "code" : [ ],
|
626 | 631 | "spec" : [ ]
|
| 632 | + }, { |
| 633 | + "item" : "run, qx", |
| 634 | + "status" : "rm+ rn- n-", |
| 635 | + "code" : [ ], |
| 636 | + "spec" : [ ] |
| 637 | + }, { |
| 638 | + "item" : "Environment vars", |
| 639 | + "status" : "rm+ rn- n-", |
| 640 | + "code" : [ ], |
| 641 | + "spec" : [ ] |
627 | 642 | } ]
|
628 | 643 | },
|
629 | 644 | {
|
|
0 commit comments