summaryrefslogtreecommitdiffhomepage
path: root/raku.html.markdown
Commit message (Collapse)AuthorAgeLines
* [Raku/en] Fix typo & grammar, Remove trailing whitespace, Update IRC (#4224)Andinus2021-08-26-6/+6
| | | #raku has moved to irc.libera.chat
* [Raku/en] Fix runaway comment for syntax highlighter (#4215)Samantha McVey2021-08-21-536/+399
| | | | | | | | | | The pygments highlighter does not recognize `==begin` and `==end` without a newline before `==end`. For this reason it will never end the comment. This resulted in 95% of the Raku document being highlighted as a comment. We replace most `=begin` and `=end` with standard quotes `#`. In some places I retain `=begin` and `=end` when they are indented (this works fine in pygments).
* Reflect perl6 to raku renamesumanstats2020-06-15-1/+1
| | | | | | | + As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku + change references of perl6 to raku + change extension from .p6 to .raku + fix the link of raku advent calendar
* Perl6 to Raku and many moresumanstats2020-06-10-33/+32
| | | | | | | | | | | + As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md + perl6.org is now raku.org + change references of perl 6 to raku + rename file perl6-pod.html.markdown to raku-pod.html.markdown + Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to Raku, use Perl only to refer to Perl 5 + fix links inside raku.html.markdown
* Fix typos in raku.html.markdownSizhe Zhao2020-05-23-5/+5
|
* Fix typos in raku.html.markdownSizhe Zhao2020-05-23-4/+4
|
* Fix some typos for the Raku pageSamuel Chase2020-05-23-14/+14
|
* Fixed typo in sample outputJonathan2020-03-13-1/+1
|
* Update raku.html.markdownJonathan2020-03-13-2/+2
|
* Add changes regarding rename and more: (#3758)Luis F. Uceta2019-12-07-0/+2412
- Replace mentions of Perl 6 with Raku (See https://github.com/perl6/problem-solving/blob/master/solutions/language/Path-to-Raku.md) - Document's sections is now part of the resulting raku file - The resulting Raku file can now be executed without runtime/compile-time errors - Some examples had minor updates or fixes - Update links, extensions and commands.