guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] hyper search engine


From: Ludovic Courtès
Subject: Re: [ANN] hyper search engine
Date: Mon, 09 May 2016 22:47:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Amirouche Boubekki <address@hidden> skribis:

> And try to reproduce the following REPL run:
>
> ```scheme
> scheme@(guile-user)> (use-modules (hyper))
> scheme@(guile-user)> (add-url "http://hypermove.net";)
> $1 = #t
> scheme@(guile-user)> (add-url "http://gnu.org";)
> $2 = #t
> ```

[...]

> Now you probably want to **search** the web! No easier way, than using
> a Guile REPL. Maybe you have still one around, then try the following:
>
> ```scheme
> scheme@(guile-user)> (use-modules (hyper))
> scheme@(guile-user)> (map pk (search* "guile"))
> ...
> scheme@(guile-user)> (map pk (search* "hypermove" "guile"))

Sounds fun!

Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]