Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You should stick with perl 5.

You can use perl 5 today much more easily than e.g. pugs, which is definately not a stable platform (albeit lots of fun).

I do suggest you look at, and familiarize yourselves with Perl 6, the pugs project, the synopses, etc, and design something that is easily portable to Perl 6. This is mostly a design issue - Perl 6 has roles, grammars, better support for higher order functions, etc. This means that while some things look equally ugly in Perl 5, one of them might be beautiful and easy to read in Perl 6 - so this could affect your decisions.

Much more important, IMHO, is community involvement and interoperability. If you want this Oak project to work out well, please make sure that:

  • You have a publically accessible respository, where people are encouraged to contribute (especially tests and documentation)
  • You have an IRC channel and/or mailing list so that people can meet, get help, and group think
  • You reuse familiar modules from the CPAN, especially for small mundane tasks, or contribute/replace modules that aren't fitting. Keep things generic!
  • Keep things very simple - many CPAN modules are hard to use because of an installation headache. Since Perl is so portable this can actually a pretty tough issue to deal with. This also applies to your interface, but of course you already knew that =)
  • Invest some funded hours in the tasks that you are not likely to get volunteers to do, but that are equally important - documentation, high quality tests, etc.
These bits of advice are mostly from watching the success and failure of the Catalyst project.

-nuffin
zz zZ Z Z #!perl

In reply to Re: To 6 or not to 6 by nothingmuch
in thread To 6 or not to 6 by ruoso

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-23 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found