https://github.com/oakmac/standard-clojure-style-java
Standard Clojure Style in Java
https://github.com/oakmac/standard-clojure-style-java
Last synced: 8 months ago
JSON representation
Standard Clojure Style in Java
- Host: GitHub
- URL: https://github.com/oakmac/standard-clojure-style-java
- Owner: oakmac
- License: isc
- Created: 2024-12-28T20:12:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-19T15:22:57.000Z (10 months ago)
- Last Synced: 2025-09-23T17:57:14.524Z (9 months ago)
- Language: Java
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Standard Clojure Style in Java
This is a port of [Standard Clojure Style] in Java ☕
[Standard Clojure Style]:https://github.com/oakmac/standard-clojure-style-js
## Project Status (Aug 2025)
I am busy raising my young kids and this project is not in focus for me at the moment.
All of the parser test cases are passing, so a nice chunk of work is finished. But this project is not usable for formatting Clojure code in it's current state.
## Development
Make sure [java] and [gradle] are installed.
```sh
## Run unit tests
./gradlew test
./gradlew test --info
## build the project
./gradlew build
## clean the build
./gradlew clean
## format files
./gradlew googleJavaFormat
```
[java]:https://openjdk.org/
[gradle]:https://gradle.org/
## License
[ISC License](LICENSE.md)