Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4404

PW2 Programming PW2 using Go language

$
0
0
I am not sure if this will be of interest to anybody, but just in case.

It theory this should allow kindle programming that is as easy as with python and as effective as with c/c++ :) without requiring installation of any additional components on targeted readers.

I have following:

1. Linaro 20140811 based cross-compiler hosted on Windows 64 bits and targeting PW2 (built with mingw, so no Cygwin or any other *nix like environment is required for development) - it could be used separately.
2. Patches and instructions on how to setup full Go cross environment on Windows targeting PW2 (that includes an ability to use cgo so full set of Go packages could be used, including for example sqllite3 native database driver).

It's all here...

Viewing all articles
Browse latest Browse all 4404

Trending Articles