the CGI.pm in Perl 6

2006-09-09 Thread Darren Duncan
P.S. I originally sent this to just Mark Stosberg yesterday, and he suggested I sent it to perl6-users for more exposure, so here it is, slightly edited. To those of you working on (or wanting to use) the Perl 6 native CGI.pm, Concerning the work you've been doing lately in ge

Re: the CGI.pm in Perl 6

2006-09-09 Thread Mark Stosberg
Darren Duncan wrote: > P.S. I originally sent this to just Mark Stosberg yesterday, and he > suggested I sent it to perl6-users for more exposure, so here it is, > slightly edited. And here is my reply to Darren, slightly edited. I'm only interested in CGI.pm so much as it holds up my work on CGI

[perl #40312] [TODO] Tcl - support namespaces in [info commands]

2006-09-09 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #40312] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40312 > [info commands] needs to support namespaces. -- Matt Diephouse

[perl #40313] [TODO] Tcl - full namespace support

2006-09-09 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #40313] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40313 > This is a parent ticket to track all namespace-related tickets. -- Matt Diephouse

Re: socket related constants

2006-09-09 Thread Kevin Tew
chromatic wrote: On Friday 08 September 2006 03:38, Leopold Toetsch wrote: typical socket ocde currently looks a bit unfriendly due to magic constants, e.g. socket sock, 2, 1, 6# PF_INET, SOCK_STREAM, tcp I'd like to have symbolic constants for all that stuff: socket sock .

[BUG] make html

2006-09-09 Thread Leopold Toetsch
Hi, make html (which is creating parrot docs/html) is a bit too dynamic, it happily uses editor "bak" files too and includes these in docs and index: l docs/html/runtime/parrot/library/HTTP/ ... -rw-r--r-- 1 lt users 2813 2006-09-09 22:19 Daemon.pir~.html -rw-r--r-- 1 lt users 2813 2006-09-09

c99 parser (was: socket related constants)

2006-09-09 Thread Leopold Toetsch
Am Samstag, 9. September 2006 22:27 schrieb Kevin Tew: > check out the newly added languages/c99 > Its a start at a PGE grammar for C99 Whut? Whut? Whutzeesayin'? just 3 lines of svn log messages - and I've missed these ;-) ++tewk leo

Re: the CGI.pm in Perl 6

2006-09-09 Thread Darren Duncan
At 3:11 PM -0500 9/9/06, Mark Stosberg wrote: I do share your sentiment that CGI.pm shouldn't be a clone of how P5 works. I'd like the HTML building methods to stay out, which wasn't even one of the differences you cared about yourself. On the other hand, there is a real benefit to in being sim

Mozilla's offer of help to Perl 6 -- How about adding P6XPCOM to PyXPCOM in Gecko 1.9+ and Firefox 3?

2006-09-09 Thread Conrad Schneiker
In: Perl 6 Design Minutes for 23 August 2006 http://use.perl.org/articles/06/09/08/2238219.shtml I saw this intriguing news: "Mozilla Foundation wants to know how they can help Perl 6" Of course supporting Larry would be incredibly valuable. But there is also something else that wou

Re: IO::Socket, or any IO

2006-09-09 Thread Audrey Tang
在 Sep 8, 2006 10:33 PM 時,Michael Snoyman 寫到: Thanks Audrey. I actually found that after writing that post. What I had wanted to do was write a threaded server, implemented in Perl 6 only (ie, including Perl 6 regexs). I got that working almost entirely, when I couldn't find any thread i

Just dreaming ... (was: Re: Mozilla's offer of help to Perl 6 -- How about adding P6XPCOM to PyXPCOM in Gecko 1.9+ and Firefox 3?)

2006-09-09 Thread Markus Laire
On 9/9/06, Conrad Schneiker <[EMAIL PROTECTED]> wrote: In: Perl 6 Design Minutes for 23 August 2006 http://use.perl.org/articles/06/09/08/2238219.shtml I saw this intriguing news: "Mozilla Foundation wants to know how they can help Perl 6" Support for

[svn:parrot-pdd] r14510 - trunk/docs/pdds

2006-09-09 Thread nicholas
Author: nicholas Date: Sat Sep 9 06:38:49 2006 New Revision: 14510 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: 1 grammar fix, 1 typo fix. Modified: trunk/docs/pdds/pdd07_codingstd.pod == --- trunk/docs/pdds/p

JSON compiler

2006-09-09 Thread Will Coleda
Many moons ago, I added a JSON "dumper" like functionality to walk PMCs and emit JSON strings for them. (http://www.json.org) Finally got around to adding in a JSON "compiler" to take JSON strings, and return a PMC. a PGE grammar is used, with a TGE backend - unlike most other grammars, we