You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@
9
9
10
10
## Book overview
11
11
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.
13
13
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.
15
17
16
18
Relevant theory and background reading is included whilst keeping the practical focus of this guide on build projects and experimenting with the code.
0 commit comments