Guile on a Ben NanoNote
Posted: February 25th, 2010 | Author: john | Filed under: Handhelds | Tags: guile, nanonote | 2 Comments »Received a Ben NanoNote today. It is a really natty little device with a lot of potential.
My standard test on how hackable a device is involves getting Guile running. Anyway, it was pretty easy to accomplish this despite not using openWrt before.
root@BenNanoNote:~#
root@BenNanoNote:~# guile
guile> (map (lambda (x) (+ x 1)) '(1 2 3 4 5))
(2 3 4 5 6)
guile>
To install get the 3 xburst packages from here.
Happy Scheming!

[...] Guile on a Ben NanoNote [...]
[...] 1.8 is already working on Ben NanoNote device. See Guile on a Ben Nanonote by zedstar. Guile 2 had major changes from Guile 1.8 version including dependency on libunistring [...]