On Thu, Jun 28, 2007 at 01:02:48PM -0400, Lynn Winebarger wrote:
> On 6/28/07, Michael Sperber <sperber at informatik.uni-tuebingen.de> wrote:
> >
> > That's right. And I'd rather have the constraints induced by using
> > . than the constraints induced by having -.
> >
> Why not use " " as the separator? Are there still file systems in
> substantial use that make that a problem?
Perhaps not filesystems, but there are relevant utilities in substantial
use with such issues. For example, Unix make(1).
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
Received on Thu Jun 28 2007 - 14:52:56 UTC