Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!tuvie!walter From: walter@vlsivie.tuwien.ac.at Newsgroups: comp.lang.scheme.c Subject: list-to-string conversion Message-ID: <2372@tuvie.UUCP> Date: 9 Mar 91 09:38:51 GMT Sender: news@tuvie.UUCP Organization: Vienna University of Technology, Dept. of VLSI-Design Lines: 20 Does anybbody know how to construct a function "list->string" for MIT Scheme vers 7.0 ? It should work as follows: (list->string '((a 1) (b 2))) => "((a 1) (b 2))" I can find many conversion functions like number->string, symbol->string etc. but can't use that for my trivial seeming function. I would appreciate any comments to that problem walt Walter Eder Dept. of VLSI-Design, University Vienna, Austria Email: walter@vlsivie.tuwien.ac.at