Changes between Version 9 and Version 10 of NewParrotDeveloperGuide
- Timestamp:
- 01/01/09 12:18:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewParrotDeveloperGuide
v9 v10 1 1 == Newcomers Welcome! == 2 2 3 We're going to do our best to document the experiences of newcomers to Perl, Parrot and Open Source software development. Hopefully this will evolve into a road map for those who wish to contribute but are having trouble getting started. 3 We're going to do our best to document the experiences of newcomers to Perl, Parrot and Open Source software development. 4 Hopefully this will evolve into a road map for those who wish to contribute but are having trouble getting started. 4 5 5 6 == Before you start == … … 14 15 == Getting Parrot == 15 16 16 If your going to become part of the development team, you'll need to check out a local copy of the source code. You can visit the [http://www.parrotcode.org/source.html download] page on the main Parrot web site for full details. 17 If your going to become part of the development team, you'll need to check out a local copy of the source code. 18 You can visit the [http://www.parrotcode.org/source.html download] page on the main Parrot web site for full details. 17 19 18 20 Assuming you've got Perl, perldoc and Subversion installed you'll be doing something like this. … … 53 55 * `docs/gettingstarted.pod` 54 56 55 The direct yory `docs/book/` contains a book on Parrot. This book has a finer details of various aspects of Parrot.57 The directory `docs/book/` contains a book on Parrot. This book has a finer details of various aspects of Parrot. However be aware that the book in not up to date. 56 58 57 59 After you read those, you'll want to run through all of the tutorials in `examples/tutorial`.