Re: [racket-users] ANN: glob, for Unix-style globbing

2015-03-31 Thread 'John Clements' via users-redirect
On Mar 30, 2015, at 11:15 PM, Benjamin Greenman wrote: > I've pushed a script for globbing to the package server. It exports two > functions, `glob` and `in-glob`. I hope that some day functions like these > can be in racket/file, but until then, enjoy. This looks useful. Thanks! John Clemen

[racket-users] ANN: glob, for Unix-style globbing

2015-03-30 Thread Benjamin Greenman
I've pushed a script for globbing to the package server. It exports two functions, `glob` and `in-glob`. I hope that some day functions like these can be in racket/file, but until then, enjoy. (glob "./files/*.rkt") Returns a list of all files ending with the .rkt extension in the directory "files