I have spent a few days of my vacation reading about REBOL and trying to 'Forget everything I know about programming' but a line from an old Dylan song keeps running through my head.
"pump don't work cause the vandals stole the handle."
I have spent hours reading REBOL code, the most readable code I have ever read, but still I can't get a handle on REBOL. I tried the simple 'blog.r' and it works..sort of...but gets hung up badly on the Mac due to incorrect permission settings. I don't understand why it writes to both the root folder and the cgi-bin folder. After an hour of tweaking I have it running, however, once it is the index=0 mode, it can't get back to the home page. Entering '
http://127.0.0.1/cgi-bin/blog.r' always returns to the index page for some inexplicable reason.
I still have a few days of holidays left, so I plan to pursue REBOL some more, but I have reservations about it ever being adopted to any extent by the Mac programming community at least in its current form. Perhaps an GUI/IDE would help, where code can be written and run in an editable environment. Yes I know there is the Terminal, but Mac programmers don't like it or use it. If they did they would be programming UNIX or some other terminal language.
I think Carl should give serious thought about R3's approachability, certainly on the Mac at any rate. I mean, the nuts and bolts are missing. Nobody seems to know how big a 'string' can be? I might assume 2048 bytes but apparently it is about 2 gigs!
Vanilla.r looks like something I could certainly use, but without better docs I'm loath to try it after my initial blog.r experience.
I hope I can get a handle on this and drink from the REBOL well, but perhaps I'm too old a dog to learn new REBOL tricks.
ChrisD