After a few years off, I've made a new release to guile-aspell. README excerpt:
guile aspell is a spellcheck module for Guile. GNU Guile is an implementation of Scheme, a Lisp-like computer language, and this spellcheck library provides facilites to check strings against a dictionary and to suggest alternate words. It uses functionality provided by the GNU Aspell spellcheck library. NEWS excerpt: For Release 0.1 - Feb 7, 2013 - Fixed bug where default speller was GC'd - Removed mark functions so as to not SIGSEGV on guile-2.0 with a bdw-gc that has parallel marks - Added some configure support for Guile extension dir tarball: http://www.lonelycactus.com/tarball/guile_aspell-0.1.tar.gz source code: http://github.com/spk121/guile-aspell home page: http://www.lonelycactus.com/guile-aspell.html Thanks, Mike Gran