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

Good stuff. I'm not sure if this is an improvement, but it's a nice piece of trivia... your status range checks can be reduced a bit:

    (and (>= status 200) (< status 300))
becomes:

    (<= 200 status 299)
Go Clojure.


Very cool. It's not an easy call, as its esoteric syntax, but I think I'll put it in.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: