File name manipulation in Guile 3.0
- Scheme 90.2%
- Makefile 4.9%
- M4 2.7%
- Shell 2.2%
| build-aux | ||
| doc | ||
| ice-9 | ||
| tests | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| AUTHORS | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| COPYING.GPL | ||
| guix.scm | ||
| Makefile.am | ||
| NEWS | ||
| pre-inst-env.in | ||
| README | ||
| README.org | ||
(ice-9 filesystem)
(ice-9 filesystem) provides a set of utilities to deal with the filesystem
beyond what POSIX mandates, from manipulating file names to actually creating
files and directories.
Roadmap
0.2
statwrappers (file-is-directory?etc.)
0.3
- More
ftwwrappers? (perhaps somefind-files?)
1.0
- Rename to
(ice-9 file-system)(as suggested in Guix mailing list). - Inclusion to Guile itself.