Open
Description
Introduction
You might need to have a quick introduction to the language. This is as short as it gets. If you have any question about Raku, it's probably better to either take it to StackOverflow or ask in the IRC channel, which you can access from the web.
The language used for the documentation is called pod6. You can pretty much follow the conventions that you already see in the document, but that guide above might help you find whatever is not there.
Ruby to Raku
This link will take you directly to edition of the page.
There are several things you might want to modify; for instance
- Revise page for possible Ruby errors or something that is not idiomatic enough
- Add pointers to relevant Raku and Ruby resources, including tutorials.
- Include references to widely used libraries in Ruby
- Add more Ruby examples and their equivalent in Raku, including the more idiomatic ones.