Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexknauth/colon-kw
a racket lang-extension for writing :kw for #:kw
https://github.com/alexknauth/colon-kw
Last synced: about 1 month ago
JSON representation
a racket lang-extension for writing :kw for #:kw
- Host: GitHub
- URL: https://github.com/alexknauth/colon-kw
- Owner: AlexKnauth
- License: mit
- Created: 2015-10-14T14:43:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T14:01:13.000Z (over 1 year ago)
- Last Synced: 2024-10-16T02:55:10.726Z (3 months ago)
- Language: Racket
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
colon-kw
===
a racket lang-extension for writing `:kw` for `#:kw`documentation: http://pkg-build.racket-lang.org/doc/colon-kw/index.html
You can use
```racket
#lang colon-kw racket
```
for `:kw` syntax, and
```racket
#lang kw-colon racket
```
for `kw:` syntax.They are compose-able as well, so you can use
```racket
#lang colon-kw kw-colon racket
```
to let `:kw` and `kw:` both work in the same file.