Guile on a Ben NanoNote

Posted: February 25th, 2010 | Author: | Filed under: Handhelds | Tags: , | 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!


2 Comments on “Guile on a Ben NanoNote”

  1. 1 Links 9/3/2010: Yellow Dog Linux for CUDA, OpenArena 0.8.5 | Boycott Novell said at 9:43 pm on March 9th, 2010:

    [...] Guile on a Ben NanoNote [...]

  2. 2 Guile 2 on Ben Nanonote with uClibc on OpenWRT | JNBagale's Blog said at 5:07 pm on February 21st, 2012:

    [...] 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 [...]


Leave a Reply

You must be logged in to post a comment.