|
Perl 6
What Can I do with Perl 6 Today: Revision 18
^ What can YOU do with Perl 6 Now, Today, This minute?
* Add tasks, exercises, and projects that can be done today with perl 6. ** How to run? ** What is required? ** Benchmarks (e.g. vs Perl 5, Python, Ruby, etc.). * Each item should link to a page that gives a summary of its status (possible, buggy, depends on X) and includes or links to examples, benchmarks, articles, code, etc. ^^ Misc. * For the very latest developments, check out "Planet Perl Six"<http://planetsix.perl.org/>. * Check out [CPAN6]. * To run some code, ** Try: "Run Perl 6 Now"<http://run.pugscode.org/>. ** Try: parrot languages/perl6/perl6.pbc some_code.p6 ** See: <http://use.perl.org/~chromatic/journal/35244>. ^^ Use (Some) Perl 5 Modules from Perl 6 * [Using Perl 5 Embedding] ^^ Solve Mathematical / Computer Science Problems and Exersizes * [Tower of Hanoi] * [Hilberts Space Filling Curve] * Fibonacci Sequence ^^ File/Directory Access * Random Access * Streams * Find * Rsynch ^^ Networking / IPC * CGI * NMS scripts * Servers * Forking * IPC ^^ Database Access * DBI (under development) ^^ Parsing * ini files * apache logs * Aeronautical / Weather Data Feeds * ^^ Graphics * Pie chart * Fractals * Render Vector / Bitmap Images * Ascii Art * 3D Graphics ^^ User Interface * WIMP GUI * Curses * Command line arguments/options ^^ Applications * wiki * blog |