Rebol Programming
Foreword
This book covers the basics of Rebol programming, what Rebol actually does and why it's designed the way it is. It's not a reference manual and therefore doesn't contain a complete overview of all functions, but aims to teach the mechanics and principles of the language to give you a deeper understanding of it.
Guide to readers
This is a wikibook, as such you should learn a bit about what it is and how it does its magic.
The book is (or will be) organized into different parts (chapters), but as this is a work that is always evolving, things may be missing or just not where they should be, you are free to become a writer and contribute to fix things up.
Guide to writers
All Rebol developers who have interesting information are encouraged to come forward. It does not matter if you are not a stellar writer, as eventually it will be cleaned up. Although you can post to this book without registering, it is strongly advised that you do so so that we can discuss content which may be contentious.
It is advised at this point to try and keep meanings within the realm of common understanding by the REBOL community. Anything outside that realm should be stated as such.
Writing style
Function names in the text:
function
Code:
code
Table of contents
- About Rebol
- Installing Rebol
- The console
- Internal utilities
- Programming in Rebol
- Rebol core manual (no graphic)
- VID guide (graphic for beginners)
- Rebol DRAW guide (drawing images and image manipulation)
- Rebol View guide (advanced graphic)
- Rebol and 3D
- Rebol as a web service: Quick and easy CGI
- Debugging techniques
- Design guide
- Rebol jargon
- Rebol and JSON
- Language features
- Advanced topics
- Third party tools
- Third party tutorials
- Developer resources
- Rebol internals
- Rebol examples
- All Rebol words (Dictionary)