|
3 | 3 | You can adapt this file completely to your liking, but it should at least |
4 | 4 | contain the root `toctree` directive. |
5 | 5 |
|
6 | | -Intentional development with LLM and Clojure documentation |
7 | | -========================================================== |
| 6 | +Agentic Engineering with Clojure |
| 7 | +================================ |
8 | 8 |
|
9 | | -Add your content using ``reStructuredText`` syntax. See the |
10 | | -`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_ |
11 | | -documentation for details. |
| 9 | +This book is a guide on how to best use the Clojure Programming |
| 10 | +language and LLM coding agents. It is a reflection of a year of |
| 11 | +constant use. I hope this book helps you get the most out of Clojure |
| 12 | +and LLM agents. |
| 13 | + |
| 14 | +Why |
| 15 | +---- |
| 16 | + |
| 17 | +Clojure is a dynamic, lisp designed for the JVM. It is unorthodox in |
| 18 | +many ways. In an age of typed languages with C syntax, Clojure stands |
| 19 | +out. It is focused, concise and functional. Its S Expression based |
| 20 | +syntax is unusual. In the era of LLM agents, where the training data |
| 21 | +set is dominated by TypeScript, Python and C, there is a fear that |
| 22 | +more unorthodox languages will come under threat. |
| 23 | + |
| 24 | +Over the past year, intense development with LLM based agents has led the |
| 25 | +authors of this book to the opposite conclusion. The fundamentals of |
| 26 | +the Clojure language make it an excellent language for agentic |
| 27 | +development. Specifically, Clojure’s focus on functional programming, |
| 28 | +REPL based development and intentional development lends itself to the |
| 29 | +age of Agentic Engineering. |
| 30 | + |
| 31 | +The author's hope is that this book will keep Clojure relevant in this |
| 32 | +era. |
| 33 | + |
| 34 | +Installation |
| 35 | +------------ |
12 | 36 |
|
13 | 37 |
|
14 | 38 | .. toctree:: |
15 | 39 | :maxdepth: 2 |
16 | 40 | :caption: Contents: |
17 | | - |
|
0 commit comments