Imagine that you have a module already written by someone that does the job you want to, but there is only one variable (example `(define pi 3.14)` ) that you want just override but otherwise would like everything to work as previously. Wouldn't like to copy-paste a one of code
@shegeley @wingo @cwebber @monkey1 whats the problem with `set!` in this scenario?