chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] url egg is broken


From: John Janecek
Subject: [Chicken-users] url egg is broken
Date: Sun, 4 Mar 2007 09:51:05 +0800

Grrrrrrrr
guilty culpret is

(define (url-path x)
  (string-intersperse (cdr (uri-path x)) "/") )

if uri-path return '() then the call fails

also annoyed that url and uri eggs got combined into url egg.
anyway ...

reply via email to

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