Re: Bootstrapping Clojure-in-Clojure

2012-05-20 Thread Chris Gray
Sorry to come in a bit late on this conversation; I've been moving recently. On Mon, May 14, 2012 at 5:35 AM, Timothy Baldridge wrote: > Platforms that do not have the ability to eval (gambit, JS, etc.) they > could simply stick with writing Java macros. For the rest of the > platforms (CLR, JVM,

Re: Google chart library

2011-12-05 Thread Chris Gray
On Sun, 4 Dec 2011 21:53:39 -0800 (PST), thenwithexpandedwingshesteershisflight wrote: > Has anyone tried using the google chart library in Clojurescript ? > > http://code.google.com/apis/chart/interactive/docs/quick_start.html > > - it uses a dynamically-loaded-from-the-web api that I cannot w

Re: Google Maps in Clojurescript

2011-11-22 Thread Chris Gray
Hi, Just to add another way of doing the same thing, I used the following when I was using Google Maps in Clojurescript: (def map-opts (extend-object! (js-obj) {"zoom" 4 "center" center-of-us "mapTypeId" types/ROADMAP

Re: Lunhy Bin challenge

2011-11-15 Thread Chris Gray
On Tue, 15 Nov 2011 00:59:38 -0800 (PST), Alex Miller wrote: > Anyone want to take a crack at the Luhny Bin challenge from Square in > Clojure? Crazy Bob is interested in seeing a Clojure solution. > > http://corner.squareup.com/2011/11/luhny-bin.html My solution is here: https://github.com/ch

Re: smallest unit of code requiring a CA

2011-11-10 Thread Chris Gray
Charlie Griefer wrote: > Chris Gray wrote: >> I have a patch to the clojure compiler that I would like to submit. I >> haven't signed a CA, but the patch is quite small. Would it be possible >> to submit it without a CA? I have no objection to signing one; it

smallest unit of code requiring a CA

2011-11-09 Thread Chris Gray
Hi, I have a patch to the clojure compiler that I would like to submit. I haven't signed a CA, but the patch is quite small. Would it be possible to submit it without a CA? I have no objection to signing one; it would just be slightly embarassing to do so for such a small patch. :) The patch i