TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clojure 1.7 is now available

259 pointsby Spendar89almost 10 years ago

6 comments

logicchainsalmost 10 years ago
I&#x27;m really impressed by how backwards compatible it is. I just changed the Clojure version from &quot;1.6.0&quot; to &quot;1.7.0&quot; for one of my side projects, without updating any library versions, ran it, all the tests passed, and it seems to work perfectly. It also didn&#x27;t break my Emacs setup, which is a breath of fresh air compared to how much work it was to get the Haskell tooling working with the new 7.10 GHC release (GHC-mod for instance still doesn&#x27;t have a compatible release, although the trunk mostly works with 7.10). Similarly, even though it&#x27;s months after the 7.10 release there are still libraries that don&#x27;t support it, like reactive-banana-wx, whilst a couple of the Clojure libraries I&#x27;m using haven&#x27;t been updated in over a year yet still work fine on 1.7, and none of the libraries I&#x27;m using break on 1.7.<p>To be fair, GHC and the Haskell ecosystem is far more complex than Clojure and its ecosystem&#x2F;standard library. Nevertheless it&#x27;s pleasant how easy Clojure was to upgrade (although of course this stability is nothing special: more conservative languages like Go and Java generally break almost nothing on upgrade).
评论 #9806996 未加载
sharmsalmost 10 years ago
If you want to build a website in Clojure, I highly recommend checking out <a href="http:&#x2F;&#x2F;luminusweb.net" rel="nofollow">http:&#x2F;&#x2F;luminusweb.net</a> - the documentation is amazing, and it incorporates nearly all of the best practices I have seen.<p>Making an API in Clojure using Swagger gives you a full, interactive UI and documentation for your API, while also having a schema which makes sure you know what is submitted and that it validates (i.e. is that a string or a number?)
评论 #9807355 未加载
评论 #9807582 未加载
27182818284almost 10 years ago
&gt;Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources,<p>The biggest thing holding me back from learning Clojure is that I fear it will take me a decade to become remotely competent in it.
评论 #9806058 未加载
评论 #9805895 未加载
评论 #9806638 未加载
评论 #9805914 未加载
评论 #9807381 未加载
评论 #9805898 未加载
评论 #9806980 未加载
评论 #9806025 未加载
评论 #9805911 未加载
评论 #9805936 未加载
评论 #9805996 未加载
评论 #9806337 未加载
评论 #9807874 未加载
评论 #9808276 未加载
评论 #9805910 未加载
评论 #9808142 未加载
评论 #9807706 未加载
评论 #9807605 未加载
iceyalmost 10 years ago
It would be great to see a refactor of some code using transducers to get a better sense of what they&#x27;re useful for. From an abstraction standpoint, I can see the attraction; but I am having a tough time imagining how it would improve code in practice.
评论 #9806755 未加载
评论 #9806083 未加载
评论 #9805961 未加载
评论 #9806586 未加载
评论 #9806139 未加载
giancarlostoroalmost 10 years ago
My only negativity with Clojure isn&#x27;t really with the language itself, but with the Debian &#x2F; Ubuntu packages, they&#x27;re way outdated. Not sure who ever maintained them, or why they stopped doing so 1.4 being the last version. Outside of that for anyone wanting to check it out, you could try downloading LightTable and using ClojureScript, seems to be close enough I am able to use Clojure books with ClojureScript, not sure entirely of it&#x27;s differences or how backwards compatible one is meant to be with the other, though I suspect they&#x27;re meant to be near identical aside from their available libraries maybe.
评论 #9806345 未加载
评论 #9806348 未加载
评论 #9806343 未加载
评论 #9807179 未加载
评论 #9806580 未加载
评论 #9806887 未加载
评论 #9806374 未加载
pjmlpalmost 10 years ago
Was the performance related work postponed?
评论 #9806369 未加载