From Fedora Project Wiki
(→‎How To Test: make tests more detalled)
(mark FeatureReadyForWrangler)
Line 20: Line 20:
== Current status ==
== Current status ==
* Targeted release: [[Releases/12 | Fedora 12 ]]  
* Targeted release: [[Releases/12 | Fedora 12 ]]  
* Last updated: 2009-07-21
* Last updated: 2009-07-23
* Percentage of completion: 25%
* Percentage of completion: 33%
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->
<!-- CHANGE THE "FedoraVersion" TEMPLATES ABOVE TO PLAIN NUMBERS WHEN YOU COMPLETE YOUR PAGE. -->


Line 30: Line 30:
== Benefit to Fedora ==
== Benefit to Fedora ==
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
By offering Perl 6 at the current state Fedora once again proves to be the driving force of innovation. Rakudo will enable developers to write new applications or port existing ones to Perl 6.
Providing Perl 6 support makes Fedora an attractive platform for developers. Rakudo will enable developers to write new applications or port existing ones. By offering Perl 6 at the current state Fedora once again proves it's foundations ''Features'' and ''First''


== Scope ==
== Scope ==
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
<!-- What work do the developers have to accomplish to complete the feature in time for release?  Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?-->
Package reviews
* Package reviews


== How To Test ==
== How To Test ==
Line 57: Line 57:
== User Experience ==
== User Experience ==
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
Rakudo will give developers the possibility to port their programs to the Perl 6 specification. Although Perl 6 is still in development and no official release date has been set, the specification is feature complete and mature. Rakudo has released 17 stable releases so far.
Rakudo will enable developers to write new applications or port existing ones to Perl 6. Although Perl 6 is still in development and no official release date has been set, the specification is feature complete and mature. Rakudo has released 17 stable releases so far. Both parrot and rakudo do one stable release each month and developers will get them easily without hassle on a regular schedule.


== Dependencies ==
== Dependencies ==
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this feature depends?  In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel feature)? -->
* Parrot =< 1.4: <s>[https://bugzilla.redhat.com/show_bug.cgi?id=486302 Review]</s>, in Fedora >= 10)  
* Parrot >= 1.4: <s>[https://bugzilla.redhat.com/show_bug.cgi?id=486302 Review]</s>, in Fedora >= 10)  
* Rakudo: [https://bugzilla.redhat.com/show_bug.cgi?id=498390 Review]
* Rakudo: [https://bugzilla.redhat.com/show_bug.cgi?id=498390 Review]
(Note that parrot is a build dependency and not required at runtime.)
(Note that parrot is a build dependency and not required at runtime.)
Line 76: Line 76:
* [http://www.rakudo.org/ Rakudo Homepage]
* [http://www.rakudo.org/ Rakudo Homepage]
* [http://www.rakudo.org/documentation Rakudo Documentation]
* [http://www.rakudo.org/documentation Rakudo Documentation]
* [http://www.uni-siegen.de/zimt/kontakt/mitarbeiter/pokorra/perl/install.pdf Installation of Rakudo in Fedora and Windows] (German, sorry)


== Release Notes ==
== Release Notes ==
Line 87: Line 88:




[[Category:FeaturePageIncomplete]]
[[Category:FeatureReadyForWrangler]]
<!-- When your feature page is completed and ready for review -->
<!-- When your feature page is completed and ready for review -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler -->

Revision as of 03:52, 23 July 2009


Rakudo Perl 6

Summary

Rakudo is an implementation of the Perl 6 specification for the Parrot virtual machine, currently in development.

Owner

  • email: <gerd@fedoraproject.org>

Current status

  • Targeted release: Fedora 12
  • Last updated: 2009-07-23
  • Percentage of completion: 33%

Detailed Description

Perl 6 is a major revision to the Perl programming language, which introduces elements of many modern and historical languages. There are currently multiple implementation projects of Perl 6 underway, the most active developed one is Rakudo, which is based on the Parrot virtual machine.

Benefit to Fedora

Providing Perl 6 support makes Fedora an attractive platform for developers. Rakudo will enable developers to write new applications or port existing ones. By offering Perl 6 at the current state Fedora once again proves it's foundations Features and First

Scope

  • Package reviews

How To Test

  • Test that rakudo builds on the parrot RPMs provided in Fedora.
  • Use the test suite included in Rakudo to verify that it actually works:
    • make test will run a suite of tests, designed to make sure that the Rakudo compiler is basically working and that it's capable of running a simple test harness.
    • make spectest will import relevant portions of the official Perl 6 test suite from the Pugs repository and run all of the tests that are currently known to pass.

User Experience

Rakudo will enable developers to write new applications or port existing ones to Perl 6. Although Perl 6 is still in development and no official release date has been set, the specification is feature complete and mature. Rakudo has released 17 stable releases so far. Both parrot and rakudo do one stable release each month and developers will get them easily without hassle on a regular schedule.

Dependencies

(Note that parrot is a build dependency and not required at runtime.)

Contingency Plan

Drop the rakudo package from Fedora 12.

Documentation

Release Notes

  • This release of Fedora comes with Rakudo Perl, an implementation of the Perl 6 specification based on the Parrot virtual machine, which enables developers to write new applications or port existing ones to Perl 6. To install rakudo, use the Add/Remove Software tool or run:
su -c 'yum install rakudo'

Comments and Discussion