https://github.com/capjamesg/lisp-scripts
One-off scripts and experiments written in Lisp.
https://github.com/capjamesg/lisp-scripts
common-lisp lisp
Last synced: 3 months ago
JSON representation
One-off scripts and experiments written in Lisp.
- Host: GitHub
- URL: https://github.com/capjamesg/lisp-scripts
- Owner: capjamesg
- License: mit-0
- Created: 2022-09-23T09:15:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T19:30:53.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:16:39.513Z (3 months ago)
- Topics: common-lisp, lisp
- Language: Common Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lisp-scripts
One-off scripts and experiments written in Lisp.
## What's in this repository
Here are the scripts in this repository:
- `graph.lisp`: Experiments with building graphs in Lisp.
- `sockets.lisp`: A simple web server with a basic router.All of these scripts are experimental and may not be complete.
## License
This project is licensed under an [MIT 0 license](LICENSE).
## Contributors
- capjamesg