Skip to content

Commit bd91d3b

Browse files
readme: book overview & star history
1 parent 9035709 commit bd91d3b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝
1010
```
1111

12+
## Book Overview
13+
14+
A Practical introduction to software development with the Clojure programming language, using Clojure CLI and a wide range of community tools for a REPL focused workflow.
15+
16+
The guide uses Practicalli Clojure CLI Config to provide aliases to run over 30 community tools that complement the workflow, including a REPL Reloaded workflow for a highly interactive and effective development experience.
17+
18+
Learning Clojure syntax and how to think in a functional design is also covered with code examples and challenge that help embed these concepts.
19+
20+
1221
## Book status
1322

1423
[![MegaLinter](https://github.com/practicalli/learn-clojure/actions/workflows/megalinter.yaml/badge.svg)](https://github.com/practicalli/learn-clojure/actions/workflows/megalinter.yaml)[![Publish Book](https://github.com/practicalli/learn-clojure/actions/workflows/publish-book.yaml/badge.svg)](https://github.com/practicalli/learn-clojure/actions/workflows/publish-book.yaml)
@@ -51,6 +60,11 @@ All sponsorship funds are used to support the continued development of [Practica
5160
Thanks to [Cognitect](https://www.cognitect.com/), [Nubank](https://nubank.com.br/) and a wide range of other [sponsors](https://github.com/sponsors/practicalli-johnny#sponsors) for your continued support
5261

5362

63+
## Star History
64+
65+
[![Star History Chart](https://api.star-history.com/svg?repos=practicalli/learn-clojure&type=Date)](https://star-history.com/#practicalli/learn-clojure&Date)
66+
67+
5468
## GitHub Actions
5569

5670
The megalinter GitHub actions will run when a pull request is created,checking basic markdown syntax.

0 commit comments

Comments
 (0)