Have some more SUBLIST abuse!!! Note that what I'm talking about, mostly, is: should we consider this good style or bad style? If bad, what's a better expression of the same logic?
; please view using a fixed-width font! define map1(f as) $ cond ! null?(as) $ '() ! pair?(as) $ cons ! f $ car as ! map f $ cdr as ! #t $ error "attempt to map a non-list" ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss