[racket-users] Re: Help in understanding 'letrec' example

2021-05-09 Thread Utkarsh Singh
ursively search for all file in dir1 upto depth 4 and then move to dir2. Using ormap insures that search for 'tarzan' will stop at first match (or first true result). -- Utkarsh Singh http://utkarshsingh.xyz -- You received this message because you are subscribed to the Google Groups "Ra

Re: [racket-users] Help in understanding 'letrec' example

2021-05-14 Thread Utkarsh Singh
gt; you want to start in > (equal? target (file-name-from-path item))) Thanks! This looks good. -- Utkarsh Singh http://utkarshsingh.xyz -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receivin

[racket-users] Help in understanding 'letrec' example

2021-05-08 Thread Utkarsh Singh
cursion is working here and what is the problem we are solving here. Are we finding a file with (name? "tarzan") or something else? -- Utkarsh Singh http://utkarshsingh.xyz -- You received this message because you are subscribed to the Google Groups "Racket Users" gro