isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Add .} to get unique elements #160

Closed refi64 closed 8 years ago

refi64 commented 8 years ago

Like in http://codegolf.stackexchange.com/a/60932/21009.

isaacg1 commented 8 years ago

How is this better than S{Q ? I get that there's a different ordering, but it doesn't seem spectacularly helpful. Also, this is very different from the snippet you posted.