|
You are here |
danielcompton.net | ||
| | | | |
hypirion.com
|
|
| | | | | An example of a Leiningen project using several java/clojure compilation steps. | |
| | | | |
ask.clojure.org
|
|
| | | | | Interop with `clojure.lang.Compiler/demunge` occurs in several libraries like clojure.spec.alpha. ... `clojure.spec.alpha` source-compatible with it | |
| | | | |
www.mkammerer.de
|
|
| | | | | 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... | |
| | | | |
clojure.org
|
|
| | | |||