https://github.com/rmculpepper/racket-jazyk
https://github.com/rmculpepper/racket-jazyk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmculpepper/racket-jazyk
- Owner: rmculpepper
- Created: 2019-03-08T11:03:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T18:30:50.000Z (about 6 years ago)
- Last Synced: 2025-01-30T11:12:50.837Z (over 1 year ago)
- Language: Racket
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# racket-jazyk
## To Install
You need a relatively recent release of Racket.
```
git clone https://github.com/rmculpepper/racket-jazyk
raco pkg install --link --name jazyk ./racket-jazyk
```
## To Run
To start the jazyk GUI, run `cz-example.rkt` as a Racket script with the argument `gui`:
```
$ racket cz-example.rkt gui
```
You can see customization options by passing the `-h` flag:
```
$ racket cz-example.rkt gui -h
```