Amirouche Boubekki <[email protected]> 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’.
