Clojure in the Field [video]
infoq.com
Clojure in the Field [video]
1–10 of 20 posts
Re: Clojure in the Field [video]
#2I have to say that I'm very impressed with the Clojure community's eagerness to engage the real world in a way that most of my favorite languages haven't, while at the same time holding fairly firm on the things that matter (e.g. code readability and simplicity, referential transparency as a default, avoidance of OO traps).
Re: Clojure in the Field [video]
#3Re: Clojure in the Field [video]
#4I'm just starting to listen to this particular talk, but I want to comment now so this talk doesn't get buried. I have to say that I'm very impressed with the Clojure community's eagerness to engage the real world in a way that most of my favorite languages haven't, while at the same time holding fairly firm on the things that matter (e.g. code readability and simplicity, referential transparency as a default, avoida…
Re: Clojure in the Field [video]
#5If I could just get half of what's in Clojure trickle into the mainstream languages I'd be a happy bunny.
Re: Clojure in the Field [video]
#6I'm just starting to listen to this particular talk, but I want to comment now so this talk doesn't get buried. I have to say that I'm very impressed with the Clojure community's eagerness to engage the real world in a way that most of my favorite languages haven't, while at the same time holding fairly firm on the things that matter (e.g. code readability and simplicity, referential transparency as a default, avoida…
Would you say the Go community is similar in that regard?
When I worked at Google, I talked to a couple of the Go developers and they were really sharp guys, so that's a strong signal.
Re: Clojure in the Field [video]
#7I'm just starting to listen to this particular talk, but I want to comment now so this talk doesn't get buried. I have to say that I'm very impressed with the Clojure community's eagerness to engage the real world in a way that most of my favorite languages haven't, while at the same time holding fairly firm on the things that matter (e.g. code readability and simplicity, referential transparency as a default, avoida…
Would you say the Go community is similar in that regard?
Fairly practical people though.
I used to write Go but found it intensely tedious, so I went back to Clojure. Been happily clojuring since '08.
Re: Clojure in the Field [video]
#8Earlier quoted context omitted.
Would you say the Go community is similar in that regard?
Golang developers follow the suckless/plan9 (cf. Uriel) aesthetic which isn't concerned with immutability, referential transparency, or anything else from the FP world. Fairly practical people though. I used to write Go but found it intensely tedious, so I went back to Clojure. Been happily clojuring since '08.
Re: Clojure in the Field [video]
#9Informative talk and I really like the vision he presents in the beginning of it. I started with Clojure from python and while a lot of good things are present in python, I really miss the whole notion of "let's step back a bit and ponder whether we are on the right track or not" that is present in the Clojure community. Especially the core team. If I could just get half of what's in Clojure trickle into the mainstre…
I know a couple of people who've secretly used Clojure at their Java jobs. I don't know what will happen to them when they go through code review, but it's pretty cool that they can do that.
Re: Clojure in the Field [video]
#10Earlier quoted context omitted.
Golang developers follow the suckless/plan9 (cf. Uriel) aesthetic which isn't concerned with immutability, referential transparency, or anything else from the FP world. Fairly practical people though. I used to write Go but found it intensely tedious, so I went back to Clojure. Been happily clojuring since '08.
Where do you work that you use Clojure? It's a great language.