https://github.com/eudoxia0/path-parse.git
git clone 'https://github.com/eudoxia0/path-parse.git'
(ql:quickload :path-parse)
Parse the PATH
environment variable, portable.
CL-USER> (ql:quickload :path-parse)
To load "path-parse":
Load 1 ASDF system:
path-parse
; Loading "path-parse"
(:PATH-PARSE)
CL-USER> (path-parse:path)
(#P"/usr/local/bin/" #P"/usr/bin/" #P"/bin/" #P"/usr/local/games/"
#P"/usr/games/")
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.