[<<][sweb][>>][..]
Sun Mar 28 10:42:11 CEST 2010
FAM & Swindle
Hmm.. mzfam[1] doesn't work on current plt.. (is from 2007).
Ok, replacing (lib "swindle" "swindle.ss") with `swindle' seems to do
the trick. In fam-base.ss:
(module fam-base swindle
(provide (all-from swindle swindle/misc))
(require (lib "async-channel.ss") swindle/misc)
Nope.. then `mappend!' can't be found.. adding the swindle/misc
doesn't seem to help. I'm confused and tired, for next time..
Ok, this is the mutable lists problem.. Shall I fix it? Replaced
mappend! -> mappend and sort! -> sort. Patch sent to jao. [edit: Jao
fixed it; new version in planet.]
[1] http://planet.plt-scheme.org/display.ss?package=mzfam.plt&owner=jao
[Reply][About][<<][sweb][>>][..]