clojure icon indicating copy to clipboard operation
clojure copied to clipboard

Practicalli Clojure REPL Driven Development

Results 109 clojure issues
Sort by recently updated
recently updated
newest added

A comment was made that a qualified keyword that uses auto-resolve will substitute the qualified part of the keyword with the current Clojure namespace https://clojure.org/guides/weird_characters#autoresolved_keys Does this help with the...

Test drive the alias below to make reveal work with Rebel Readline and add it to the practicalli/clojure-deps-edn configuration Update the section on using Reveal with Rebel with the use...

clojure cli
data-tools

https://clojureverse.org/t/wip-a-visual-blocks-engine-for-clojure-need-your-input/790/17

`macros > functions > data` in power and expressivity and this also means `macros < functions < data` in our ability to reason about them. Also, macros aren't values like...

sending emails via Amazon SES using the cognitect aws libraries SMTP client library https://github.com/toyokumo/tarayo

http://www.philandstuff.com/slides/2014/intro-to-clojure.html Interesting STM examples ?

that can be bundled into an alias in deps.edn as well (requires a , instead of spaces to avoid some word splitting through the shell): {:aliases {:repl {:main-opts ["-e" "(require,'clojure.set)(in-ns,'clojure.set)"...

clojure cli

Review https://learnxinyminutes.com/docs/clojure/ and compare with Practicalli Intro

Review: https://github.com/jr0cket/depify Is this project a useful way to convert dependencies between Leiningen and Clojure CLI tools Babashka style solution ? Other projects ? Good practices doing it manually -...

Slides (reveal.js) http://jr0cket.co.uk/slides/getting-started-with-clojure.html **External content** ClojureScript project with reagent - create an updated version https://github.com/jonase/reagent-tutorial https://github.com/reagent-project/reagent-cookbook - reference for reagent https://github.com/reagent-project/reagent-template - how does this compare to figwheel? Project -...