Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/lisp-cli-hello-world
This is a POC project to demonstrate lisp.
https://github.com/bearddan2000/lisp-cli-hello-world
cli hello lisp sbcl world
Last synced: 13 days ago
JSON representation
This is a POC project to demonstrate lisp.
- Host: GitHub
- URL: https://github.com/bearddan2000/lisp-cli-hello-world
- Owner: bearddan2000
- Created: 2023-09-02T13:22:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T13:22:02.000Z (over 1 year ago)
- Last Synced: 2024-12-01T21:14:01.204Z (2 months ago)
- Topics: cli, hello, lisp, sbcl, world
- Language: Shell
- Homepage: https://github.com/bearddan2000/lisp-cli-hello-world
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lisp-cli-hello-world
## Description
This is a POC project to demonstrate lisp.## Tech stack
- lisp
- sbcl## Docker stack
- alpine:edge## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## To see help
`sudo ./install.sh -h`## Credit
[Lisp code](https://therenegadecoder.com/code/hello-world-in-lisp/#:~:text=Assuming%20SBCL%20is%20in%20the%20path%2C%20we%20can,the%20%E2%80%9CHello%2C%20World%21%E2%80%9D%20string%20on%20the%20command%20line.)