Re: What's the difference between `ref-set` and `alter`?

2009-06-19 Thread Adam Blinkinsop
On Jun 18, 3:34 pm, Rich Hickey wrote: > On Jun 18, 5:23 pm, "Stephen C. Gilardi" wrote: > > On Jun 18, 2009, at 1:25 PM, Adam Blinkinsop wrote: > > > Does ref-set not set the "in-transaction-value"?  It looks like the   > > > only diffe

What's the difference between `ref-set` and `alter`?

2009-06-18 Thread Adam Blinkinsop
the signature, and that can't be right. -- Adam Blinkinsop --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that pos

Re: Simple sequence question: inserting something after blocks of fulfilling elements

2009-04-22 Thread Adam Blinkinsop
Is it possible to do this without a loop? > > I wasn't sure what you meant by "inserting :foo after any block of > elements that fulfill it",... Perhaps a little context is in order? -- Adam Blinkinsop --~--~-~--~~~---~--~~ You received

Re: Problem with CLASSPATH

2009-04-20 Thread Adam Blinkinsop
On Apr 5, 1:32 pm, dlb wrote: > I have the same problem on my Mac as well, i.e. if clojure.jar is > loaded from ~/Library/Java/Extensions rather than from the classpath, > then clojure does not find files on the classpath.  I did some poking > around and on my Mac OS X 10.5.6 with Java 6. > ...