|
26 | 26 | }, {
|
27 | 27 | "item" : "Lexical variables",
|
28 | 28 | "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" ], |
30 | 35 | "spec" : [ ]
|
31 | 36 | }, {
|
32 | 37 | "item" : "Basic types (strings, numbers)",
|
|
51 | 56 | }, {
|
52 | 57 | "item" : "Subroutines",
|
53 | 58 | "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" ], |
55 | 60 | "spec" : [ ]
|
56 | 61 | }, {
|
57 | 62 | "item" : "Blocks",
|
|
64 | 69 | "code" : [ ],
|
65 | 70 | "spec" : [ ]
|
66 | 71 | }, {
|
67 |
| - "item" : "Constants", |
| 72 | + "item" : "Constant declarations", |
68 | 73 | "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" ], |
70 | 75 | "spec" : [ ]
|
71 | 76 | }, {
|
72 | 77 | "item" : "State variables",
|
|
153 | 158 | }, {
|
154 | 159 | "item" : "Enums",
|
155 | 160 | "status" : "rm+ rn- n+",
|
156 |
| - "code" : [ ], |
| 161 | + "code" : [ "http://rosettacode.org/wiki/Enumerations#Perl_6" ], |
157 | 162 | "spec" : [ ]
|
158 | 163 | }, {
|
159 | 164 | "item" : "Mixins",
|
|
251 | 256 | }, {
|
252 | 257 | "item" : "Nested signatures",
|
253 | 258 | "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" ], |
255 | 260 | "spec" : [ ]
|
256 | 261 | }, {
|
257 | 262 | "item" : "is rw, is copy",
|
|
280 | 285 | }, {
|
281 | 286 | "item" : "Basic numbers, arithmetic operations",
|
282 | 287 | "status" : "rm+ rn+ n+",
|
283 |
| - "code" : [ ], |
| 288 | + "code" : [ "http://rosettacode.org/wiki/Discordian_date#Perl_6" ], |
284 | 289 | "spec" : [ ]
|
285 | 290 | }, {
|
286 | 291 | "item" : "Big integers",
|
|
335 | 340 | }, {
|
336 | 341 | "item" : "DateTime, Date",
|
337 | 342 | "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" ], |
339 | 344 | "spec" : [ ]
|
340 | 345 | }, {
|
341 | 346 | "item" : "Native operators",
|
|
444 | 449 | "status" : "rm+ rn+ n+",
|
445 | 450 | "code" : [ ],
|
446 | 451 | "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" : [ ] |
447 | 462 | }, {
|
448 | 463 | "item" : "Flipflop",
|
449 | 464 | "status" : "rm- rn- n+",
|
|
457 | 472 | }, {
|
458 | 473 | "item" : "Sequence",
|
459 | 474 | "status" : "rm+ rn+ n+",
|
460 |
| - "code" : [ ], |
| 475 | + "code" : [ "http://rosettacode.org/wiki/Dinesman%27s_multiple-dwelling_problem#Perl_6" ], |
461 | 476 | "spec" : [ ]
|
462 | 477 | }, {
|
463 | 478 | "item" : "Logic cascade (andthen, orelse)",
|
|
471 | 486 | {
|
472 | 487 | "item" : "Reduction",
|
473 | 488 | "status" : "rm+ rn+ n+",
|
474 |
| - "code" : [ ], |
| 489 | + "code" : [ "http://rosettacode.org/wiki/Dot_product#Perl_6" ], |
475 | 490 | "spec" : [ ]
|
476 | 491 | }, {
|
477 | 492 | "item" : "Assignment",
|
|
501 | 516 | }, {
|
502 | 517 | "item" : "Hyper",
|
503 | 518 | "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" ], |
505 | 520 | "spec" : [ ]
|
506 | 521 | }]
|
507 | 522 | },
|
|
0 commit comments