clojure
Tag details
Welcome to the 'clojure' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'clojure'.
Look up
"clojure"
at The Free Dictionary
Latest blogosphere posts tagged “clojure”
-
Clojure: Parsing an RSS feed
Mark Needham —
Authority: 467
Ive been playing around with a little script in Clojure to parse the ThoughtWorks Blogs RSS feed and then create a tweet for each of them which contains a link to the blog post and the persons Twitter ID if they have one. Its not finished yet but Im finding the way that we parse documents like this in Clojure quite ...8 hours ago -
Clojure: The apply function
Mark Needham —
Authority: 467
In my continued playing around with Clojure I came across the apply function which is used when we want to call another function with a number of arguments but have actually been given a single argument which contains the argument list. The example that Ive been trying to understand is applying str to a ...5 days ago -
Writing a Java function in Clojure
Mark Needham —
Authority: 467
A function that we had to write in Java on a project that I worked on recently needed to indicate whether there was a gap in a series of data points or not. If there were gaps at the beginning or end of the sequence then that was fine but gaps in the middle of the sequence were not. null, 1, 2, 3 => no gaps1, ...1 week ago -
Clojure: Checking for a nil value in a collection
Mark Needham —
Authority: 467
Something which I wanted to do recently was write a function that would indicate whether a collection contained a nil value. I initially incorrectly thought the contains? function was the one that I wanted: ( contains? ( 1 nil 2 3 ) nil ) => false I thought it would work the same as the Java ...1 week ago -
Clojure: A few things Ive been tripping up on
Mark Needham —
Authority: 467
In my continued playing with Clojure Im noticing a few things that I keep getting confused about. The meaning of parentheses Much like Keith Bennett Im not used to parentheses playing such an important role in the way that an expression gets evaluated. As I understand it if an expression is enclosed in ...1 week ago -
Griffon: Scala & Clojure updates
Andres Almiray's Weblog —
Authority: 107
New versions of the Scala and Clojure Griffon plugins have been released. These are the highlights: Scala Updated bundled libs to Scala 2.7.7 final. Added scala-repl script. Youll now be able to launch an application interactively and prod at it using a Scala REPL. Added Scalatest 1.0 support via ...1 week ago -
Clojure: A first look at recursive functions
Mark Needham —
Authority: 467
Im working through Stuart Halloways Programming Clojure book and I just got to the section where it first mentions recursive functions. Its a simple function to countdown from a given number to zero and then return that sequence. This was one of the examples from the book: ( defn countdown [ result x ] ( ...1 week ago -
Why Go Matters
Virtuous Code —
Authority: 113
This week Google announced a new systems programming language called “Go” . I know you’re pressed for time and overloaded with information, so let me restate that, with the important bits emphasized: Google announced a new SYSTEMS programming language. See that word between “new” and “programming”? ...2 weeks ago -
Clojures Primes Shootout
Programming and politics —
Authority: 110
Back in May, I was working on my JavaOne talk on JVM language performance . The first comparison was a prime number sieve . If you look back at the slides, you might notice that I did not include a Clojure implementation. There were a couple of reasons for this. First, I was dumb. Not only dumb, but especially dumb ...2 weeks ago -
Progress on Cascade
Tapestry Central —
Authority: 407
Meanwhile, in spare minutes (and during sessions at ApacheCon), Ive been continuing to work on Cascade . Its been a great learning exercise for me, pushing my understanding of both Clojure and functional programming in general ... and especially, some pretty advanced meta-programming with macros. Im also using ...3 weeks ago -
Persistent Data Structures
Programming and politics —
Authority: 110
A few weeks ago I blogged about concurrency patterns and their relative tradeoffs . There were some really poor comments from Clojure fans -- the kind of abusive language and trolling that reminded me of Slashdot in its heyday. In fact, for the first time in a very long time, I had to actually delete comments... A ...3 weeks ago -
Automatic concurrency management is the new thing, like automatic garbage collection was in the 90s
Closer To The Ideal —
Authority: 470
This is a great interview between Bill Venners and Rich Hickey. Hickey is the guy behind Clojure, the new JVM language that brings Lisp to the world of Java. I have so far only heard good things about Clojure. Hickey makes the argument that what is needed in modern languages is the automatic management of time and ...3 weeks ago -
7 Languages in 7 weeks
Software Engineering - Best Practices —
Authority: 104
Dear Readers,als you are all interested in programming languages I would like to point your interest to this link which I was pointed at (lots of thanks to the source!):http://rapidred.com/blog/seven_languagesIt is from the blog of Bruce Tate we all know as one the THE Java Experts and his stunning... Please read the ...4 weeks ago -
clojure class compilation...
Alex Ott's blog —
Authority:
just not to forget: when trying to compile clojure source, be sure, that `pwd`/classes is in your CLASSPATH!4 weeks ago

