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

Commit 1954b50

Browse files
committed
dynvars, trig, filetests; more codes
1 parent ae64160 commit 1954b50

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

features.json

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
}, {
2727
"item" : "Lexical variables",
2828
"status" : "rm+ rn+ n+",
29-
"code" : [ "http://rosettacode.org/wiki/Closures/Variable_capture#Perl_6", "http://rosettacode.org/wiki/Man_or_boy_test#Perl_6" ],
29+
"code" : [ "http://rosettacode.org/wiki/Closures/Variable_capture#Perl_6", "http://rosettacode.org/wiki/Man_or_boy_test#Perl_6", "http://rosettacode.org/wiki/Draw_a_cuboid#Perl_6" ],
30+
"spec" : [ ]
31+
}, {
32+
"item" : "Dynamic variables",
33+
"status" : "rm+ rn+ n+",
34+
"code" : [ "http://rosettacode.org/wiki/Environment_variables#Perl_6" ],
3035
"spec" : [ ]
3136
}, {
3237
"item" : "Basic types (strings, numbers)",
@@ -51,7 +56,7 @@
5156
}, {
5257
"item" : "Subroutines",
5358
"status" : "rm+ rn+ n+",
54-
"code" : [ "http://rosettacode.org/wiki/Function_definition#Perl_6", "http://rosettacode.org/wiki/Call_a_function#Perl_6" ],
59+
"code" : [ "http://rosettacode.org/wiki/Function_definition#Perl_6", "http://rosettacode.org/wiki/Call_a_function#Perl_6", "http://rosettacode.org/wiki/Draw_a_cuboid#Perl_6" ],
5560
"spec" : [ ]
5661
}, {
5762
"item" : "Blocks",
@@ -64,9 +69,9 @@
6469
"code" : [ ],
6570
"spec" : [ ]
6671
}, {
67-
"item" : "Constants",
72+
"item" : "Constant declarations",
6873
"status" : "rm- rn+- (only literals) n+",
69-
"code" : [ "http://rosettacode.org/wiki/Compile-time_calculation#Perl_6" ],
74+
"code" : [ "http://rosettacode.org/wiki/Compile-time_calculation#Perl_6", "http://rosettacode.org/wiki/Enforced_immutability#Perl_6" ],
7075
"spec" : [ ]
7176
}, {
7277
"item" : "State variables",
@@ -153,7 +158,7 @@
153158
}, {
154159
"item" : "Enums",
155160
"status" : "rm+ rn- n+",
156-
"code" : [ ],
161+
"code" : [ "http://rosettacode.org/wiki/Enumerations#Perl_6" ],
157162
"spec" : [ ]
158163
}, {
159164
"item" : "Mixins",
@@ -251,7 +256,7 @@
251256
}, {
252257
"item" : "Nested signatures",
253258
"status" : "rm+ rn- n-",
254-
"code" : [ "http://rosettacode.org/wiki/Pattern_matching#Perl_6" ],
259+
"code" : [ "http://rosettacode.org/wiki/Draw_a_cuboid#Perl_6", "http://rosettacode.org/wiki/Pattern_matching#Perl_6" ],
255260
"spec" : [ ]
256261
}, {
257262
"item" : "is rw, is copy",
@@ -280,7 +285,7 @@
280285
}, {
281286
"item" : "Basic numbers, arithmetic operations",
282287
"status" : "rm+ rn+ n+",
283-
"code" : [ ],
288+
"code" : [ "http://rosettacode.org/wiki/Discordian_date#Perl_6" ],
284289
"spec" : [ ]
285290
}, {
286291
"item" : "Big integers",
@@ -335,7 +340,7 @@
335340
}, {
336341
"item" : "DateTime, Date",
337342
"status" : "rm+ rn- n-",
338-
"code" : [ "http://rosettacode.org/wiki/Day_of_the_week#Perl_6" ],
343+
"code" : [ "http://rosettacode.org/wiki/Day_of_the_week#Perl_6", "http://rosettacode.org/wiki/Discordian_date#Perl_6" ],
339344
"spec" : [ ]
340345
}, {
341346
"item" : "Native operators",
@@ -444,6 +449,16 @@
444449
"status" : "rm+ rn+ n+",
445450
"code" : [ ],
446451
"spec" : [ ]
452+
}, {
453+
"item" : "File tests",
454+
"status" : "rm+ rn- n+",
455+
"code" : [ "http://rosettacode.org/wiki/Ensure_that_a_file_exists#Perl_6" ],
456+
"spec" : [ ]
457+
}, {
458+
"item" : "Trigonometric",
459+
"status" : "rm+ rn+ n+",
460+
"code" : [ "http://rosettacode.org/wiki/Dragon_curve#Perl_6" ],
461+
"spec" : [ ]
447462
}, {
448463
"item" : "Flipflop",
449464
"status" : "rm- rn- n+",
@@ -457,7 +472,7 @@
457472
}, {
458473
"item" : "Sequence",
459474
"status" : "rm+ rn+ n+",
460-
"code" : [ ],
475+
"code" : [ "http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6" ],
461476
"spec" : [ ]
462477
}, {
463478
"item" : "Logic cascade (andthen, orelse)",
@@ -471,7 +486,7 @@
471486
{
472487
"item" : "Reduction",
473488
"status" : "rm+ rn+ n+",
474-
"code" : [ ],
489+
"code" : [ "http://rosettacode.org/wiki/Dot_product#Perl_6" ],
475490
"spec" : [ ]
476491
}, {
477492
"item" : "Assignment",
@@ -501,7 +516,7 @@
501516
}, {
502517
"item" : "Hyper",
503518
"status" : "rm+ rn- n+",
504-
"code" : [ "http://rosettacode.org/wiki/Deconvolution/1D#Perl_6" ],
519+
"code" : [ "http://rosettacode.org/wiki/Element-wise_operations#Perl_6", "http://rosettacode.org/wiki/Dot_product#Perl_6", "http://rosettacode.org/wiki/Deconvolution/1D#Perl_6" ],
505520
"spec" : [ ]
506521
}]
507522
},

0 commit comments

Comments
 (0)