|
|
|
|
|
by nescioquid
757 days ago
|
|
I shared the urge to avoid loop until I read Pascal Costanza's Highly Opinionated Guide to Lisp[1] >> Seemingly, the intended way to use the LOOP facility is to just "guess" a way to express an iteration and see if it works. If it doesn't you can either look up the specifics ... Since then, I do just guess at the syntax and it strangely does what I want most of the time. It seems that a library like this has a lot to prove because a) it doesn't provide a new capability, b) it adds a project dependency, and c) creates yet another way to do a standard task. If you really don't like the loop macro, you probably don't need much persuading, but I would have liked to have seen more discussion on the these trade-offs. [1] http://www.p-cos.net/lisp/guide-v1.html |
|
Only css is done this way... but not even intentionally