Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raku/book
Using Raku – an unfinished book about Raku
https://github.com/raku/book
raku
Last synced: 4 days ago
JSON representation
Using Raku – an unfinished book about Raku
- Host: GitHub
- URL: https://github.com/raku/book
- Owner: Raku
- Created: 2009-10-07T18:43:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T14:31:02.000Z (about 3 years ago)
- Last Synced: 2024-12-23T13:13:17.956Z (11 days ago)
- Topics: raku
- Language: Makefile
- Homepage: https://perl6book.com/
- Size: 1.17 MB
- Stars: 284
- Watchers: 212
- Forks: 49
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***NOTE***:
This repository is retained only for archival purposes. The project is
currently considered dead and only really useful for updating the
documentation on https://docs.raku.org.If you are looking for up-to-date Raku books, please check
for an overview.Reference documentation can be found at .
----------------------------------------------------------------------
We are writing a book about Raku.
It will be some kind of example-driven introduction to Raku, and at
the same time showing off the reasons why we love that language.We plan to have monthly releases, see docs/release-guide.pod
"We" are Carl Mäsak, Jonathan Worthington, Patrick Michaud, Moritz
Lenz, Jonathan Scott Duff (Scott) and anybody who's willing to work on
it. If you're not on that list yet, you're still very welcome to join
us.You can find us on #perl6book on irc.freenode.net. Logs of the IRC
discussions: (If you do not
have an IRC client, you can use a web-based client at)
To build the PDF version of this book, you need to have the following
software installed (for HTML output only, the first section of the prereqs
is enough; 'make html' will be your friend):* GNU make
* perl 5.10
* the Perl modules:
Pod::PseudoPod::LaTeX version 1.101050 or newer
Template version 2.22 or newer
* inkscape (for svg -> pdf conversion)
* A number of LaTeX packages (see lib/*.sty). Ubuntu 10.04
supplies most of what is needed with its texlive-latex-base,
texlive-latex-extra, texlive-xetex, texlive-fonts-extra,
texlive-latex-recommended and texlive-font-utils packages.
* Adobe's fonts and B&H Luxi Sans. To get those, install
ttf-xfree86-nonfree (and uninstall t1-xfree86-nonfree) and
Acrobat Reader then copy *.otf from
/opt/Adobe/Reader9/Resource/Font/ to ~/.fonts/
* Run 'sudo fc-cache -f -v' to rebuild the cache in case the fonts
are not found.The book is produced from src/*.pod chapters ultimately rendered into
dist/*.pdf using bin/* and lib/* files.Just type 'make' on your command line, and the book should be built in
dist/UsingRaku.a4.pdf, with an A4 paper size; to get U.S. letter
size, type 'make PAPER=letter'. To get any PAPER width and height type
'make PAPER=6.125in,9.25in'; accepted length units are pt, in, cm and mm.PDF versions of this book can be found at
http://puffin.ch/perl/6/ and http://github.com/raku/book/downloadsAll material in this repository is licensed under a CC-by-nc-sa
license:
(attribution, noncommercial, share-alike), unless explicitly stated
otherwise.(Maybe we'll open up towards removing the noncommercial part at some
point).