An open API service indexing awesome lists of open source software.

https://github.com/zostay/raku-intro

A quick introduction to why I think Raku is great
https://github.com/zostay/raku-intro

Last synced: 5 months ago
JSON representation

A quick introduction to why I think Raku is great

Awesome Lists containing this project

README

          

# Introduction to Perl 6

This is a talk I am giving to a local group of techs called flinthills.io. I am
uploading the slides here for their reference.

All of the code here has been posted to glot.io to make it easy for them to try
out in a browser:

To install and run these locally, visit the Perl 6 web site and click on the
**Download Rakudo Perl 6** and follow the instructions:

For some additional talks that are most certainly better than mine, the first
two being intros like my talk and the two by Michaud being tutorials that
introduce language features in a way that can help you start to use it:

* Curtis “Ovid” Poe, [Perl 6 — Why People Are So
Excited](https://www.youtube.com/watch?v=hR9UdvxMAbo) at FOSDEM ‘16
* Damian Conway, [On the Shoulders of
Giants](https://www.youtube.com/watch?v=Nq2HkAYbG5o) at The Perl Conference,
North America, ‘16
* Patrick Michaud, [Perl 6 for beginners - Part 1 of
2](https://www.youtube.com/watch?v=ySch4xpoPA0) at The Perl Conference, North
America, ‘16
* Patrick Michaud, [Perl 6 for beginners - Part 2 of
2](https://www.youtube.com/watch?v=ycLU424NPUw) at The Perl Conference, North
America, ‘16

And to learn more you can try these sites:

* [Learn X in Y Minutes Where X = Perl 6](https://learnxinyminutes.com/docs/perl6/)
* [Perl 6 Documentation](https://docs.perl6.org/)