book icon indicating copy to clipboard operation
book copied to clipboard

Babashka book

Results 19 book issues
Sort by recently updated
recently updated
newest added

- bb.process/process (async + tokenize) - bb.process/check (block + throw) - bb.process/sh (like clojure + tokenize) - bb.tasks/shell (tokenize, blocks, throws, expects options as first arg)

The first example in Section 4 Project setup uses medley, but it’s only in Section 6 Libraries that we are told how to load libraries like medley that are not...

https://gist.github.com/borkdude/c97da85da67c7bcc5671765aef5a89ad

Example: https://github.com/borkdude/deps.clj/blob/master/deps.bat#L1-L7

- Note that there is also a postgresql pod for babashka: https://github.com/babashka/babashka-sql-pods/ available in the pod registry for easy download: https://github.com/babashka/pod-registry (edited) - And honeysql also works with bb as...

Explain the classpath options and babashka.classpath and babashka.deps namespaces. Probably remove the deps.clj chapter.

See https://github.com/borkdude/babashka/pull/669

9:21 AM jumar In https://book.babashka.org/#_scripts there's this: When writing scripts instead of one-liners on the command line, it is not recommended to use *input* May ask about more details why...

For now this is a replacement function for hiccup: https://github.com/borkdude/babashka/blob/9661d8e3372e766046f22a6587050537b8b6a16f/examples/notes.clj#L21 In the future we are going to have babashka.html or babashka.hiccup.