https://github.com/chimehq/chime-clojure
A Chime extension for Clojure
https://github.com/chimehq/chime-clojure
Last synced: 7 months ago
JSON representation
A Chime extension for Clojure
- Host: GitHub
- URL: https://github.com/chimehq/chime-clojure
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2023-08-24T22:19:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T14:30:37.000Z (about 1 year ago)
- Last Synced: 2025-01-17T15:52:44.888Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License][license badge]][license]
# chime-clojure
A [Chime][chime] extension for Clojure.## Overview
This Chime extension supports the [Clojure][clojure] programming language. It integrates [clojure-lsp][clojure-lsp] with [ChimeKit][chimekit]'s `ExtensionProtocol`.
Still a work in progress.
## Building
- clone the repo
- `cd chime-clojure`
- `cp Projects/ExtensionContainer/User.xcconfig.template Projects/ExtensionContainer/User.xcconfig`
- update `User.xcconfig` with your personal information
- Open `Projects/ExtensionContainer` with Xcode
- build/run
- Open Chime and activate the extension in Settings## Suggestions or Feedback
We'd love to hear from you! Get in touch via an issue a pull request.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
[license]: https://opensource.org/licenses/BSD-3-Clause
[license badge]: https://img.shields.io/github/license/ChimeHQ/chime-clojure
[chime]: https://www.chimehq.com
[clojure]: https://www.clojure.org
[clojure-lsp]: https://clojure-lsp.io
[chimekit]: https://github.com/ChimeHQ/ChimeKit