<div dir="ltr">Hi!<div><br></div><div>Compiling (display "Hello world\n") to an individual executable file generates a ~3MB executable.<br><div><div><br></div><div>What are the strategies available to get Gambit application binary sizes down as much as possible, for applications to be distributed to client machines, with a particular designated purpose?</div>
<div><br></div><div>Can parts of the Gambit core somehow be taken away, such as (eval) support, flonum support, arithmetical functions?</div><div><br></div><div>Is there any strategy using which one can compile Scheme code to binary form, in a way that only the functions used in the code is included in the binary? I.e. smaller binary for (display "Hello world\n") than for an application that uses cos, eval, open-tcp-client.</div>
<div><br></div><div>Thanks<br>Mikael</div><div><br></div></div></div></div>