On Thu, Jul 24, 2008 at 9:18 PM, Phil Dawes <[EMAIL PROTECTED]> wrote:
> Gah! I need an apropos that corrects my spelling!

I use the following words occasionally for searching for existing words:

http://paste.factorcode.org/responder/pastebin/show-paste?n=70

: help-text ( word -- seq )
    word-help flatten [ string? ] filter concat " " split ;

: help-search ( tags -- seq )
    all-words [ help-text subset? ] with filter ;

{ "sequence" "random" } help-search
 => { produce random-bytes* random }

Chris
-- 
http://www.bluishcoder.co.nz

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to