<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="GiovanniITCTT">Is there a SQLite interface from PLT Scheme?
I found reference to someone working on one, but the website is out of
date:<br>
<br>
<a class="moz-txt-link-freetext" href="http://timshel.org/cs.php">http://timshel.org/cs.php</a><br>
<br>
and there is no link to anything downloadable.<br>
<br>
<br>
</font>
<pre class="moz-signature" cols="80">--
(let recur ((lis x) (k k))
(if (zero? k) (values '() lis)
        (receive (prefix suffix) (recur (cdr lis) (- k 1))
         (values (cons (car lis) prefix) suffix))))) </pre>
</body>
</html>