Hacker News new | ask | show | jobs
by bsummer4 4133 days ago
nub is widely recognized to be a terrible function; it's not indicative of anything
1 comments

It's not? Then I suppose princ is a fine name for a print function.
Unfortunately, name, `nub`, is the best thing about this function. It has horrible (O(n^2)) performance, and only works with lists.