Explore >> Select a destination


You are here

danielcompton.net
| | ask.clojure.org
9.3 parsecs away

Travel
| | Interop with `clojure.lang.Compiler/demunge` occurs in several libraries like clojure.spec.alpha. ... `clojure.spec.alpha` source-compatible with it
| | www.mkammerer.de
11.4 parsecs away

Travel
| | Recently I blogged about Kotlin and SnakeYAML. I didn't find a satisfying solution, so I tried another library for YAML parsing. Turns out that Jackson also supports YAML and even has a Kotlin module. Nice. Let's give it a try! I want to parse this YAML file: # Size of the universeuniverseSize:maxGalaxies:1maxSystems:3maxPlanets:3# Starter planet settingsstarterPlanet:# Starting resourcesresources:crystal:200gas:100energy:800# Round time in secondsroundTime:5into this set of data classes data class Unive...
| | www.deps.co
8.0 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.
| | czak.pl
88.2 parsecs away

Travel
|