Hacker News new | ask | show | jobs
by knome 221 days ago
It can be quite useful to have nondestructive sorting in imperative languages as well. Hence python introducing 'sorted' even though '.sort()' preceded it.