My personal Common Lisp utilities.
- string-trim-whitespace: trims leading and trailing whitespace
- string-append
- string-join
- string-split
- string-starts-with-p: checks for prefix
- string-ends-with-p: checks for suffix
- file-to-strings: reads in a file and adds each line to the resulting list
- file-to-string
- string-to-file: supersedes the file at given filespec
- compose
- partial
- flip: reverses the arguments list of a function
- partial-right: partially applies a function from the right
- average
- median
- generate-random-numbers: generates a list of random numbers up to bound
- primep: checks for prime numbers (Fermat primality)
See LICENSE.