Skip to content

Comment on Shall We Use Clojure?parent

Comments

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?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.