Blog | Projects
Contact
2022-02-12: Wirth's PL/0 as a Kotlin ParserLib Example
A friend has recently pointed me to Niklaus Wirth's PL/0, an educational programming language, serving as an example of how to construct a compiler. This seemed like a natural addition to ParserLib.
2021-08-18: AndroidSvg with Jetpack Compose
The most straightforward way to render AndroidSvg images inside Jetpack Compose is to wrap a SvgImageView in an AndroidView. This post shows how to reduce some of the corresponding ovrhead.
2020-06-28: A blast from the past
Reflections on our Quake II WebGL/GWT port about 10 years later...