Guile packaged and running on the wonderful Ben NanoNote.
Read more »Scripting with Guile on Openmoko
An example of scripting a C application using Guile and deploying it on an Openmoko Freerunner.
Read more »Updated Guile Tutorial
"This document is an introduction into using Guile, the GNU extension language and system. Guile is a dialect of the Scheme programming language, and I will assume you're at least confident about the very basics of Scheme or LISP in general.
Read more »Improvements to GNU Guile
A nice summary of some of the great work done on Guile recently.
Read more »Emacs Lisp revived
"Hi all, I finally started real work on implementing the elisp compiler and just pushed a first start-off code to branch elisp. It is however not yet usable for anything, but also already has some very few things done..."
Read more »Find the distance of other users on Twitter
A command line program to find the distance of other Twitter users and post the result to your Twitter account.
Uses Guile to script a network protocol.
Read more »Stallman discusses Free Software and GPLv3
"On June 29, 2007 the Free Software Foundation released the GNU General Public License, version 3. What happened since then? I had the opportunity to discuss many subjects with FSF's founder and president Richard Stallman..."
Read more »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 an example I built packedobjects as a Guile extension for my BeagleBoard..." -- via globa
Read more »Scripting with Guile
"Scheme is a programming language, but Guile—an interpreter and library for Scheme—transforms it into an embedded scripting language, making it ideal for bringing dynamic new life to your static applications. Take a quick tour of Guile, and discover its powerful features for building extensible applications..."
Read more »Debian mourns the loss of Thiemo Seufer
"The Debian Project has lost an active member of its community. Thiemo Seufer died on December 26th in a tragic car accident..."
Read more »A Single Command to Get Started on Functional Programming
"Functional Programming is old. Ancient. Like right after FORTRAN. But it’s the future. Trust me, I’m named after the dude who knew about Jesus 700 years early. Seriously, it’s not going to take 700 years for FP to go mainstream. Some would argue that it already is. Python, Ruby, and others have adopted a number of FP features.
Read more »GNU Guile 1.8.6 released
"We are pleased to announce GNU Guile release 1.8.6. This is the next maintenance release for the 1.8 stable series. It provides a number of portability improvements, bug fixes, as well as several new features..."
Read more »((lambda (x) ((compile x) x)) '(lambda (x) ((compile x) x)))
"Over the last couple days, I implemented a generic tower of compilers in Guile.So for example, you have Scheme as a source language, which defines a compiler to GHIL (a scheme-like intermediate language, simpler and without macros), which defines a compiler to GLIL (a lower-level language), which defines a compiler to object code (the byte sequence of VM code)..." -- see also
Read more »ANNOUNCE: Guile-DBI version 2.1.1
"...guile-dbi provides a simple, generic, easy-to-use scheme/guile interface to SQL databases, such as Postgres or MySQL ..."
Read more »GNU Guile 1.8.5 released
"We are pleased to announce GNU Guile release 1.8.5. This is the next maintenance release for the 1.8 stable series. It provides a number of portability improvements, bug fixes, as well as several new features. You can find it here: ..."
Read more »





