I looked in racket documentation and discussion archives for a thread-through function as illustrated below but without success. Any suggestions where I should look? OR please explain that line below only. Looks like it is declaring thread-safe variables x e and any others I care to list. Is that correct?
;Use a macro: (thread-through x e …) == (let* ([x e] …) x) ;--------------------
____________________ Racket Users list: http://lists.racket-lang.org/users