Archive For January, 2009

Building a Guile extension on an embedded device

Thanks to OpenEmbedded building extensions for Guile that run on embedded devices such as the BeagleBoard is fairly painless. As I have previously mentioned, Guile is already supported by OpenEmbedded. If you have an extension which is made up of some C code and some Scheme code you first should automate building it with autoconf. [...]

Read more »

Packedobjects for Guile

I have created a sourceforge project for the new Guile version of packedobjects: http://packedobjects.sourceforge.net/ This is an early version without documentation. The API has changed from the Chicken version so I will document this soon. Eventually I will push back the improvements to the Chicken version. So far it builds as a Guile module. I [...]

Read more »