https://github.com/s-expressionists/cyclosis
An implementation of Common Lisp streams
https://github.com/s-expressionists/cyclosis
common-lisp
Last synced: about 2 months ago
JSON representation
An implementation of Common Lisp streams
- Host: GitHub
- URL: https://github.com/s-expressionists/cyclosis
- Owner: s-expressionists
- License: bsd-2-clause
- Created: 2020-06-16T13:29:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T10:20:25.000Z (4 months ago)
- Last Synced: 2025-02-10T01:38:38.607Z (4 months ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 195 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-BSD
Awesome Lists containing this project
README
# Cyclosis: An implementation of Common Lisp streams.
## What is Cyclosis?
This repository contains an combined implementation of functionality
of the Common Lisp stream dictionary and that of the Gray streams
proposal.The code was extracted (with permission) from the Mezzano repository.
[LICENSE-BSD]:https://github.com/s-expressionists/Cyclosis/blob/master/LICENSE-BSD
## License
See [LICENSE-BSD]