Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
daveray
on June 4, 2011
|
parent
|
context
|
favorite
| on:
Tackling my first Clojure project, a Graphical HTT...
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.
andrewvc
on June 5, 2011
[–]
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: