https://clojure.org/guides/repl/introduction

Learning

Bash-ing

Babashka

http://clojurescriptkoans.com/#sequence-comprehensions/4

For the brave

  • The docstring is a useful way to describe and document your code. You can view the docstring for a function in the REPL with (doc fn-name)—for example, (doc map). The docstring also comes into play if you use a tool to generate documentation for your code.
  • Arity overloading is one way to provide default values for arguments. In the following example, “karate” is the default argument for the chop-type parameter:

idk

https://yogthos.net/posts/2022-01-08-IntroducingKit.html

[2023-07-09 dim.] Building a User Script for Chrome using ClojureScript, how can I get the UserScript comment block to exist in compiled output? - Stack Overflow

React Native stuff

[2023-07-12 mer.] ClojureScript Unraveled (2nd edition)

[2023-07-12 mer.] CLJS API