The expander in racket adds something equivalent to [else (void)] if there is no else clause. (Try an example with the Macro Stepper.) So an explicit else clause would not change the speed of the programs.
In some cases the compiler can prove that the else part is not necessary and drop it, Also, I think that the compiler in RacketCS can notice that it has no side effects and also drop it if the result is ignored (but I'm not 100% sure). Gustavo -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAPaha9OsXr%3DYxKxPFcKC-sCK-JuATDWR4b6NpxHooVsirj6aQw%40mail.gmail.com.