Explore >> Select a destination


You are here

honza.pokorny.ca
| | blog.michielborkent.nl
2.4 parsecs away

Travel
| | [AI summary] A technical guide demonstrating how to quickly experiment with Clojure and ClojureScript libraries like clj-time using command-line tools such as Leiningen, Boot, and Planck.
| | clojars.org
2.5 parsecs away

Travel
| | [fsdb/fsdb "1.2.0"] A reasonably convenient database on top of the file system.
| | www.deps.co
4.5 parsecs away

Travel
| | Leiningen 2.8.0 and 2.8.1 came out in October of 2017. The previous release was in September 2016 so 2.8.0 and 2.8.1 contain a lot of new features and bugfixes. 2.8.1 is a bugfix release for 2.8.0, so you should update to 2.8.1 over 2.8.0. This post will outline the major new features of these releases. Java 9 support The biggest reason for upgrading Leiningen is Java 9 support. Leiningen 2.8.0 removes its use of the BootClassPath, as this caused problems in Java 9 with Clojure 1.
| | mmhaskell.com
69.0 parsecs away

Travel
| [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm.