https://github.com/bearddan2000/racket-cli-hello-world
A POC for racket programming language.
https://github.com/bearddan2000/racket-cli-hello-world
cli hello racket world
Last synced: about 1 month ago
JSON representation
A POC for racket programming language.
- Host: GitHub
- URL: https://github.com/bearddan2000/racket-cli-hello-world
- Owner: bearddan2000
- Created: 2023-12-23T05:42:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:42:30.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:32:54.016Z (3 months ago)
- Topics: cli, hello, racket, world
- Language: Shell
- Homepage: https://github.com/bearddan2000/racket-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
# racket-cli-hello-world
## Description
A POC for racket programming language.## Tech stack
- racket## Docker stack
- fedora:latest## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`## Credits
- [Racket examples](https://therenegadecoder.com/code/hello-world-in-racket/)