Email list hosting service & mailing list manager

Glob implementations Lassi Kortela (30 Sep 2019 19:46 UTC)
Re: Glob implementations John Cowan (30 Sep 2019 21:10 UTC)
Re: Glob implementations Shiro Kawai (01 Oct 2019 00:18 UTC)

Glob implementations Lassi Kortela 30 Sep 2019 19:46 UTC

SLIB has a glob implementation written in pure Scheme.
<https://github.com/taktoa/slib/blob/master/glob.scm>. Copyright (C)
1998 Radey Shouman. The license is a custom-written; it looks like it
has the same conditions as a standard BSD license.

Gauche also ships with a BSD-licensed glob implementation in Scheme
written by Shiro:
<https://github.com/shirok/Gauche/blob/master/lib/gauche/fileutil.scm>

Glob has been voted out of this SRFI (IMHO the right choice), but it
would be good to get tried and tested implementations into package
managers like Snow and Akku.