Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-30 Thread James Cunningham
On May 30, 9:23 pm, Antony Blakey wrote: > I care about Mac and Windows primarily, and building software that will sell > (not dev tools) requires good native look and feel. Do you have a single example of an SWT app that has a decent feel on OS X? I've spent a fair amount of time with Eclipse

Re: vs. Python

2009-08-30 Thread James Cunningham
On Aug 30, 3:24 am, Dan Fichter wrote: > [...] > Take a dictionary of defaults and a user-supplied dictionary and return a > new dictionary that combines them, with the user's entries winning when both > dictionaries have the same key. > > [Clojure] > > (defn foo [defaults user] >   (merge defaul