On Sat, Dec 13, 2008 at 01:01:10AM +0800, howard chen wrote:
> Hello,
>
> On Fri, Dec 12, 2008 at 1:23 PM, Henk van Oers wrote:
> >>
> >> It can be done as a library, take a look at Perl6 grammars.
> >
> > It has been done for perl5. See PLP on CPAN.
>
>
> Sure there are many way to do this in
Hi!
> The problem is how to get it popular and mainstream. The only solution
> is let make something standard. (or de facto standard such as RoR in
> Ruby)
The only solution -- make good web-frameworks. And so when we have one
we can pack all it`s stuff in one "distro" and wright good
documentati
Hello world,
I never posted here and never contributed to perl6 in any way but i
would like to share my mind about it ...
On Sat, Dec 13, 2008 at 01:34:44PM +1100, Timothy S. Nelson wrote:
> On Sat, 13 Dec 2008, howard chen wrote:
> What I think is more likely to happen in reality is that
(23:24:09) ihrd: hi
(23:24:28) ihrd: question about .kv
(23:24:39) ihrd: rakudo: my @a = {a => 1}, {b =>2}; my %h = foo => @a;
say %h.kv.perl;
(23:24:41) p6eval: rakudo 33880: OUTPUT[["foo", {"a" => 1}, {"b" => 2}]]
(23:24:59) ihrd: rakudo: say ({ foo => [{a=>1}, {b=>1}]}).perl;
(23:25:02) p6eval:
Илья (>):
> (23:24:28) ihrd: question about .kv
> (23:24:39) ihrd: rakudo: my @a = {a => 1}, {b =>2}; my %h = foo => @a;
> say %h.kv.perl;
> (23:24:41) p6eval: rakudo 33880: OUTPUT[["foo", {"a" => 1}, {"b" => 2}]]
> (23:24:59) ihrd: rakudo: say ({ foo => [{a=>1}, {b=>1}]}).perl;
> (23:25:02) p6eva
On Sun, Dec 14, 2008 at 11:55:54PM +1000, Илья wrote:
> (23:24:09) ihrd: hi
> (23:24:28) ihrd: question about .kv
> (23:24:39) ihrd: rakudo: my @a = {a => 1}, {b =>2}; my %h = foo => @a;
> say %h.kv.perl;
> (23:24:41) p6eval: rakudo 33880: OUTPUT[["foo", {"a" => 1}, {"b" => 2}]]
> (23:24:59) ihrd:
Marc Chantreux wrote:
On Sat, Dec 13, 2008 at 01:34:44PM +1100, Timothy S. Nelson wrote:
On Sat, 13 Dec 2008, howard chen wrote:
What I think is more likely to happen in reality is that people will
make various Perl6 "distros", ie. the Perl6 core + whatever modules are
suitable to the pu
On Sat, 13 Dec 2008, Dan Stephenson wrote:
Wouldn't HTML::Mason ( or something like it ) be a better approach to solving
this problem
in Perl6? I'm a huge Mason fan and feel it answers the use cases being stated
here aptly.
Something like this could be included in this "diamond" Perl6 distro