> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/programmy/clojure.md).

# clojure

- [Aggregation Using merge-with](https://ploegert.gitbook.io/til/programmy/clojure/aggregation-using-merge-with.md)
- [Argument Requirements For A Function](https://ploegert.gitbook.io/til/programmy/clojure/argument-requirements-for-a-function.md)
- [Combinations Of Items From A Sequence](https://ploegert.gitbook.io/til/programmy/clojure/combinations-of-items-from-a-sequence.md)
- [Define Something Only Once](https://ploegert.gitbook.io/til/programmy/clojure/define-something-only-once.md)
- [Evaluate One Liners With lein-exec](https://ploegert.gitbook.io/til/programmy/clojure/evaluate-one-liners-with-lein-exec.md)
- [Expanding Macros](https://ploegert.gitbook.io/til/programmy/clojure/expanding-macros.md)
- [Get The Value Of An Environment Variable](https://ploegert.gitbook.io/til/programmy/clojure/get-the-value-of-an-environment-variable.md)
- [List Functions For A Namespace](https://ploegert.gitbook.io/til/programmy/clojure/list-functions-for-a-namespace.md)
- [Load A File Into The REPL](https://ploegert.gitbook.io/til/programmy/clojure/load-a-file-into-the-repl.md)
- [Mapping With An Index](https://ploegert.gitbook.io/til/programmy/clojure/mapping-with-an-index.md)
- [Open JavaDocs](https://ploegert.gitbook.io/til/programmy/clojure/open-javadocs.md)
- [Pretty Print The Last Thing](https://ploegert.gitbook.io/til/programmy/clojure/pretty-print-the-last-thing.md)
- [Quick Clojure Docs](https://ploegert.gitbook.io/til/programmy/clojure/quick-clojure-docs.md)
- [Reductions](https://ploegert.gitbook.io/til/programmy/clojure/reductions.md)
- [Set Max Heap Size](https://ploegert.gitbook.io/til/programmy/clojure/set-max-heap-size.md)
- [Specify the Directory of a Shell Command](https://ploegert.gitbook.io/til/programmy/clojure/specify-the-directory-of-a-shell-command.md)
- [Splitting On Whitespace](https://ploegert.gitbook.io/til/programmy/clojure/splitting-on-whitespace.md)
- [Swap Two Items in a Vector](https://ploegert.gitbook.io/til/programmy/clojure/swap-two-items-in-a-vector.md)
- [Try A Clojure Project In The REPL](https://ploegert.gitbook.io/til/programmy/clojure/try-a-clojure-project-in-the-repl.md)
- [Type of Anything](https://ploegert.gitbook.io/til/programmy/clojure/type-of-anything.md)
- [When Overflow Is Desired](https://ploegert.gitbook.io/til/programmy/clojure/when-overflow-is-desired.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/programmy/clojure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
