Hi,

>From a list of items I want to select certain items. The selecting
criterion is the index (nth item).

>From this list and from articles on the internet I think that indexing
a list and processing a list by index is not a good idea -- at least
it seems not to be very "lisp-y" or "racket-y"...

Other options I found:
* Convert the list into a vektor, select the indices and convert back.
* Do index based list processing none the less.
* ...?....

Unfortunately there is no other criterion to select the items.


What is the adiviced way to do what I want to accomplish?

Thanks a lot for any help!
Cheers
Meino









-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to