[REBOL] Re: The Storm Engine
From: maarten:vrijheid at: 12-Aug-2003 22:56
> 2 minutes feedback :-)
>
> 1) storm-engine/register-message echo func [ b [block!]][b]
>
> you state in the docs, that Storm is "block based". What about
> simplyfying syntax in following way?
>
> storm-engine/register-message [echo [b [block!]][b]]
>
> I mean - is 'func word really needed? Can it be actually anything else
> than 'func? I also enclosed 'echo word itself in a block, as Storm is
a
> "block" based :-) Well, it is rougly a suggestion, - it is just
> brainstorming, nothing more ...
>
You pass a function, this one is just anonymous
> 2) What is "storm-engine/message-handlers" in sample-server example
good
> for? Maybe it is redundant and could be done automatically?
>
Debugging code, remove that line...
--Maarten