In-reply-to » @prologic I could, but something I was wondering is: why not share the codebase between the webapp and the mobile app so that such discrepancies are minimized? Otherwise there's parallel development going on at all times, which violates the [DRY](https://en.wikipedia.org/wiki/Don'trepeatyourself?useskin=vector) principle.

@prologic@twtxt.net Can’t golang be compiled to Android and IOS? It seems to me that as much as possible of the golang code, including how Markdown is rendered to HTML, could be embedded in a library that’s shared among the webapp and mobile apps to minimize how much platform-specific stuff is being used. Is that a naive way of looking at it or what?

⤋ Read More