+ Reply to Thread
Results 1 to 10 of 10

Thread: Spread Rebol

  1. #1

    Spread Rebol

    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?

  2. #2
    Junior Member
    Join Date
    May 2010
    Posts
    21

    Databases would be great. How to connect to the MySQL database using the driver. Maybe some of the details of making a database with REBOL. Thank you.

  3. #3
    Administrator
    Join Date
    Jan 2004
    Posts
    388

    Absolutely simple things such as reading an email, a web page, how to do a simple form with buttons.

    Things that one can understand without knowing the language, and yet appreciate how much one can do is very few lines of code.
    Dr Graham Chiu
    Wiki: http://www.compkarori.co.nz:8090
    ph: 1-818-570-2839

  4. #4

    Ok, so something like (each point is a slide):
    • Rebol: site, where download
    • size: it's small but powerfull
    • basic feautore of all languages
    • auto recognize type of variable
    • Form and buttons
    • graphic (DRAW)
    • reading an email
    • reading a web page
    • FTP
    • Databases
    • 3D

    What do you think?
    Other suggestions?
    Do you want to change order?

  5. #5

  6. #6

    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.

  7. #7

    Ok, I tried with the following presentation:

    http://docs.google.com/present/view?...xt_209gn4zv6cf

    Let me know your opinions!

  8. #8

    Try adding some examples:

    http://re-bol.com/examples.txt

  9. #9

    I updated the example file to show more features

  10. #10

    I updated the presentation, and now I use slideshare (I think it's better than GDOCS to share):

    http://www.slideshare.net/crazyaxe/rebol

    Regards

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts