Added IRC channels

This commit is contained in:
qorg11 2021-12-09 15:19:54 +01:00
parent 6d99c05b98
commit 2fb49645c3
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 18 additions and 0 deletions

View File

@ -167,5 +167,23 @@ joining a thread.
Rakudo is the main implementation of the Raku programming language. It
compiles Raku code to be run in MoarVM or, if wanted, the JVM[^2].
## Resources
The [language documentation site](https://docs.raku.org) is pretty
solid for reference. But if you want to learn the language from
scratch you can use <https://raku.guide>. If you already know a
programming language you can take the tour which shows you how to do
things you already know in raku:
* [Perl to Raku](https://docs.raku.org/language/5to6-nutshell)
* [JavaScript to Raku](https://docs.raku.org/language/js-nutshell)
* [Haskell to Raku](https://docs.raku.org/language/haskell-to-p6)
* [Python to Raku](https://docs.raku.org/language/py-nutshell)
* [Ruby to Raku](https://docs.raku.org/language/rb-nutshell)
There are channels in libera chat to discuss raku, #raku (general talk
about the language), #raku-beginner (for beginner questions) and
#raku-dev (for Rakudo devel)
[^1]: Haha discordian reference!
[^2]: MoarVM is the most used because it's the fastest raku implementation. But you can compile Rakudo to use the JVM if you really want to.