|
77 | 77 | }, {
|
78 | 78 | "item" : "Blocks",
|
79 | 79 | "status" : "rm+ rn+ n+",
|
80 |
| - "code" : [ ], |
| 80 | + "code" : [ "http://rosettacode.org/wiki/Higher-order_functions#Perl_6" ], |
81 | 81 | "spec" : [ ]
|
82 | 82 | }, {
|
83 | 83 | "item" : "Special variables",
|
|
348 | 348 | "status" : "rm+ rn+ n+",
|
349 | 349 | "code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6",
|
350 | 350 | "http://rosettacode.org/wiki/Equilibrium_index#Perl_6",
|
| 351 | + "http://rosettacode.org/wiki/Huffman_coding#Perl_6", |
351 | 352 | "http://rosettacode.org/wiki/Generator#Perl_6" ],
|
352 | 353 | "spec" : [ ]
|
353 | 354 | }, {
|
|
419 | 420 | }, {
|
420 | 421 | "item" : "Based on types",
|
421 | 422 | "status" : "rm+ rn+ n+",
|
422 |
| - "code" : [ "http://rosettacode.org/wiki/Exponentiation_operator#Perl_6" ], |
| 423 | + "code" : [ "http://rosettacode.org/wiki/Exponentiation_operator#Perl_6", |
| 424 | + "http://rosettacode.org/wiki/Huffman_coding#Perl_6" ], |
423 | 425 | "spec" : [ ]
|
424 | 426 | }, {
|
425 | 427 | "item" : "Proper narrowness analysis",
|
|
522 | 524 | "item" : "Sequence",
|
523 | 525 | "status" : "rm+ rn+ n+",
|
524 | 526 | "code" : [ "http://rosettacode.org/wiki/Fibonacci_sequence#Perl_6",
|
| 527 | + "http://rosettacode.org/wiki/Hailstone_sequence#Perl_6", |
525 | 528 | "http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6",
|
526 | 529 | "http://rosettacode.org/wiki/Greatest_common_divisor#Concise" ],
|
527 | 530 | "spec" : [ ]
|
|
540 | 543 | "code" : [ "http://rosettacode.org/wiki/Dot_product#Perl_6",
|
541 | 544 | "http://rosettacode.org/wiki/Greatest_element_of_a_list#Perl_6" ],
|
542 | 545 | "spec" : [ ]
|
| 546 | + }, { |
| 547 | + "item" : "Triangle", |
| 548 | + "status" : "rm+ rn- n+", |
| 549 | + "code" : [ "http://rosettacode.org/wiki/Hamming_numbers#Perl_6", |
| 550 | + "http://rosettacode.org/wiki/Equilibrium_index#Perl_6" ], |
| 551 | + "spec" : [ ] |
543 | 552 | }, {
|
544 | 553 | "item" : "Assignment",
|
545 | 554 | "status" : "rm+ rn+ n+",
|
546 |
| - "code" : [ "http://rosettacode.org/wiki/Gray_code#Perl_6" ], |
| 555 | + "code" : [ "http://rosettacode.org/wiki/Gray_code#Perl_6", |
| 556 | + "http://rosettacode.org/wiki/Hailstone_sequence#Perl_6" ], |
547 | 557 | "spec" : [ ]
|
548 | 558 | }, {
|
549 | 559 | "item" : "Negation",
|
|
559 | 569 | "item" : "Zip",
|
560 | 570 | "status" : "rm+- (only two lists) rn+ n+",
|
561 | 571 | "code" : [ "http://rosettacode.org/wiki/FizzBuzz#Perl_6",
|
| 572 | + "http://rosettacode.org/wiki/Hash_from_two_arrays#Perl_6", |
562 | 573 | "http://rosettacode.org/wiki/Forward_difference#Perl_6" ],
|
563 | 574 | "spec" : [ ]
|
564 | 575 | }, {
|
565 | 576 | "item" : "Cross",
|
566 | 577 | "status" : "rm+- (only two lists) rn+ n+",
|
567 | 578 | "code" : [ "http://rosettacode.org/wiki/Constrained_random_points_on_a_circle#Perl_6",
|
| 579 | + "http://rosettacode.org/wiki/Hamming_numbers#Perl_6", |
568 | 580 | "http://rosettacode.org/wiki/Find_the_missing_permutation#Perl_6" ],
|
569 | 581 | "spec" : [ ]
|
570 | 582 | }, {
|
|
684 | 696 | }, {
|
685 | 697 | "item" : "MAIN",
|
686 | 698 | "status" : "rm+ rn- n-",
|
687 |
| - "code" : [ ], |
| 699 | + "code" : [ "http://rosettacode.org/wiki/Guess_the_number/With_feedback_(player)#Perl_6" ], |
688 | 700 | "spec" : [ ]
|
689 | 701 | }, {
|
690 | 702 | "item" : "run, qx",
|
691 | 703 | "status" : "rm+ rn+ n-",
|
692 |
| - "code" : [ ], |
| 704 | + "code" : [ "http://rosettacode.org/wiki/Execute_a_system_command#Perl_6" ], |
693 | 705 | "spec" : [ ]
|
694 | 706 | }, {
|
695 | 707 | "item" : "Environment vars",
|
|
0 commit comments