|
You are here |
danielcompton.net | ||
| | | | |
hypirion.com
|
|
| | | | | An example of a Leiningen project using several java/clojure compilation steps. | |
| | | | |
blog.michielborkent.nl
|
|
| | | | | ||
| | | | |
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... | |
| | | | |
buttondown.com
|
|
| | | Or: why test-first development is not the same as test-driven development | ||