Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

ad3

Tag archives for Build-Markup

31 Oct by admin in All, E-Learning, Education, Helper Function

How to build a Simple Knowledge Management System with the Rebol Help System

How to build a Simple Knowledge Management System with the Rebol Help System
Watch out this article:1. There's more than meets the eyes as this article also prepares gently for the next lessons: How to create a Plug-In Architecture Application Framework in Rebol - with a parallel comparison with C#2. This may be the most time-savier idea you will encounter in ...more»
18 Oct by admin in All, Beginner, Concept, Syntax

Native vs Mezzanine and how to get the source of a Rebol Mezzanine function

Native vs Mezzanine and how to get the source of a Rebol Mezzanine function
There are two types of functions in Rebol:native mezzanineA native function is a compiled function which source code is not accessible whereas a mezzanine function is written in Rebol itself. For example the Parse function is native whereas the build-markup function is mezzanine. So try this in Rebol Console:source build-markupIt will ...more»
20 Sep by admin in All, C#, Code Generation

Easily Integrate Rebol with Visual Studio Express as Code Generator (part I)

Easily Integrate Rebol with Visual Studio Express as Code Generator (part I)
Rebol has a powerfull range of tools for generating code. So why not integrate it with IDEs like Visual Studio ? Yes, I know it's no more a secret that Visual Studio Professional and above supports its own Templating Engine (T4) but not Visual Studio Express Edition. Also Rebol can ...more»

ads1

ads2