Liking cljdoc? Tell your friends :D

ragtacts.util


download-middlewareclj

source

download-with-progressclj

(download-with-progress url target)
source

f-stringclj

(f-string s ctx)

Python-like f-string

Example:

(f-string "Hello, {name}!" {:name "world"})
;; => "Hello, world!"
Python-like f-string

Example:
```clojure
(f-string "Hello, {name}!" {:name "world"})
;; => "Hello, world!"
```
sourceraw docstring

wrap-downloaded-bytes-counterclj

(wrap-downloaded-bytes-counter client)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close