No edit summary |
|||
Line 9: | Line 9: | ||
== Sommario == | == Sommario == | ||
<!-- A sentence or two summarizing what this feature is and what it will do. This information is used for the overall feature summary page for each release. --> | <!-- A sentence or two summarizing what this feature is and what it will do. This information is used for the overall feature summary page for each release. --> | ||
[http://www.rakudo.org Rakudo] | [http://www.rakudo.org Rakudo] è una implemetazione delle specifiche Perl 6 per la [http://www.parrot.org/ Parrot virtual machine], in fase di sviluppo. | ||
== Progettista == | == Progettista == | ||
<!--This should link to your home wiki page so we know who you are--> | <!--This should link to your home wiki page so we know who you are--> | ||
* | * Nome: [[User:Gerd| Gerd Pokorra]], [[User:Cwickert| Christoph Wickert]] | ||
<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or technical issues need to be resolved--> | <!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or technical issues need to be resolved--> | ||
* email: [mailto:gerd@fedoraproject.org gerd@fedoraproject.org], [mailto:cwickert@fedoraproject.org cwickert@fedoraproject.org] | * email: [mailto:gerd@fedoraproject.org gerd@fedoraproject.org], [mailto:cwickert@fedoraproject.org cwickert@fedoraproject.org] | ||
== Stato | == Stato corrente == | ||
* Rilascio: [[Releases/12| Fedora 12]] | * Rilascio: [[Releases/12| Fedora 12]] | ||
* Per informazioni aggiornate sullo stato di ''Rakudo Perl 6'' consultare la [[Features/Rakudo Perl 6#Current_status | pagina originale]]. | * Per informazioni aggiornate sullo stato di ''Rakudo Perl 6'' consultare la [[Features/Rakudo Perl 6#Current_status | pagina originale]]. | ||
== | == Descrizione dettagliata == | ||
<!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | <!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | ||
Perl 6 | Perl 6 è una revisione notevole al linguaggio di programmazione [[Perl]], introducendo elementi di molti linguaggi di programmazione moderni e meno recenti. Attualmente sono attivi molti progetti che implementano Perl 6, uno dei quali, più attivamente sviluppato è proprio [http://www.rakudo.org Rakudo], basato sulla ''Parrot virtual machine''. | ||
== | == Vantaggi per 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?--> | ||
Fornire supporto a Perl 6 può rendere Fedora una piattaforma appetibile agli sviluppatori. Rakudo consentirà agli sviluppatori di scrivere nuove applicazioni o adattare quelle esistenti. | |||
== | == Documentazione == | ||
<!-- Is there upstream documentation on this feature, or notes you have written yourself? Link to that material here so other interested developers can get involved. --> | <!-- Is there upstream documentation on this feature, or notes you have written yourself? Link to that material here so other interested developers can get involved. --> | ||
* | * [http://en.wikipedia.org/wiki/Perl_6 Perl 6] e [http://en.wikipedia.org/wiki/Rakudo_Perl Rakudo Perl], su Wikipedia | ||
* [http://feather.perl6.nl/syn/ Official Perl 6 Documentation] | * [http://feather.perl6.nl/syn/ Official Perl 6 Documentation] | ||
* [http://www.perlfoundation.org/perl6 Perl 6 on the Perl Foundation Homepage] | * [http://www.perlfoundation.org/perl6 Perl 6 on the Perl Foundation Homepage] | ||
* [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] ( | * [http://www.uni-siegen.de/zimt/kontakt/mitarbeiter/pokorra/perl/install.pdf Installation of Rakudo in Fedora and Windows] (di Gerd, in tedesco, ''sorry'') | ||
* [http://en.oreilly.com/oscon2009/public/schedule/detail/8582 Hacking Rakudo Perl] | * [http://en.oreilly.com/oscon2009/public/schedule/detail/8582 Hacking Rakudo Perl] di [http://www.pmichaud.com/ Patrick Michaud] | ||
== | == Note di rilascio == | ||
<!-- The Fedora Release Notes inform end-users about what is new in the release. Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ --> | <!-- The Fedora Release Notes inform end-users about what is new in the release. Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ --> | ||
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | <!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | ||
Questa release di Fedora contiene Rakudo Perl, una implemetazione delle specifiche di Perl 6 sulla base della Parrot virtual machine, | |||
per consentire agli sviluppatori di scrivere applicazioni o adattare quelle esitenti a Perl 6.<BR> | |||
Per installare Rakudo, selezionare dal menu, Sistema --> Amministrazione --> Add/Remove Software, oppure in un terminale eseguire il comando<BR> | |||
su -c 'yum install rakudo' | su -c 'yum install rakudo' | ||
== | == Altre informazioni == | ||
* | Per: | ||
* Obbiettivi | |||
* Test Plan | |||
* Esperienza Utente | |||
* Dipendenze | |||
* Progetto corrente | |||
* Commenti e Discussioni | |||
[[Category:FeatureAcceptedF12]] | [[Category:FeatureAcceptedF12]] |
Revision as of 19:17, 31 January 2010
Rakudo Perl 6
Sommario
Rakudo è una implemetazione delle specifiche Perl 6 per la Parrot virtual machine, in fase di sviluppo.
Progettista
- Nome: Gerd Pokorra, Christoph Wickert
Stato corrente
- Rilascio: Fedora 12
- Per informazioni aggiornate sullo stato di Rakudo Perl 6 consultare la pagina originale.
Descrizione dettagliata
Perl 6 è una revisione notevole al linguaggio di programmazione Perl, introducendo elementi di molti linguaggi di programmazione moderni e meno recenti. Attualmente sono attivi molti progetti che implementano Perl 6, uno dei quali, più attivamente sviluppato è proprio Rakudo, basato sulla Parrot virtual machine.
Vantaggi per Fedora
Fornire supporto a Perl 6 può rendere Fedora una piattaforma appetibile agli sviluppatori. Rakudo consentirà agli sviluppatori di scrivere nuove applicazioni o adattare quelle esistenti.
Documentazione
- Perl 6 e Rakudo Perl, su Wikipedia
- Official Perl 6 Documentation
- Perl 6 on the Perl Foundation Homepage
- Rakudo Homepage
- Rakudo Documentation
- Installation of Rakudo in Fedora and Windows (di Gerd, in tedesco, sorry)
- Hacking Rakudo Perl di Patrick Michaud
Note di rilascio
Questa release di Fedora contiene Rakudo Perl, una implemetazione delle specifiche di Perl 6 sulla base della Parrot virtual machine,
per consentire agli sviluppatori di scrivere applicazioni o adattare quelle esitenti a Perl 6.
Per installare Rakudo, selezionare dal menu, Sistema --> Amministrazione --> Add/Remove Software, oppure in un terminale eseguire il comando
su -c 'yum install rakudo'
Altre informazioni
Per:
- Obbiettivi
- Test Plan
- Esperienza Utente
- Dipendenze
- Progetto corrente
- Commenti e Discussioni