>I explained it already to two people, and saved them probably several
tens of minutes of frustration ... Maybe more examples coud be found
...
Perhaps REBOL.ORG could add a "Help Page" library to go with the script
library.
Of course, it will also be grand when REBOL exposes the FeedBack
Knowledge Base.
Meanwhile, I'm about to expand my own help desk, and would like to use
a REBOL script to do it. I see a lot of scripts with component parts,
but nothing like what REBOL FeedBack is already using. Anyone working
along these lines?
*********** REPLY SEPARATOR ***********
On 12/14/1999 at 10:42 PM [EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] wrote:
> The first edition of _Programming_Perl_ (Wall/Schwartz) had a
> section called "Common Goofs for Novices", which I found VERY helpful
> in building a mental model of Perl. Later writings included hints
> for people coming from c, shell scripting, etc. I've seen the same
> treatment used to introduce Java to programmers familiar with c,
> smalltalk, etc. I think it would be helpful to have some REBOL
> concepts described in terms of (or in contrast to) the conventional
I think it's must a have. E.g., as for networking, to show on very
simple
example, why there is no 'second, 'third etc. applied to opened TCP
port as
value is obtained by several applications of 'first port' ... I
explained
it already to two people, and saved them probably several tens of
minutes
of frustration ... Maybe more examples coud be found ...
-pekr-
>
> ideas from other OO languages. (And I know it can't happen
> overnight...)
>
> -jn-
>
> P.S. Would you believe that I've even seen a book titled something
> like _Java_for_RPG_Programmers_ ? No kidding!