"jmerrill" wrote: > Please distribute your tests, even if we > can't run them [...] Tests are at least > in part useful to help people learn how > to use the tested module,
Mh, not those tests... Let me do a educated guess: you are not used to Lisp lists and Lisp jargon. If this is the case: the best you can do is read a tutorial on Scheme lists, there are plenty of them on the Net. The following is the first result of googling "tutorial scheme list" and it tells you the basics: <http://courses.cs.vt.edu/~cs3304/Spring06/scheme-tutorial.php#lists> the only difference between Scheme list processing and Neko/List list processing is that in Scheme data lists must be quoted with the ' character. -- Marco Maggi -- Neko : One VM to run them all (http://nekovm.org)
