Re: here is one way to implement file globbing

2018-10-16 Thread Amirouche Boubekki
On 2018-10-16 01:12, tantalum wrote: im sure it is not the optimal way to do it, and currently it fails on file access errors and there might be bugs, but it has cool features and i just wanted to share. [...] here is the code with reduced dependencies so that anybody with only guile should b

here is one way to implement file globbing

2018-10-15 Thread tantalum
im sure it is not the optimal way to do it, and currently it fails on file access errors and there might be bugs, but it has cool features and i just wanted to share. filesystem globbing is the matching of paths that can include wildcard characters like asterisks. the code implements the follo