[plt-scheme] sqlite ODBC interface?
Is there a SQLite interface from PLT Scheme? I found reference to
someone working on one, but the website is out of date:
http://timshel.org/cs.php
and there is no link to anything downloadable.
--
(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)))))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20040702/8b2abcf6/attachment.html>