https://github.com/s-expressionists/parcl
A portable and extensible implementation of the Common Lisp package system
https://github.com/s-expressionists/parcl
extensible package-system portable
Last synced: 4 months ago
JSON representation
A portable and extensible implementation of the Common Lisp package system
- Host: GitHub
- URL: https://github.com/s-expressionists/parcl
- Owner: s-expressionists
- License: bsd-2-clause
- Created: 2022-11-23T15:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T11:08:57.000Z (12 months ago)
- Last Synced: 2025-07-13T08:46:41.776Z (11 months ago)
- Topics: extensible, package-system, portable
- Language: Common Lisp
- Homepage:
- Size: 215 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository will eventually contain a complete implementation of
the Common Lisp package system.
We use the s-expression-syntax library to parse important macros; in
particular DEFPACKAGE.