Changeset 10016 for docs/Perl6/FAQ

Show
Ignore:
Timestamp:
04/18/06 15:46:46 (3 years ago)
Author:
pmurias
Message:

+ 42 modules answered
+ incompatible dialect

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/FAQ/FUD.pod

    r9982 r10016  
    215215=head2 Every module requires 42 "use" statements to improve syntax! 
    216216 
     217Larry's really bad decisions tend to get fixed later in the design process, we hope. 
     218If you keep using the same modules over and over, you can make a module that uses all 
     219of those modules, and still end up with the things getting exported to teh right place. 
     220Individual authors, communities, or style guides could have their own sets. 
     221Most languages with the possible exception of your $language_of_choice have numberus 
     222misdesissions. In Perl 6 due to the dynamic grammar you can change them. 
     223 
     224use Style:jrandom 
     225use Style:pbp 
     226use Style:gnu 
     227 
     228=head2 Perl 6 will split into multiple incompatible dialects! 
     229 
    217230=head2 The internals will be just as inaccessable as Perl 5's! 
    218231 
     
    227240=head2 There is too much misinformation surrounding Perl 6! 
    228241 
     242 
    229243=cut