I am interested in dabbling in CoffeeScript , but I would prefer not to recompile it until Javascript manually every time I want a test run. Is there an easy way to dynamically convert CoffeeScript to vanilla Javascript while working on the LAMP stack, be it server-side or client-side?
source
share