The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Perl6::*"

Perl6::Doc - Perl 6 documentation River stage one • 2 direct dependents • 2 total dependents

Currently included in this distribution: Design docs Apocalypses (outdated) Larry Wall started the Apocalypse (latin for revelation) series as a systematic way of answering the RFCs (Request For Comments) that started the design process for Perl 6. E...

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Perl6::Pod - Pod6 implementation River stage one • 4 direct dependents • 4 total dependents

Pod is an evolution of Perl 5's Plain Old Documentation (POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more uniform, somewhat more compact, and considerably more expressive. The Pod dialect also differs in that it is a purely des...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC - Search in distribution

Perl6::Say - print(), but no newline needed River stage one • 4 direct dependents • 4 total dependents

Note for Users of Perl 5.10 You don't need this module. The Perl 6 "say" function is available in Perl 5.10 by saying "use feature 'say';". Hence, this module is of interest only to users of Perl 5.6 and 5.8. If you have Perl 5.10 installed, see the ...

CHORNY/Perl6-Say-0.16 - 14 Jul 2010 09:27:26 UTC - Search in distribution

Perl6::Str - Grapheme level string implementation for Perl 5 River stage zero No dependents

Perl 5 offers string manipulation at the byte level (for non-upgraded strings) and at the codepoint level (for decoded strings). However it fails to provide string manipulation at the grapheme level, that is it has no easy way of treating a sequence ...

MORITZ/Perl6-Str-v0.0.5 - 18 Aug 2012 15:02:30 UTC - Search in distribution

Perl6::Form - Implements the Perl 6 'form' built-in River stage one • 4 direct dependents • 4 total dependents

Formats are Perl 5's mechanism for creating text templates with fixed-width fields. Those fields are then filled in using values from prespecified package variables. Unlike Perl 5, Perl 6 doesn't have a "format" keyword. Or the associated built-in fo...

DCONWAY/Perl6-Form-0.090 - 09 Jan 2019 00:23:27 UTC - Search in distribution

Perl6::Perl - $obj->perl just like $obj.perl in Perl 6 River stage one • 1 direct dependent • 1 total dependent

In Perl 6, everything is an object and every object comes with the ".perl" method that returns the "eval()"uable representation thereof. This module does just that. Since Perl 5 is already shipped with Data::Dumper, this module makes use of it; In fa...

DANKOGAI/Perl6-Perl-0.01 - 23 Dec 2006 23:14:07 UTC - Search in distribution

Perl6::Pugs - A Perl 6 Implementation River stage zero No dependents

Pugs is an implementation of Perl 6 <http://dev.perl.org/perl6>, written in Haskell <http://www.haskell.org/>. It aims to support the full Perl 6 specification, as detailed in the Synopses <http://dev.perl.org/perl6/doc/synopsis.html>. The Pugs proje...

AUDREYT/Perl6-Pugs-6.2.13 - 17 Oct 2006 12:51:53 UTC - Search in distribution

Perl6::Take - gather/take in Perl 5 River stage one • 1 direct dependent • 1 total dependent

GAAL/Perl6-Take-0.04 - 30 Jan 2007 18:58:48 UTC - Search in distribution

Perl6::PVIP - Perl5 bindings for pvip River stage zero No dependents

Perl6::PVIP is a wrapper module for PVIP. PVIP is a parser library for Perl6 syntax. PVIP covers 32% of perl6 syntax. Current development status is here: http://hf.64p.org/list/perl6/pvip. This library is BETA quality. Any interface will change witho...

TOKUHIROM/Seis-0.12 - 06 Sep 2013 00:55:18 UTC - Search in distribution

Perl6::Build - build rakudo Perl6 River stage zero No dependents

Perl6::Build builds rakudo Perl6....

SKAJI/Perl6-Build-0.102 - 24 Jan 2020 13:54:17 UTC - Search in distribution

Perl6::Feeds - implements perl6 feed operators in perl5 via source filtering River stage zero No dependents

ASG/Perl6-Feeds-0.20 - 01 Nov 2009 19:32:07 UTC - Search in distribution

Perl6::Roles - Perl6 roles in Perl5 River stage zero No dependents

This is an implementation of current state of Perl6 roles in Perl5. It draws very heavily from both the Class::Role and Class::Roles modules, but is backwards compatible with neither of them....

RKINYON/Perl6-Roles-0.01 - 28 Oct 2005 15:42:44 UTC - Search in distribution

Perl6::Rules - Implements (most of) the Perl 6 regex syntax River stage zero No dependents

This module implements a close simulation of the Perl 6 rule and grammar constructs, translating them back to Perl 5 regexes via a source filter. (And hence suffers from all the usual limitations of a source filter, including the ability to translate...

DCONWAY/Perl6-Rules-0.03 - 12 Apr 2004 20:13:31 UTC - Search in distribution

Perl6::Slurp - Implements the Perl 6 'slurp' built-in River stage two • 47 direct dependents • 62 total dependents

"slurp" takes: * a filename, * a filehandle, * a typeglob reference, * an IO::File object, or * a scalar reference, converts it to an input stream (using "open()" if necessary), and reads in the entire stream. If "slurp" fails to set up or read the s...

DCONWAY/Perl6-Slurp-0.051005 - 22 Feb 2014 08:39:37 UTC - Search in distribution

Bundle::Perl6 - A bundle to install Perl6-related modules River stage zero No dependents

This bundle defines modules that may be of interest to those discussing and implementing the Perl 6 language. Some of these are proof-of-concepts that the respective authors have implemented to show how things might work in Perl 6....

MARCEL/Bundle-Perl6-0.12 - 17 Dec 2008 12:06:48 UTC - Search in distribution

Inline::Perl6 - use the real Perl 6 from Perl 5 code River stage zero No dependents

This module embeds a MoarVM based Rakudo Perl 6 and allows you to run Perl 6 code, load Perl 6 modules, use methods of Perl 6 objects and much more. Please look at https://github.com/niner/Inline-Perl5 for more information about usage....

NINE/Inline-Perl6-0.10 - 21 Feb 2022 08:31:03 UTC - Search in distribution

Perl6::Caller - OO caller() interface River stage one • 1 direct dependent • 1 total dependent

This module is experimental. It's also alpha. Bug reports and patches welcome. By default, this module exports the "caller" function. This automatically returns a new "caller" object. An optional argument specifies how many stack frames back to skip,...

OVID/Perl6-Caller-0.100 - 18 Oct 2009 12:57:38 UTC - Search in distribution

Perl6::Export - Implements the Perl 6 'is export(...)' trait River stage one • 2 direct dependents • 6 total dependents

Implements what I hope the Perl 6 symbol export mechanism might look like. It's very straightforward: * If you want a subroutine to be capable of being exported (when explicitly requested in the "use" arguments), you mark it with the "is export" trai...

DCONWAY/Perl6-Export-0.009 - 23 Nov 2015 22:12:09 UTC - Search in distribution

Perl6::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5 River stage zero No dependents

The Perl6::Gather module provides the same functionality in Perl 5. So we could code some of the previous examples like so: # Perl 5 code... use Perl6::Gather; print gather { for my $line (<>) { take $line if $line =~ /\D/; take -$line if some_other_...

DCONWAY/Perl6-Gather-0.42 - 23 Dec 2009 04:55:24 UTC - Search in distribution

Perl6::Binding - implement Perl6 aliasing features River stage zero No dependents

This module creates lexical aliases to items that can be either lexical or dynamic using the ":=" operator. The left side of ":=" is a variable or a list of variable names in parentheses. The right side is a list of items to which the items on the le...

KVAIL/Perl6-Binding-0.601 - 23 May 2004 01:57:41 UTC - Search in distribution
232 results (0.103 seconds)