The month ending 26 August 2007
Introducing: user.r 'user.r' is now the elected name for the REBOL user group. Formal discussions regarding the formation of the group are now hosted on Qtask. For an invitation to participate, contact 'btiffin' in the Rebol3 AltME world (where informal user.r chat resides) or email him directly (he is a reasonably frequent poster to the REBOL Mailing List). Laccio From Alessandro Manotti: I wish to highlight a new project I started, and currently in beta-test. It is called Laccio Framework. I just published some information, Laccio source code, and three examples (I'm completing the quickstart tutorial). Laccio is a framework, very small, for Rebol, composed by two objects. It includes several important functionalities: Introduces (and standardize) the concept of "components" in Rebol. Basically, a component is a reusable piece of code, composed by several methods, variables, etc… used to create simple or complex components. A component is a "temp...