Outline - what to explain in which chapter
we need some kind of plan where we want to put what. Here's a very rough plan, feel free to adapt and improve.
In this book we aim to teach you everything that's necessary for you to write programs with Perl6
(Add more basics here if you need them in later chapters).
(How can we make that chapter non-boring? keeping it short?)
TODO: more about arrays, hashes, built-in functions and methods, operators, list quoting
Done: Operators
TODO: list some common operators. Meta-operators
TODO:
inheritance, BUILD submethods
TODO:
??
TODO: detailed explanation of the JSON reduction methods
Other suggestions:
database interface
web programming
extending the language (traits, meta-programming)