Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

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")
Clone this wiki locally