|
You are here |
danielcompton.net | ||
| | | | |
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... | |
| | | | |
hypirion.com
|
|
| | | | | An example of a Leiningen project using several java/clojure compilation steps. | |
| | | | |
blog.michielborkent.nl
|
|
| | | | | ||
| | | | |
nishtahir.com
|
|
| | | One of the most interesting features of WebAssembly is its memory model. Despite providing a system that allows for direct access and control of raw bytes, it does this in a way that offers more safety than one would typically expect out of low-level environments like C/C++. WASM memory | ||