Clojure at Netflix (2013) [slides]
51–60 of 307 posts
Re: Clojure at Netflix (2013) [slides]
#52What happened to Clojure? Was it just a fad, or are people still using it in their day jobs? Are people still hiring Clojure devs? If you write Clojure at work, are you happy with it?
I work for one of the big "brand name" companies (I don't want to say which, but it's on the "companies using Clojure page"), and on my team we try and start all new projects to use Clojure. Frankly, I love it. After the "zen" of lisp clicked for me, Clojure gave me an OS/2-style "Better Java Than Java". Suddenly I was able to compose standard JVM library stuff in a more-natural and easy way than I could in vanilla J…
Re: Clojure at Netflix (2013) [slides]
#53Re: Clojure at Netflix (2013) [slides]
#54Earlier quoted context omitted.
That index lists Ladder Logic (#45) as being ahead of Bash (#48). Make of that what you will.
That's because TIOBE derives metrics from search results. Which means every time some one searches 'Python, the snake', that also gets counted as 'Python, the programming language'. Most people looking for help on the internet are searching: "How do I do X in shell?" No of people looking for help with the word 'Bash' are likely to be lower. That's one reason why TIOBE is sometimes way off the real trends.
https://www.tiobe.com/tiobe-index/programming-languages-defi...
Re: Clojure at Netflix (2013) [slides]
#55Re: Clojure at Netflix (2013) [slides]
#56What happened to Clojure? Was it just a fad, or are people still using it in their day jobs? Are people still hiring Clojure devs? If you write Clojure at work, are you happy with it?
It's interesting that in the current state of software development, a programming language that have been stable for not even a year might be considered obsolete.
So inevitably, someone will ask "Is lib foo still being used? The last commit was over 8 months ago" and then people have to chime in, "yes, it's still in heavy use".
Re: Clojure at Netflix (2013) [slides]
#57I'd like to learn a modern production-ready functional language (I have some academic experience with SML), since they seem like a good way to grow as a programmer. Main contenders so far are Haskell, Scala and Clojure (Reason might go on the list soon too) - but the fact that Clojure is dynamically typed is a bit of a turn off for me. My experience with dynamic vs static typing is that as a system grows in size and…
See this comment: https://news.ycombinator.com/item?id=18345672
Re: Clojure at Netflix (2013) [slides]
#58This is a bit tangential to the post, but I've seen a couple comments in this thread that amount to "Clojure is hard to read", but I think that's a really unfair comparison, because people are unwittingly comparing apples and oranges. It seems to me the reason people think Clojure is hard to read is that the language is so powerful and expressive, that when you're reading Clojure code, you're typically trying to unde…
[1] http://danmidwood.com/content/2014/11/21/animated-paredit.ht... (also http://emacsrocks.com/e14.html)
[2] https://shaunlebron.github.io/parinfer/
[3] https://github.com/luxbock/evil-cleverparens (Vim with Emacs via Evil)
Re: Clojure at Netflix (2013) [slides]
#59Is Clojure still a thing? It seems to have fallen off my radar. Java seems resurgent after 8, even Scala seems to have lost momentum.
Yes. It's still a thing... but I do think Clojure has lost mindshare. Just some impressions: * It's natural for the development of a language to slow down after an initial period of churn. So Clojure has reached a certain level of maturity where there's less 'new cool stuff'. * There are other areas of industry where there's more 'new cool stuff' and attention naturally shifts there. * The Honeymoon period is over, a…
Out of curiosity, without naming the organization, can you elaborate on this? I don't understand what kind of portfolio you're talking about here, the codebase? Why would investors care whether it's done in $LANG? I thought they cared more about the business and business-related concerns. Maybe they perceive Clojure as being an impediment for fast delivery of features?
Re: Clojure at Netflix (2013) [slides]
#60What happened to Clojure? Was it just a fad, or are people still using it in their day jobs? Are people still hiring Clojure devs? If you write Clojure at work, are you happy with it?