Now I am inclined to intrigue, looking at the book The Seasoned Schemer . I typed the code using racket, however, when I use try , the circuit did not have this method or macro. And the extension was reported: unbound identifier in the module in: try. Code as shown below: (on page 89)
(define (remove-member-first* a lat) (try oh (rm a lat oh) lat))
I searched for documents with a racket, but did not find a familiar function.
So who knows if there is some kind of function like "try"?
source share