You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is better to avoid mutation with set! whenever possible. In most cases where set! is currently used one could instead use simple let bindings or use higher-order functions such as fold (defined in (srfi srfi-1)).