/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

theerlangelist.com
| | blog.scottnonnenberg.com
14.7 parsecs away

Travel
| | The more time I spend with JavaScript, the more brushes I have with the dangerous cliffs of Node.js, and the more I gravitate toward functional design principles. Thus, I periodically find myself...
| | jdevuyst.blogspot.com
17.5 parsecs away

Travel
| | Most programmers who have dabbled in Clojure are probably familiar with the threading macros -> and ->>. For readers, who aren't. Here's wha...
| | clojure-doc.org
17.2 parsecs away

Travel
| | This guide covers:
| | danielcompton.net
41.0 parsecs away

Travel
| At work, we have recently converted our projects to the Clojure CLI and deps.edn. There were a few commands from Leiningen that I needed to find an equivalent for when working with dependencies. Download all dependencies Often in a CI environment, you want to download all of the dependencies for a project before building the project. In Leiningen, you can use lein deps to do this. You can use clojure -P to Prepare the project with the Clojure CLI.