From a844ef9c85723f7222da84a43017d1a6f51e7260 Mon Sep 17 00:00:00 2001 From: Faiz Date: Sat, 25 Mar 2017 20:41:42 +0800 Subject: [PATCH] Perl 6 (rakudo) book (#2299) * Update free-programming-books.md * updated Perl 6 list * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md * Update free-programming-books.md --- free-programming-books.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 807b3e5b..be4bd96b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -132,9 +132,9 @@ * [OpenMP](#openmp) * [OpenResty](#openresty) * [OpenSCAD](#openscad) -* [Parrot / Perl 6](#parrot--perl-6) * [PC-BSD](#pc-bsd) * [Perl](#perl) +* [Perl 6 / Rakudo](#perl-6--rakudo) * [PHP](#php) * [PicoLisp](#picolisp) * [PostgreSQL](#postgresql) @@ -1631,12 +1631,6 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [OpenSCAD User Manual](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual) -### Parrot / Perl 6 - -* [Perl 6 Programming](https://en.wikibooks.org/wiki/Perl_6_Programming) -* [Using Perl 6](https://github.com/perl6/book/) (work in progress) - - ### PC-BSD * [PC-BSDĀ® Users Handbook](http://web.pcbsd.org/docs/) @@ -1667,6 +1661,13 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Web Client Programming with Perl](http://www.oreilly.com/openbook/webclient/) +### Perl 6 / Rakudo + +* [Perl 6 Introduction](http://perl6intro.com) +* [Perl 6 Programming](https://en.wikibooks.org/wiki/Perl_6_Programming) +* [Using Perl 6](https://github.com/perl6/book/) (work in progress) + + ### PHP * CakePHP Framework -- GitLab