Skip to content

Commit 108275b

Browse files
readme: enhance wording of introduction
1 parent 09b1daf commit 108275b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99

1010
## Book overview
1111

12-
A guide to developing server-side web services and API's from the ground up using [Clojure](http://clojure.org), aiming for a simple and clean design using functional programming concepts.
12+
A Practical guide to building server-side web services and API's using [the Clojure programming language](http://clojure.org), a pragmatic functional programming language.
1313

14-
A REPL Driven development workflow provides a fast feedback loop, showing how the code works as its being written.
14+
The guide provides simple and clean designs and code examples, encouraging effective use of the Clojure language.
15+
16+
A [REPL Driven Development workflow](https://practical.li/clojure-web-services/introduction/repl-workflow/) provides fast feedback, so you can see exactly what the code does as its being written.
1517

1618
Relevant theory and background reading is included whilst keeping the practical focus of this guide on build projects and experimenting with the code.
1719

0 commit comments

Comments
 (0)