From: Ken A. <kan...@bb...> - 2003-08-05 21:51:31
|
At 11:52 AM 8/5/2003 -0400, Jonathan A Rees wrote: > - I use Java collections heavily, and wrote some simple procedures > to make doing so easier from jscheme (I wish that lists were > Lists! - they could be, you know) Rusty pointed out that you may not know about elf/iterate.scm which provides map* and for-each* for iterating over collections. In fact, i'd like to make these map and for-each, though map* currently only works for 1 argument. There's plenty of opportunity to make things more java compatible, with out loosing scheme compatibility, for example (load) should take a URL and any InputStream or Reader as an argument. |