Re: code review request

2022-02-26 Thread Vijay Marupudi
> I get a result I don't understand: this return 2 values Reading the source code, the second value is an implementation detail, keeping track of the visited directories. > One is expected, it's the one I wanted to produce Great! I would ignore the second value, because it is a by product of the

code review request

2022-02-26 Thread adriano
I wrote a brief piece of Guile code and it got me confused, I'd like to ask for a code review The code is here https://gitlab.com/humanitiesNerd/filesystembrowsing A few words about it I have a folder with 2 small files in it (included in the repo) I'd like to "browse" it programmatically and c