Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for Javascript

A nice interactive editor to create Javascript Objects Fast (with or without Object Prototype)

A nice interactive editor to create Javascript Objects Fast (with or without Object Prototype)
As David Crockford puts it JavaScript's syntax looks like "C-like syntax, including curly braces and the clunky for statement". So here's a nice interactive editor to alleviate the clunly stuffs by allowing you to create a Javascript Object by just typing: to-js Product or for a more refined version (see at ...more»
7 Dec by admin in All, E-Learning, Funny, HTML, Javascript, cgi

Design Pattern Quiz in Rebol CGI (part II)

Design Pattern Quiz in Rebol CGI (part II)
In Design Pattern Quiz Part I, we created a Quiz with no GUI interface, in this part II, we're going to create the Quiz in Rebol CGI (see how to install Rebol on your Shared Hosting Service) and Javascript. For the Quiz, we used a Javascript component from dhtmlgoodies. You can ...more»

[Hot] Map Reduce Functions in Rebol: towards Massive Parallel Functional Programming (part I)

[Hot] Map Reduce Functions in Rebol: towards Massive Parallel Functional Programming (part I)
Joel on Software complained about CS students who are never taught anything but Java: Without understanding functional programming, you can't invent MapReduce, the algorithm that makes Google so massively scalable. The terms Map and Reduce come from Lisp and functional programming. MapReduce is, in retrospect, obvious to anyone who remembers from ...more»

Rebol for the experienced Javascript Programmers

Rebol for the experienced Javascript Programmers
I stumbled upon Gregory Higley's Blog on Stackoverflow. He makes his living writing C#, Ruby, and occasionally Objective C but one of his two personal favorite languages is REBOL. He wrote a surprising article on Rebol / Javascript similarities. It’s not lexical similarity that concerns me here, but functional similarity. For instance, ...more»