Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit c36e5de

Browse files
committed
add triangle, more codes
1 parent d8d0398 commit c36e5de

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

features.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}, {
7878
"item" : "Blocks",
7979
"status" : "rm+ rn+ n+",
80-
"code" : [ ],
80+
"code" : [ "http://rosettacode.org/wiki/Higher-order_functions#Perl_6" ],
8181
"spec" : [ ]
8282
}, {
8383
"item" : "Special variables",
@@ -348,6 +348,7 @@
348348
"status" : "rm+ rn+ n+",
349349
"code" : [ "http://rosettacode.org/wiki/Catalan_numbers#Perl_6",
350350
"http://rosettacode.org/wiki/Equilibrium_index#Perl_6",
351+
"http://rosettacode.org/wiki/Huffman_coding#Perl_6",
351352
"http://rosettacode.org/wiki/Generator#Perl_6" ],
352353
"spec" : [ ]
353354
}, {
@@ -419,7 +420,8 @@
419420
}, {
420421
"item" : "Based on types",
421422
"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" ],
423425
"spec" : [ ]
424426
}, {
425427
"item" : "Proper narrowness analysis",
@@ -522,6 +524,7 @@
522524
"item" : "Sequence",
523525
"status" : "rm+ rn+ n+",
524526
"code" : [ "http://rosettacode.org/wiki/Fibonacci_sequence#Perl_6",
527+
"http://rosettacode.org/wiki/Hailstone_sequence#Perl_6",
525528
"http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6",
526529
"http://rosettacode.org/wiki/Greatest_common_divisor#Concise" ],
527530
"spec" : [ ]
@@ -540,10 +543,17 @@
540543
"code" : [ "http://rosettacode.org/wiki/Dot_product#Perl_6",
541544
"http://rosettacode.org/wiki/Greatest_element_of_a_list#Perl_6" ],
542545
"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" : [ ]
543552
}, {
544553
"item" : "Assignment",
545554
"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" ],
547557
"spec" : [ ]
548558
}, {
549559
"item" : "Negation",
@@ -559,12 +569,14 @@
559569
"item" : "Zip",
560570
"status" : "rm+- (only two lists) rn+ n+",
561571
"code" : [ "http://rosettacode.org/wiki/FizzBuzz#Perl_6",
572+
"http://rosettacode.org/wiki/Hash_from_two_arrays#Perl_6",
562573
"http://rosettacode.org/wiki/Forward_difference#Perl_6" ],
563574
"spec" : [ ]
564575
}, {
565576
"item" : "Cross",
566577
"status" : "rm+- (only two lists) rn+ n+",
567578
"code" : [ "http://rosettacode.org/wiki/Constrained_random_points_on_a_circle#Perl_6",
579+
"http://rosettacode.org/wiki/Hamming_numbers#Perl_6",
568580
"http://rosettacode.org/wiki/Find_the_missing_permutation#Perl_6" ],
569581
"spec" : [ ]
570582
}, {
@@ -684,12 +696,12 @@
684696
}, {
685697
"item" : "MAIN",
686698
"status" : "rm+ rn- n-",
687-
"code" : [ ],
699+
"code" : [ "http://rosettacode.org/wiki/Guess_the_number/With_feedback_(player)#Perl_6" ],
688700
"spec" : [ ]
689701
}, {
690702
"item" : "run, qx",
691703
"status" : "rm+ rn+ n-",
692-
"code" : [ ],
704+
"code" : [ "http://rosettacode.org/wiki/Execute_a_system_command#Perl_6" ],
693705
"spec" : [ ]
694706
}, {
695707
"item" : "Environment vars",

0 commit comments

Comments
 (0)