Viewing profile — abukros
abukros
HN member- Joined
- Mon, Oct 02, 2017, 2:21 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About abukros
No profile information was provided.
Recent public activity
-
comment
Comment #18039904
Wow! Nice article! I'm thrilled to know more about Kotlin's type system.
-
comment
Comment #17989463
I think the way is to write libraries for these use-cases. There is already a persistence lib for Kotlin Native called KNArch.db https://github.com/touchlab/knarch.db and it suppor…
-
comment
Comment #17987912
Yes. That’s a problem for MP too. But maybe you can select a proper slice of the application that can work without these libs and implement that code as a shared MP lib.
-
comment
Comment #15465366
What do you guys think about how it compares to Rx? There are opinions about they are on a different abstraction level so they don't compete with each other.