Gozala / reducers

Library for higher-order manipulation of collections
MIT License
181 stars 8 forks source link

Add new line characters #41

Closed Raynos closed 10 years ago

Raynos commented 11 years ago

Changed print to be useful for printing larger values (entire objects)

So it now prints one value per line instead of all values in a single line.

This is way more convenient for complex Reducibles and way less convenient for [1, 2, 3]

Gozala commented 11 years ago

I'm sorry but I don't like that I usually wait until it's done printing and having it all in one place really helps. That being said you could just make your own function or adjust print to take optional delimiter argument.

Raynos commented 11 years ago

I think I'll fix it for a delimiter argument.

Raynos commented 11 years ago

@Gozala i finished playing with this function. I think this is what you wanted

Raynos commented 10 years ago

Closing this due to staleness