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.
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:
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