On 2/2/2019 9:38 AM, Robby Findler wrote:
Lists seem like a common pitfall here, due to the overlap in terminology but not functionality/performance. Maybe the right thing is to add a library to data/<something> that is the python list data structure and point to it from the list documentation?

The problem is that a Python "list" isn't a list at all - it's an extensible vector of pointers.  Perhaps the right thing is to educate Pythonistas that they really haven't been using lists.

I know nuances are lost on most people, but there's a huge difference between a list and a vector.

YMMV,
George

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