perl6 / perl6-examples

Many examples of Perl 6 code

This URL has Read+Write access

name age message
directory 99-problems/ Mon Dec 28 20:41:31 -0800 2009 P15 & P17 hacks in 99-problems modified: P12-... [David Romano]
file LICENSE Mon Dec 22 03:43:22 -0800 2008 [README] added license information [Carl Masak]
file README Mon Sep 28 11:48:19 -0700 2009 minor updates to README [Lanny Ripple]
directory bin/ Tue Dec 08 11:24:08 -0800 2009 remove files that now live at http://gitorious.... [mberends]
directory cookbook/ Sat Jul 04 07:05:38 -0700 2009 A few more cookbook working files [scottp]
directory doc/ Sat Jul 04 03:37:57 -0700 2009 RPN comparisons and documentation updates [scottp]
directory euler/ Tue Dec 08 06:26:14 -0800 2009 [euler] more int() removal [moritz]
directory games/ Sun Dec 20 11:27:59 -0800 2009 Merge remote branch 'upstream/master' [David Romano]
directory interpreters/ Fri Jun 05 15:53:37 -0700 2009 Add Reverse Polish Notation calculator. [dcarrera]
directory lib/ Fri Dec 11 06:52:32 -0800 2009 Remove some more files that now live at http://... [carlins]
directory module-management/ Mon Jun 01 09:15:13 -0700 2009 Minor improvements. [dcarrera]
directory parsers/ Thu May 28 02:16:37 -0700 2009 CSS grammar by wayland76++ [moritz]
directory perlmonks/ Mon Apr 27 06:34:49 -0700 2009 Adding some perl6 examples from perlmonks [eric256]
directory shootout/ Thu Jun 04 15:59:44 -0700 2009 Add fasta benchmark. [dcarrera]
directory tutorial/ Sun Sep 27 16:11:13 -0700 2009 Start of tutorial files [scottp]
directory wsg/ Tue Mar 03 04:31:43 -0800 2009 [wsg] capitalize 'I' in README Signed-off-by: ... [moritz]
README
Perl 6 Examples
===============

This is intended to be a repository for all kinds of Perl
6 examples.

All examples should work for any full implementation of Perl 6.

If an example needs an implementation specific version then it
should end in .implementation.  For example, if you are making
an example that only works on Rakudo, it should end in .rakudo.

If you want to contribute, just ask! The quicker choice is to
use IRC: join #perl6 in Freenode and you'll be welcome.

Why
---

Why not just use the Pugs repo?

1. With github we can have collaborators (simply request via
   github or #perl6 or perl6-users and I'll add you), or you can
   fork the repository and then send me a request when you want
   me to pull in your changes.
2. This is not tied in any way to any implementation of Perl 6
3. Something NEW and FRESH is always more fun (I hope!)


Goals
-----

1. Compile a list of open source Perl 6 examples
2. Help different implementations of Perl 6 test out their code in a less
   testy and more fun manner ;)


Directories
-----------

99-problems - Based on lisp 99 problems
cookbook    - Cookbook examples, as per pleac project (from Perl cookbook)
euler       - Answers for Project Euler <http://projecteuler.net>
games       - Games should go in here :)
interpreters- Language or DSL interpreters
parsers     - Example grammars
perlmonks   - Answers to perlmonks.org questions
shootout    - Implementations for The Computer Language Benchmark Game
              <http://shootout.alioth.debian.org/>
wsg         - Answers for Winter Scripting Games, by difficulty and year
bin         - utility scripts
lib         - utility modules
doc         - out-of-script documentation

Since you have a commit-bit (if not then talk to the folks at #perl6
on irc.freenode.net) feel free to commit your changes to the main
repository.  No need to submit a pull request!


License Information
-------------------

"Perl 6 Examples" is free software; you can redistribute it
and/or modify it under the terms of the Artistic License 2.0.
(Note that, unlike the Artistic License 1.0, version 2.0 is
GPL compatible by itself, hence there is no benefit to having
an Artistic 2.0 / GPL disjunction.)  See the file LICENSE
for details.