quick compress - part-cw/lambdanative GitHub Wiki
(quick-compress src)
quick-compress compresses a file using the FastLZ algorithm. The destination file name will be the sourcefilename.flz.
Parameter | Description |
---|---|
src | Source file name |
Example
Example 1: Compress example.scm without having to specify the target file name (which will be example.scm.flz)
(quick-compress "./textures/example.scm")