Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I have to say, after tinkering with Clojure, when I'm typing out a python dict or list I think, "So many damn commas..."


Try this:

>>> dict(user='root', password='secret') {'password': 'secret', 'user': 'root'} >>> "marry had a little lamb".split() ['marry', 'had', 'a', 'little', 'lamb']




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: