[REBOL] Re: The Storm Engine
From: petr:krenzelok:trz:cz at: 12-Aug-2003 16:53
[maarten--vrijheid--net] wrote:
>As the main advice was "keep it clean" I thought I'd
>upload a slightly polished version. Docs and a sample
>included, asynchronously if you wnat it to be.
>
>Any feedback appreciated.
>
>Get it at:
>
>http://www.koopgoedkoop.net/software/storm-engine.zip
>
>--Maarten
>
Hello Maarten,
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 ...
2) What is "storm-engine/message-handlers" in sample-server example good
for? Maybe it is redundant and could be done automatically?
cheers,
-pekr-