More information here -<p><a href="https://sourcegraph.com/blog/live/gophercon2015/123653512740" rel="nofollow">https://sourcegraph.com/blog/live/gophercon2015/123653512740</a><p>"Example of porting a Go application to mobile
ivy is a command line tool developed by Rob Pike.<p>It’s a useful desktop calculator that hangles big int, rational and floating-point numbers, vectors, matrices. It’s an interpreter for an APL-like language.<p>It is ~5k lines of Go code (not including tests, docs). It imports math, math/big, unicode, etc.<p>Rewriting all that in Java or Objective-C would be a lot of work and is a non-starter, since this is already just works in Go.<p>After 2 hours, Hana had a working prorotype."