This solves a security issue I had with ClojureScript.
Because of the whole-program compilation, you couldn't completely remove the JS a user was not allowed to access. While you could still secure the external resources (server), it would expose privileged access points unnecessarily.
Because of the whole-program compilation, you couldn't completely remove the JS a user was not allowed to access. While you could still secure the external resources (server), it would expose privileged access points unnecessarily.