|
You are here |
blog.fogus.me | ||
| | | | |
stuartsierra.com
|
|
| | | | | [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program. | |
| | | | |
hypirion.com
|
|
| | | | | An example of a Leiningen project using several java/clojure compilation steps. | |
| | | | |
danielcompton.net
|
|
| | | | | 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. | |
| | | | |
aradaelli.com
|
|
| | | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status. | ||