Hacker News new | ask | show | jobs
by vdm 6056 days ago
One of Clojure's nicest features is the seq abstraction, which lets you use almost all the data structures, from a String to a JDBC ResultSet, with a first/rest (aka car/cdr) interface.