perl6 / perl6-examples
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
David Romano (author)
Mon Dec 28 20:41:31 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
99-problems/ | Mon Dec 28 20:41:31 -0800 2009 | |
| |
LICENSE | Mon Dec 22 03:43:22 -0800 2008 | |
| |
README | Mon Sep 28 11:48:19 -0700 2009 | |
| |
bin/ | Tue Dec 08 11:24:08 -0800 2009 | |
| |
cookbook/ | Sat Jul 04 07:05:38 -0700 2009 | |
| |
doc/ | Sat Jul 04 03:37:57 -0700 2009 | |
| |
euler/ | Tue Dec 08 06:26:14 -0800 2009 | |
| |
games/ | Sun Dec 20 11:27:59 -0800 2009 | |
| |
interpreters/ | Fri Jun 05 15:53:37 -0700 2009 | |
| |
lib/ | Fri Dec 11 06:52:32 -0800 2009 | |
| |
module-management/ | Mon Jun 01 09:15:13 -0700 2009 | |
| |
parsers/ | Thu May 28 02:16:37 -0700 2009 | |
| |
perlmonks/ | Mon Apr 27 06:34:49 -0700 2009 | |
| |
shootout/ | Thu Jun 04 15:59:44 -0700 2009 | |
| |
tutorial/ | Sun Sep 27 16:11:13 -0700 2009 | |
| |
wsg/ | Tue Mar 03 04:31:43 -0800 2009 |
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.
