Hacker News new | ask | show | jobs
by tuananh 3007 days ago
what's the reason for using different compiler for dev and release?
1 comments

A compiler that heavily optimises, like Gambit, might take a minute or two on a large project, whereas Chicken might take a couple seconds.

The fewer interruptions to a programmer's flow, the better.

However, on release, performance, and binary size, often matter, so go with the best.