RE: class introspection and extention

2006-06-14 Thread Conrad Schneiker
 From: max demmelbauer [mailto:[EMAIL PROTECTED]
[...]
 i am new to this list.
 i wrote a small web-framework called webtek ( http://max.xaok.org/
 webtek ) in perl 5.8 and try now to port this to perl6 (inspired by

Unfortunately I only know very few German words, but webtek looks very
interesting. Is (http://max.xaok.org/webtek/wiki) part of webtek?

 the speak from juerd at the austrian perl workshop :). but  i have

Juerd++

 i read the lists and docs and i found some solutions, but none of
 this worked for me in pugs... hmm..

If you don't get all your questions answered here after a day or two,
then you should ask on the #perl6 IRC channel. (Juerd also uses it.) I
put some information about #perl6 in the Perl 6 Users FAQ:
(http://perl.net.au/wiki/Perl_6_Users_FAQ). 

The developers on #perl6 can also tell you for sure what is
implemented and what is working. I'm sure they would be very happy to
help you. (By the way, the newest Pugs release is almost ready.)

Best regards,
Conrad Schneiker

http://perl.net.au/wiki/Perl_6_Users_FAQ (Moved from AthenaLab to Perl
6 Wiki.)

www.AthenaLab.com (Nano-electron-beam and micro-neutron-beam
technology.)



Re: class introspection and extention

2006-06-12 Thread Thomas Wittek
max demmelbauer schrieb:
 * how can i serialize objects (like the use Storable qw(freeze thaw) in
 perl5.8)

Try $object.perl(.say) as stated in
http://svn.openfoundry.org/pugs/docs/articles/tpr.pod (or
http://gedankenkonstrukt.de/perl6doc/articles/tpr.html ;) )

-Thomas