Hacker News new | past | comments | ask | show | jobs | submit login

I only use loop if I'm iterating over multiple sequences or doing something tricky. Otherwise I use dolist, dotimes, map, mapcar. But it's nice to know loop is there...



Same here. Loop is handy for iterating over hash-tables and collecting. Beyond that I prefer tail recursion, map, reduce, some/every, and the do forms.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: