[REBOL] [REBOL.org] Recent changes

2004-02-18 Thread rebol
[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. ===changes=== wizard.r --change: new script --title: Wizard ===additional information=== new and updated scripts:

[REBOL] Re: Shooting yourself in the foot...

2004-02-18 Thread Gabriele Santilli
Hi Jason, On Wednesday, February 18, 2004, 1:13:27 AM, you wrote: JC http://burks.bton.ac.uk/burks/language/shoot.htm This really made me laugh: Unix: % ls foot.c foot.h foot.o toe.c toe.o % rm * .o rm: .o: No such file or directory % ls % It's so true! :-) Regards,

[REBOL] Re: Async call:// protocol v1.0

2004-02-18 Thread Romano Paolo Tenca
I should like to know people opinions about async interface for user callback functions. Until now we have 2 different strategies: 1) async:// which uses port/awake with an argument to switch among states 2) call:// which uses port/locals/custom-name1: func [][] port/locals/custom-name2:

[REBOL] Re: Shooting yourself in the foot...

2004-02-18 Thread Joel Neely
The expression shoot foot evaluates to NONE because you forgot to use one of the /BULLET /ARROW or /CANNON refinements; however shoot/off x returns a STRING! longer than available memory if X is of type EMAIL! or MOUTH! ;-? -jn- Izkata wrote: ooh, hehehe, I'm saving

[REBOL] Rebol Poetry

2004-02-18 Thread Ladislav Mecir
help :add :-) -L -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Text Mining, Summarizers, Bayesian learning

2004-02-18 Thread reboler
Hi Folks!, Is there anybody developing tools or algorithms in Rebol for text processing such as: clustering; stopwords and steaming; summarizing; or bayesian learning for social networks ? Anybody? thanks in advance, --DJ

[REBOL] Re: Rebol Poetry

2004-02-18 Thread Hallvard Ystad
But poetry actually is a funny idea. Perl has had it for several years (e.g. http://www.itqb.unl.pt:/~jcarrico/presentations/perl/presen.php3?page=09toc=1). Anyone written anything poetic lately? HY Dixit Ladislav Mecir (15.46 18.02.2004): help :add :-) -L -- To unsubscribe from

[REBOL] Re: Rebol Poetry

2004-02-18 Thread SunandaDH
Hallvard: Anyone written anything poetic lately? Not lately, and not poetic really, but there was the I'm a REBOL Script song last July: http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-thread.r?m=rmlZKTQ I'm sure we can do much better than that! Sunanda. -- To unsubscribe from this

[REBOL] I want time!, not string!

2004-02-18 Thread Hallvard Ystad
Hello I have a funny problem. I have this: s: now/time/precise [...] print join Took (now/time - s) But sometimes, 's turns out to be a string! How can that happen?? The script is too long for me to pass on the full context. But has anyone seen this (is it a?) bug before? Thanks for

[REBOL] Re: I want time!, not string!

2004-02-18 Thread Ingo Hohmann
Hi Hallvard, I haven't seen this exact error before, but some that have been alike ... my guess is that somehow s gets set somewhere else in [...]. Did you try to protect 's directly after setting it? If you still get the same error, there must be a bug in now/time/precise I hope that

[REBOL] Mac OSX /View problem - anyone had this?

2004-02-18 Thread Trevor Gosbell
Attempting to run View 1.2.1.2.1 (only Mac version available) in Classic mode on Mac OSX (10.2.8) produces this error: The application rebol has unexpectedly quit. OTUtilityLib (-2880) Has anyone had this problem and is there a workaround? Many thanks, Trevor. -- To unsubscribe from this

[REBOL] Re: Mac OSX /View problem - anyone had this?

2004-02-18 Thread Will Arp
better try running latest /view beta in Virtual PC till we get a 1.3 /view for os x which doesn't seem that near. Will On 19-feb-04, at 01:47, Trevor Gosbell wrote: Attempting to run View 1.2.1.2.1 (only Mac version available) in Classic mode on Mac OSX (10.2.8) produces this error: The

[REBOL] Re: Text Mining, Summarizers, Bayesian learning

2004-02-18 Thread Foresight
This is not in Rebol but if you are looking for algorithms to do clustering you might what to see this article by M. E. J. Newman and M. Girvan: Finding and evaluating community structure in networks . The PDF is here: http://aps.arxiv.org/abs/cond-mat/0308217 The authors claim the algorithms