quick decompress - part-cw/lambdanative GitHub Wiki
(quick-decompress dst)
quick-decompress compresses a file using the FastLZ algorithm. The destination file name is to be specified here, and the function will uncompress the corresponding file with a .flz extension. - This way it works in a symmetric fashion to (quick-compress src)
Parameter | Description |
---|---|
dst | Destination file name |
Example
Example 1: Deompress example.scm.flz (from example.scm.flz)
(quick-decompress "example.scm")