aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2010-07-23 16:24:25 +0000
committerTadeusz Sośnierz <tadzikes@gmail.com>2010-07-23 16:24:25 +0000
commit301009a9a35cb3a68b79c0db71db1ff4e0381ccf (patch)
treee81e27c02e1b161e2e24412fa55b4d81b21e75af /docs
parent5f7ec1156a7d990aeb35bdbc1b809f4c9c17a9f5 (diff)
Added links and summaries of some nice external knowlegde sources
Diffstat (limited to 'docs')
-rw-r--r--docs/external-documentation25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/external-documentation b/docs/external-documentation
new file mode 100644
index 0000000..fbbaa2a
--- /dev/null
+++ b/docs/external-documentation
@@ -0,0 +1,25 @@
+Here are some useful links to a knowledge source not included in
+Rakudo Star, yet helpful and especially useful for beginners.
+
+* Perl 5 to 6
+ http://perlgeek.de/en/article/5-to-6
+
+Series of articles by Moritz Lenz giving an excellent introduction
+to Perl 6 for Perl 5 programmers, focusing on the changed things
+and underlining the caveats.
+
+* Perl 6 Advent Calendar
+ http://perl6advent.wordpress.com/
+
+Series of articles showing "Something cool about Perl 6 every day".
+Advent Calendar shows some nice new features of Perl 6, explains
+the new operators and shows many interesting challenging examples
+of their usage.
+
+* Gabor Szabo's screencasts
+ http://szabgab.com/perl6.html#screencast
+
+In his screencasts, Gabor Szabo shows a baby-steps introduction
+to Perl 6, showing code examples and executing them to show their
+effect on the screen. A great introduction if You'd like to start
+from the very beginning and explore Perl 6 piece by piece.