summaryrefslogtreecommitdiff
path: root/geiser/utils.scm
AgeCommit message (Collapse)Author
2011-08-24Guile: deprecated format usage eliminatedJose Antonio Ortega Ruiz
Actually, i'm not even sure the calls to format i was using were correct at all!
2010-11-27No more interning in the scheme readerJose Antonio Ortega Ruiz
We avoid using elisp's read for symbols, reading uninterned ones instead. And then, we cannot use symbols as keys in responses from scheme: we're using strings instead.
2010-11-21Better module helpJose Antonio Ortega Ruiz
We now display procedure signatures in module help, and keep a cache in Guile, using procedure properties.
2010-06-18Guile: filtering gensym names in autodoc display.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: Guile code.Jose Antonio Ortega Ruiz
2009-03-02Breakdown of schemeland into neat submodules.Jose Antonio Ortega Ruiz