Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix #937 | ven | 2015-01-25 | -3/+2 |
| | ||||
* | Fix link to synopses and call them 'design docs' | raiph | 2015-01-09 | -1/+1 |
| | ||||
* | @wryk++ | ven | 2014-12-29 | -1/+1 |
| | ||||
* | rework of the tutorial | ven | 2014-12-24 | -176/+180 |
| | ||||
* | 0 // 5 = 0 | ugexe | 2014-11-16 | -1/+1 |
| | | | | | | | | 11:59 < nebuchadnezzar> m: say Any // Nil // 0 // 5 11:59 <+camelia> rakudo-moar 38e77b: OUTPUT«0» 11:59 < nebuchadnezzar> shouldn't it be 5? 12:00 < ugexe> 0 is a defined value 12:00 < ugexe> m: say Any || Nil || 0 || 5; 12:00 <+camelia> rakudo-moar 38e77b: OUTPUT«5» | |||
* | Update perl6.html.markdown | Kishore Relangi | 2014-11-10 | -1/+1 |
| | | | It is actually generating fibonacci series | |||
* | Fix a comment that indicates what "say @array" will print. | Peter Palfrader | 2014-10-12 | -1/+1 |
| | | | | | We assigned 6 to @array[1] a few lines before, so say @array will print "a 6 b", not "a 2 b". | |||
* | Fix a braino | Nami-Doc | 2014-10-07 | -1/+1 |
| | | | caught by @wryk++ | |||
* | Capturing captures, and numbering them | Nami-Doc | 2014-09-27 | -10/+76 |
| | | | | | also, multi-indexing in arrays also, labeled loops (draft) also, arrays vs $() vs parcel vs ... (@moritz++) | |||
* | Exception thingies! | Nami-Doc | 2014-09-23 | -4/+29 |
| | ||||
* | Regexes thingies. | Nami-Doc | 2014-09-13 | -3/+49 |
| | ||||
* | Clarifications about *+* and ... with a sub | Nami-Doc | 2014-08-27 | -1/+8 |
| | | | mrf++ | |||
* | Make the text fit. | Nami-Doc | 2014-08-21 | -39/+45 |
| | ||||
* | Update perl6 to fix some of its quirks | Nami-Doc | 2014-08-14 | -216/+318 |
| | ||||
* | Minor fixes to return values. | Patrick Sebastian Zimmermann | 2014-08-05 | -5/+5 |
| | ||||
* | REGULAAAAAAR EXPREEEESSSIIIIOOOOOONS. GO! | Nami-Doc | 2014-07-31 | -0/+128 |
| | | | | | TODO nested sub signatures TODO start TODO flattening | |||
* | Statement prefixes | Nami-Doc | 2014-07-29 | -0/+94 |
| | | | | | | | | also MAIN. some links under "Going further" TODO start TODO flattening TODO regexps | |||
* | Meta operator: reduce and zip (and combined !) | Nami-Doc | 2014-07-27 | -15/+65 |
| | | | Little note about compound operators | |||
* | More clarifications. @masak++ | Nami-Doc | 2014-07-26 | -8/+16 |
| | ||||
* | Fix explanations about $_ | Nami-Doc | 2014-07-26 | -3/+15 |
| | | | @masak++ | |||
* | More fixes thanks to @timo++'s feedback. | Nami-Doc | 2014-07-25 | -30/+52 |
| | ||||
* | Move stuff around, again. | Nami-Doc | 2014-07-25 | -124/+123 |
| | | | Need to teach it in the right order ... | |||
* | Move stuff around. ventica++ | Nami-Doc | 2014-07-25 | -48/+52 |
| | ||||
* | Fix compose's inside ... | Nami-Doc | 2014-07-24 | -1/+1 |
| | ||||
* | More on sub arguments. | Nami-Doc | 2014-07-24 | -10/+222 |
| | | | | | | | | | Declare your own subs !! More on hash: add colonpair syntax Flatten argument list with `|` Multi on :$! TODO: `MAIN` TODO: meta ops | |||
* | Declarators | Nami-Doc | 2014-07-22 | -17/+80 |
| | | | | | mention the six model clearer description of package/module etc clearer description of `$.` vs `$!` | |||
* | Scoping explanations (lexical / dynamic) | Nami-Doc | 2014-07-21 | -8/+87 |
| | | | | | | | | | Start on packages. ff/fff like `when` ff vs fff ~~ on Bool // and ^^ operators TODO warn/fail/control | |||
* | Phasers ! and more: | Nami-Doc | 2014-07-20 | -3/+81 |
| | | | | Add default Add a bit on exceptions (TODO fail/warn) | |||
* | ff * | Nami-Doc | 2014-07-19 | -1/+17 |
| | ||||
* | Well met | Nami-Doc | 2014-07-19 | -5/+39 |
| | | | Sequence / FF | |||
* | Move stuff around | Nami-Doc | 2014-07-16 | -57/+99 |
| | | | Probably for the worst ... | |||
* | Sigh. | Nami-Doc | 2014-07-16 | -3/+2 |
| | ||||
* | Switch to perl to see if it fixes comments ... | Nami-Doc | 2014-07-16 | -1/+5 |
| | ||||
* | Try to fix HL | Nami-Doc | 2014-07-16 | -7/+7 |
| | ||||
* | Moar classes. Roles. And stuff. And dispatch | Nami-Doc | 2014-07-13 | -28/+143 |
| | | | todo : muti dispatch | |||
* | Some class love | Nami-Doc | 2014-07-13 | -1/+57 |
| | ||||
* | switcheroo operators | Nami-Doc | 2014-07-10 | -28/+39 |
| | ||||
* | Moar operators | Nami-Doc | 2014-06-29 | -2/+84 |
| | ||||
* | Basic Perl 6 LearnXinYminutes | Nami-Doc | 2014-06-28 | -0/+121 |