<p>Are there compelling reasons to ever use let instead of let* in Racket? Contemplating making them aliases in my plait fork.</p><p>I get why letrec is its own thing, but I don't think I've ever encountered a use case where I want to declare multiple things that can't refer backwards</p>