Hacker News new | past | comments | ask | show | jobs | submit login

Clojure is very lazy about computation and the loading of values. You can work with sequences of infinite size. Lazy sequences are actually the default.

As to processing data like you would with other really good libraries... if you want to do it like that you can. Clojure gives you easy access to Java.




Let's say I want to do an SQL group by implementation. Are there examples like this?




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

Search: