Tag archives for Build-Markup
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»
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»
Tags: Build-Markup, mezzanine, mold, source
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»




No Comment
Tags: Build-Markup, elearning, Knowledge Management, Productivity, search faster, Time Savier