-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
> (in-package :iolib/pathnames)
> (iolib/base:enable-literal-reader* )
T
> #/p/"README.org"
#/P/"README.org"
> #/p/"README.org"
; error
> (iolib/pathnames:file-path "README.org")
#/IOLIB/PATHNAMES:P/"README.org"
> #/IOLIB/PATHNAMES:P/"README.org"
; error
Some things be wrong.
- The reader seems to only work in the IOlib package.
- Is it intended that the reader dispatch string changes?
- Why surround the reader dispatch string with
/
? Actually, just/
would be a nice dispatch string for pathnames. For instance#/"path/to/foo"
makes a lot of sense to me.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels