Re: nth on maps

2008-08-25 Thread Shawn Hoover
On Mon, Aug 25, 2008 at 9:46 AM, Rich Hickey <[EMAIL PROTECTED]> wrote: > > On Aug 22, 3:59 pm, "Shawn Hoover" <[EMAIL PROTECTED]> wrote: > > While thinking about drewr's map destructuring question on IRC, I found > that > > nth doesn't work on maps. Other group emails state this fact but I can't

Re: nth on maps

2008-08-25 Thread Rich Hickey
On Aug 22, 3:59 pm, "Shawn Hoover" <[EMAIL PROTECTED]> wrote: > While thinking about drewr's map destructuring question on IRC, I found that > nth doesn't work on maps. Other group emails state this fact but I can't > find that it's by design. (doc nth) says it works on sequences. Maps do work >