Get the latest tech news
Show HN: Kotlin Money
Manipulating monetary amounts is a common computing chore. However, no mainstream language has a first-class data type for representing money, it’s up to pro...
Inspired by my days at N26 dealing with these challenges, I introduce Money: a Kotlin library that makes monetary calculations and allocations easy: The library supports mathematical operations with monetary amounts, calculations with percentages, and allocation, making it simple to model use cases like those mentioned. I intend to keep the library’s API concise and to expand its capabilities gradually, including supporting Android development and out of the box persistence and serialization.
Or read this on Hacker News