R2 Articles - r3n/rebol-wiki GitHub Wiki
Here is a list of useful Rebol articles.
| Article | Category | Author | Description |
|---|---|---|---|
| Reading CGI Data Safely | CGI | Sunanda | An article about Rebol and CGI gateways |
| Rebol and Strings | Strings | Sunanda | Article explaining various types of strings in Rebol and their working |
| Adjusting Fonts | View | Brian Wisti | This article explains how to adjust fonts in VIEW |
| A cookie Jar Library | Examples | Gregg Irwin | An example of Rebol code to access the Cookie-Jar file |
| Rebol Programmer Levels | Various | BTiffin | The ten levels to the top. 10 Steps for the Rebol programmer |
| The Rebol.org library | Various | BTiffin | A deep overview of the Rebol.org archive |
| Beginners Guide | Language | Nick Antonaccio | An introductory guide to the Rebol language |
| Quine | Examples | Sunanda | Quine is a program which outputs its own source |
| IRUA | Various | BTiffin | The Rebol International User Association |
| Programming TIPS | Language | Sunanda | Some tips for the Rebol programmer |
| Rebol Tutorial | Guide | Nick Antonaccio | Another Rebol Programming tutorial |
| About Rebol series | Series | Ladislav Mecir | An in-depth look at Rebol's series! datatype and the conceptual influence it has on the language |
| How is the source code interpreted | Language | Ladislav Mecir | Describing the MAKE, LOAD and DO phases of the Rebol interpreter |
| How many arguments can a Rebol function take | Language | Ladislav Mecir | NARGS |
| About two Rebol expressions yelding one value | Language | Ladislav Mecir | Identity, Equivalence and Mutability in Rebol |
| All about Rebol Binding | Language | Ladislav Mecir | BINDOLOGY 101 |
| Errors as results | Language | Ladislav Mecir | Description how errors behave and what can be changed in the future |
| Function attributes article | Language | Ladislav Mecir | Notes on [catch] and TFUNC |
| Parse versus regular expressions | Language | Ladislav Mecir | Parse versus regular expressions etc. |
| Parse compendium | Language | Various | A detailed Parse description |
| More than Just Code - A Deep Lake | Language | Carl Sassenrath | You can write your programs to be as clear as possible. |
|
Context-dependent vs. Context-independent Computer Languages |
Language | Carl Sassenrath | Description to be written |
| Rebol Functions are not Commands | Language | Carl Sassenrath | The Do dialect of Rebol is a functional language not having commands. |
| Associative Arrays in Rebol - Hash! | Language | Carl Sassenrath | The advantages of the hash! datatype. |
| Rebol Concepts | Basic Guid | Codeconscious | Article explaining the Rebol Basic Concepts, datatypes, words, functions and some traps for beginners |
| Parse Tutorial | Parse | Codeconscious | Extensive article describing the working of PARSE, an essential function for parsing input |
| Rebol Security Issues | Security | Codeconscious | The X-Internet poses some security risks. Here you will find a small tutorial to avoid them. |
| Rebol Tips and Techniques | Various | Codeconscious | A collection of small articles on Rebol programming. |
| Rebol and the Net | Net | Codeconscious | A collection of articles on Rebol net related operations |
| Rebol and Notetab | Editors | Codeconscious | Rebol and NoteTab |
| Rebol Dialects | Dialects | Codeconscious | Dialects are domain specific languages. Explore the prower of Rebol dialecting with this small article |
| Rebol/View Tips | View | Codeconscious | Rebol and its Video Interface Dialect |
Advanced topics
| Article | Category | Author | Description |
|---|---|---|---|
| RebCode | ReboCode | Carl Sasenrath | The Rebcode Virtual Machine Overview |
| Rebol/Services | Services | Carl Sasenrath | Rebol Services, similar to Web Services but only in few KB of Rebol code |
| ODBC Access in Core | Database | Olivier Auverlot | Accessing ODBC Sources via the ODBC Socket server. Translation by Anton Rolls |