you can download the new Rebol 2 versions from: http://www.rebol.com/download-view.html
Now there is a Rebol IDE, you can download from: http://www.rebol.org/view-script.r?script=rebolide.r
it permits to test Rebol scripts easily and permit to learn the language very quickly. Let me know your comments or start a discussion on Facebook/Forum
One liner of the week:
write/lines %hist.r head reverse copy rebol/console/history
Takes the history of input into the console and prints it out, line by line, to a file. This way you can paste in functions and whole scripts, and save them for viewing and editing. Sorts it to display the oldest commands at the top.
No comments:
Post a Comment