Loudly Recursive
tech thoughts and other nerdery
2010-08-29
A REBOL Dialect For Constructed Languages
›
I have had a fascination for languages ever since I read Tolkien and discovered that he had created the Elvish languages from scratch. It...
46 comments:
2009-10-02
REBOL Module Names
›
One of the best new features of the upcoming REBOL 3 is the module system. I’m not going to go into the rationale behind modules, but I woul...
28 comments:
2009-07-05
Deep REBOL: Bindology
›
I’m often asked why I think REBOL is a “deep” language. This question is no surprise. REBOL’s ordinary syntax — the so called DO dialect ...
278 comments:
2009-05-24
JavaScript & REBOL
›
After working with both languages a great deal, I’ve come to the realization that JavaScript is the language in common use that’s most akin ...
45 comments:
2009-04-26
A Dirt-Simple DSL In REBOL
›
REBOL allows the creation of domain-specific languages (DSLs) using the parse function. It takes as its first argument a block! containing...
11 comments:
2009-04-24
REBOL
›
When I first looked at REBOL , I didn’t think much of it: foreach e [1 2 3] [ print e ] Pretty obvious what this does, and it’s the sor...
17 comments:
2008-06-14
Why CHECK Constraints Matter
›
Well-written applications validate their data. No one disputes that. The debate has always been: Where should the validation logic go? Davi...
11 comments:
›
Home
View web version