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.

Results of the 2013 State of Clojure and ClojureScript survey

101 pointsby fogusover 11 years ago

9 comments

graueover 11 years ago
Didn&#x27;t see this survey in time to contribute, but I&#x27;m one of the tinkerers who&#x27;s used CLJS more than Clojure. Most of what I&#x27;ve been interested in doing is in-browser. For my last project[1] I used a regular Clojure REPL to clarify my understanding of the standard lib and paste in little functions for testing. Don&#x27;t remember why I didn&#x27;t use a browser-connected ClojureScript REPL. Maybe it just didn&#x27;t seem worth typing &quot;rlwrap lein trampoline cljsbuild repl-listen&quot; when I can type &quot;lein repl&quot; :P<p>My biggest wish is for the ClojureScript compiler to be less accepting of stupid code. I&#x27;ve made all kinds of moronic mistakes[2] that would ideally yield a warning or even a straight-up error, right at the source, but they don&#x27;t and I just end up finding data structures full of nils at runtime. I&#x27;ve also hit a few traps with lein-cljsbuild[3][4]. This is all definitely improving though.<p>I&#x27;ve now started my first real Clojure project, a web app built on Luminus[5]. Luminus kind of strikes me as training wheels for Clojure. It&#x27;s easy to get started with, and minimizes the sense of foreign-ness coming from a Python web development background. But I doubt I&#x27;ll still use it once I have more experience, as opposed to simply putting its component libraries (Compojure, Ring, lib-noir, etc.) into a project directly. Which is fine; it fills a valuable role in the ecosystem anyway.<p>1. <a href="https://github.com/graue/dumbbell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;graue&#x2F;dumbbell</a><p>2. Example: <a href="http://dev.clojure.org/jira/browse/CLJS-639" rel="nofollow">http:&#x2F;&#x2F;dev.clojure.org&#x2F;jira&#x2F;browse&#x2F;CLJS-639</a><p>3. <a href="https://github.com/emezeske/lein-cljsbuild/issues/239" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emezeske&#x2F;lein-cljsbuild&#x2F;issues&#x2F;239</a><p>4. <a href="https://github.com/emezeske/lein-cljsbuild/issues/248" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emezeske&#x2F;lein-cljsbuild&#x2F;issues&#x2F;248</a><p>5. <a href="http://www.luminusweb.net/" rel="nofollow">http:&#x2F;&#x2F;www.luminusweb.net&#x2F;</a>
评论 #6759872 未加载
jballancover 11 years ago
I recently undertook a serious effort to learn Angular.js for a work-related project. After some time, I reached the point where I think I finally &quot;got it&quot;, and I was feeling pretty good about Angular.<p>Then I did a bit of work with ClojureScript and core.async. <i>WOW!</i> The difference is night-and-day. Even with ECMAScript 6 generators, vanilla JS will have a hard time competing with the CLJS&#x2F;core.async combo.<p>Of course, CLJS is very young (somewhere between pre-alpha and beta), and core.async even more so. For that reason, I don&#x27;t think it&#x27;s that unexpected that there aren&#x27;t many people using CLJS exclusively...but I would not be surprised <i>at all</i> if this changes in the coming years.
评论 #6757749 未加载
idProQuoover 11 years ago
I tried using Clojure to build my personal website. I love it, and can&#x27;t wait to see where it goes next. However, the documentation problem is pretty real. Clojure libraries get updated and deprecated really quickly (because the language is so new) and tutorials on the web quickly get out of date. I had a lot of experiences where I would pick up a new library or framework because it was in a tutorial, only to find out that:<p>-It had been abandoned by its creator in favor of a newer framework.<p>-The functions used in the tutorial had been deprecated.<p>These are definitely just growing pains and not something intrinsically bad about Clojure. However, I hope that the next year or two bring more stability and more ease of learning.<p>One thing that I wish was better tutorialized is LightTable. I understand Chris Granger is a one man IDE developer and that LT is still in development. However, if we could get more tutorials from users like the one that was posted earlier today, that would be fantastic.<p>Eventually I ran into pedestal.io. Those guys have a great framework. It covers front and back end, and involves Functional Reactive Programming, something I&#x27;d never seen before. They have an excellent tutorial that they update in sync with the framework. It&#x27;s a bit overkill for my personal (mostly static) website, but after taking the time to learn it I feel like I came away with a real new skill.<p>One last thing that struck me about the Clojure community is how many workhorses there are. Guys like cemerick, technomancy and Chris Granger (the guy behind LightTable) have been working fast to build TONS of stuff, and a lot of it works really well. In particular, Leiningen is awesome and I imagine (I&#x27;ve never not used it) that it makes the process of getting started that much easier.
评论 #6762742 未加载
jballancover 11 years ago
I don&#x27;t have much time to drill down right now, but a quick search of the responses for &quot;Name <i>one</i> language feature you would like to see added to Clojure&quot; reveals 8&#x2F;563 respondents wrote &quot;Clojure in clojure&quot; verbatim (disclaimer: I was one of those 8). The good news here is that this effort (in the guise of tools.reader, tools.analyzer, and tools.emitter) is very active and looks like it will yield many positive results in the near future.<p>(If you&#x27;re curious <i>why</i> Clojure in clojure is important, in the recent Cognicast episode with Ambrose Bonnaire-Sergeant he give&#x27;s a perfect example of how these tools make it possible to add a type system to Clojure.)
评论 #6757721 未加载
MBlumeover 11 years ago
&gt; “Staffing concerns” is new as the #2 reported frustration, which I think is significant: I certainly know that companies using Clojure have a hard time filling openings lately.<p>I&#x27;m profoundly surprised by this, and would have expected the opposite -- frustrated Clojure programmers wishing for opportunities to use the language in their day job. Is there a market failure here and can we fix it?
评论 #6758534 未加载
jared314over 11 years ago
I&#x27;m curious if the issue with &quot;lacking documentation&quot; is an issue with explaining function inputs and outputs (like types would give you in other languages), expected behavior, or just bad discoverability for the long list of core functions.<p>When I was starting, I ended up just learning to read the function source because of the lacking documentation. It&#x27;s a skill that has paid off in the end, but i&#x27;m not sure it was the best way.
评论 #6757600 未加载
评论 #6757052 未加载
juliangambleover 11 years ago
&gt;How would you characterize your use of Clojure today?<p><i>More than half of respondents are using Clojure at work, which is a big jump compared to the last two years, when only a third of respondents were so lucky. This is nothing but good.</i><p>People using Clojure in their work environment is a great thing.
gwover 11 years ago
Nightcode wasn&#x27;t on the survey, but I hope someone besides me wrote it in! I should&#x27;ve held a write-in campaign.
评论 #6757117 未加载
评论 #6760457 未加载
评论 #6757613 未加载
smrtinsertover 11 years ago
I&#x27;m glad the survey highlighted the issue with clojurescripts repl ease of use. I know for myself this is the number one issue I would like resolved. If I could interact with the browser in a painless way I would probably ditch Javascript as my primary browser language and push for it at my company.