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

Search results for "module:Perl6::Say"

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

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

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

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

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

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

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

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

Perl6::Tokener - It's a Perl 6 tokener. It tokenises Perl 6. River stage zero No dependents

I don't think there's really much I need to say about this. It isn't perfect, but I'm working on it. The synopsis pretty much gives you all you need to know to drive the thing, and, bluntly, if you're futzing with tokenising Perl 6, you're already be...

SIMON/Perl6-Tokener-0.01 - 28 Jan 2002 22:43:51 UTC

Perl6::Controls - Add Perl 6 control structures as Perl 5 keywords River stage zero No dependents

This module steals some of the most useful control structures provided by Perl 6 and retrofits them to Perl 5, via the extensible keyword mechanism....

DCONWAY/Perl6-Controls-0.000007 - 04 Oct 2018 21:00:02 UTC

Perl6::Attributes - Perl 6-like member variable syntax River stage one • 7 direct dependents • 7 total dependents

I found myself annoyed when I wrote the following code in one of my recent projects: sub populate { my ($self, $n) = @_; for (1..$n) { push @{$self->{organisms}}, Organism->new(rand($self->{width}), rand($self->{height})); } } Three $selfs in one lin...

LPALMER/Perl6-Attributes-0.04 - 17 Sep 2005 01:46:15 UTC

List::Gen::Perl6 - perl6 meta operators in perl5 River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC

FAST::List::Gen::Perl6 - perl6 meta operators in perl5 River stage zero No dependents

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC
13 results (0.035 seconds)