Xref: utzoo comp.lang.misc:7120 comp.object:2929 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!think.com!paperboy!hsdndev!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.lang.misc,comp.object Subject: Re: CHALLENGE: heterogeneous collections Message-ID: <25414:Mar2803:30:5891@kramden.acf.nyu.edu> Date: 28 Mar 91 03:30:58 GMT References: <1991Mar25.220525.11087@leland.Stanford.EDU> <26714:Mar2602:52:1891@kramden.acf.nyu.edu> <1991Mar27.042219.18924@leland.Stanford.EDU> Organization: IR Lines: 13 In article <1991Mar27.042219.18924@leland.Stanford.EDU> hoelzle@elaine13.Stanford.EDU (urs hoelzle) writes: > Really. I'm not sure I understand your solution, so could you please > post it? What list functions do you want? Most of the common ones are spelled out adequately in Knuth. You can translate from there directly into C. > Do you really want an "inlined" copy of that code at every > call site? No, so you hide the longer pieces behind function calls. ---Dan