Hi Norman, > It's slightly unfortunate that Racket's > start-up time make it slightly suboptimal as a command-line tool, but > raco make helps with that.
With 8.0+/CS, even without make I've had a good experience. As you say, setup or make makes things even faster, though. If you weren't already aware, using #lang racket/base has a faster startup-time than #lang racket, though you have to (require) things not provided by the smaller base language. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CALnO6CA6CzTQs2pCuypG6%2BaH7ciEjKvwbNXavJxpp%3DWL3SFFBA%40mail.gmail.com.

