Re: Simple things should be simple

2010-09-10 Thread brianh
Just to be contrary ;) A one time investment of 2 minutes (I did have to scrounge in contrib to locate these after all): (defn make-stupid-simple-script [f content] (spit f content) (sh "chmod" "755" (.getName f))) for the eternal pleasure of using: user=> (make-stupid-simple-script (File.

Re: update-in! (?)

2010-01-20 Thread brianh
Any chance you could rethink your approach & use a zipper? On Jan 20, 9:32 am, Gabi wrote: > I posted a question on SO about it. Interesting > discussion:http://stackoverflow.com/questions/2102606/algorithm-to-implement-non... > > On Jan 20, 5:39 pm, Christophe Grand wrote: > > > > > I concur:

Re: javafx

2009-06-23 Thread brianh
In case you haven't seen it, there is a java api to JavaFX called Scene Graph that's been around for some time now: https://scenegraph.dev.java.net/faq.html I've been monitoring it for some time now as a potential replacement for Piccolo2D. I last played with it several months ago and it was do