REBOL Is Simplicity
Going through Nick Antonaccio's short tutorial, I entered view layout[ image load read/binary http://rebol.com/view/bay.jpg], based on a couple of his examples. The result is awesome!. This image
appears in a pop-up window. A complete image view in a single line of code.
One more example: varname request-text/title "Please enter some text" is all you need to request some input from the user, which is placed inside of varname.



In fact, it’s even shorter than that :
view layout [image http://rebol.com/view/bay.jpg
VID (REBOL’s graphical dialect) is smart enough to figure out by itself the “load read/binary” part
Cheers
DocKimbel
Tuesday, 2008-May-20