Hi David,
On 2021-05-13, 13:12 -0400, David Storrs wrote:
> Incidentally, a more concise way of doing this would be:
>
> (define target (build-path "tarzan")) ; convert to path only once
> (for/or ([item (in-directory "/tmp/test")]) ; or whatever directory
> you want to start in
> (equal? targ
Incidentally, a more concise way of doing this would be:
(define target (build-path "tarzan")) ; convert to path only once
(for/or ([item (in-directory "/tmp/test")]) ; or whatever directory you
want to start in
(equal? target (file-name-from-path item)))
On Sat, May 8, 2021 at 3:50 AM Utkarsh
Hi,
First of all I would like to thank Racket community for creating and
maintaining top quality documentation at https://docs.racket-lang.org/
and even providing a local copy for it.
Currently I am having some difficulties in understanding this letrec
example from Racket Guide docs
(https://docs
3 matches
Mail list logo