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

I haven't used Clojure, so excuse me if there's something I'm missing here, but doesn't that mean that the following is true?

    first [nil] == first []
In which case, I prefer the Haskell way, as it's more specific.


    user=> (= (first [nil]) (first []))
    true




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

Search: