In general what is the opinion on replacing `first` and `rest` with `car` and 
`cdr`, when considering readability?

I find `first` and `rest` very readable and remember that I got quite confused 
when I started learning Racket with all the cadrdrdrd ;) I still think `first` 
and `rest` reads better, but if the performance is that much worse and even 
needs an O(n) check for `list?` ... maybe it's not the right choice.

-- 
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