Core Guide Update - Minor Changes
[1/3] from: carl::s::rebol::com at: 9-Aug-2002 14:32
The REBOL/Core Guide at http://www.rebol.com/docs/core23/rebolcore.html has had some
minor changes, including eliminating bad links and adding newer version change docs to
the table of contents.
Also, Chapter 6 and 11 have been converted and reformatted with makedoc.r. I would very
much appreciate it if someone could look over these chapters for formatting errors. It's
hard to catch them all. Email me directly if you find something. Thanks.
-Carl
REBOL Guy
PS: Appendix 1 conversion still pending.
[2/3] from: oliva:david:seznam:cz at: 10-Aug-2002 0:42
Hello Carl,
Friday, August 9, 2002, 11:32:01 PM, you wrote:
CaR> The REBOL/Core Guide at http://www.rebol.com/docs/core23/rebolcore.html has had
some minor changes, including eliminating bad links and adding newer version change docs
to the table of contents.
CaR> Also, Chapter 6 and 11 have been converted and reformatted with makedoc.r. I would
very much appreciate it if someone could look over these chapters for formatting errors.
It's hard to catch
CaR> them all. Email me directly if you find something. Thanks.
CaR> -Carl
CaR> REBOL Guy
CaR> PS: Appendix 1 conversion still pending.
I started my reb-web-bot and this link is not working:
http://www.rebol.com/docs/core23/core.html
[3/3] from: lmecir:mbox:vol:cz at: 10-Aug-2002 12:29
Hi Carl,
the documentation surely looks better. The series part has been improved,
although I don't quite like the way how the documentation
(http://www.rebol.com/docs/core23/rebolcore-6.html) describes e.g.:
The position of the value that is returned by the first function is
relative to the position that colors has in the block. The returned value is
not the first color in the block, but the first color immediately following
the current position of the block.
I feel, that there is still a way how to improve it.
I would suggest to change the example in
(http://www.rebol.com/docs/core23/rebolcore-7.html):
If you would like the sub-blocks to be evaluated, use the /deep refinement.
The /deep refinement causes all parentheses to be evaluated, regardless of
where they are:
probe compose/deep [a b [c (d e)]]
[a b [c d e]]
to not yield an error
Best regards
Ladislav