Hi all,
I was thinking to make a presentation with Google docs or Slideshare to show and explain the power of Rebol to absolute beginners all over the world.
Which topics do you suggest?
It's important to communicate the productivity benefits of REBOL. There are other more powerful and versatile development tools,those which produce shinier UIs,those which are more easily or deeply connected to OS APIs or other particular technology interfaces, etc . But in a huge variety of application development circumstances, REBOL completely bypasses the goals of other development tools by eliminating the need to connect to a huge stack of disparate libraries and data interfaces. For so many needs, REBOL has everything built in: useful networking protocols, data formats, GUI and graphics rendering, Parse, CGI, help, etc., the interpreter is tiny and multiplatform, and the language design ties all these things together easily. A single ubiquitous data structure to hold every type of data adds to REBOL's productivity in a huge way. It's how all of REBOL's built in features work together, with an unusually elegant language design, which makes it so productive. REBOL excels at accomplishing goals quickly and easily - in most cases, I can write working REBOL code faster than I could write a pseudo code outline for any project idea.
Last edited by notchent; June 14th, 2010 at 12:44 PM.