Skip to content

Commit d0818f6

Browse files
committed
Minor README improvements
1 parent 476adff commit d0818f6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ Right now `orchard` provides functionality like:
1919
- namespace utilities
2020
- fetching ClojureDocs documentation
2121
- finding function dependencies (other functions invoked by a function) and usages
22-
- function tracer
22+
- function tracer (alternative for `tools.trace`)
2323
- simple function profiler
24+
- fast pretty printing (alternative for `clojure.pprint`)
25+
- eldoc (function signature) utilities
26+
- indention data inference
27+
- stacktrace analysis
2428

2529
## Why?
2630

@@ -79,7 +83,8 @@ Documentation for the master branch as well as tagged releases are available
7983

8084
> [!NOTE]
8185
>
82-
> Java 8 is soft-deprecated in Orchard since version 0.29. Core Orchard funcitonality continues to work on JDK 8, but these following features don't:
86+
> Java 8 is soft-deprecated in Orchard since version 0.29. Core Orchard functionality continues to work on JDK 8, but these following features don't:
87+
>
8388
> - Java sources parsing
8489
8590
Just add `orchard` as a dependency and start hacking.
@@ -178,11 +183,15 @@ The important implications from this are:
178183

179184
### Java 8 support
180185

181-
As noted earlier Java 8 is soft-deprecated in Orchard since version 0.29. Core Orchard funcitonality continues to work on JDK 8, but the following features don't:
186+
As noted earlier Java 8 is soft-deprecated in Orchard since version 0.29. Core
187+
Orchard funcitonality continues to work on JDK 8, but the following features
188+
don't:
182189

183190
- Java sources parsing
184191

185-
We are aware that some people are stuck using Java 8 and we'll keep supporting for as long as we can, but it's no longer a priority for us that every feature works with Java 8.
192+
We are aware that some people are stuck using Java 8 and we'll keep supporting
193+
for as long as we can, but it's no longer a priority for us that every feature
194+
works with Java 8.
186195

187196
## History
188197

0 commit comments

Comments
 (0)