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,
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
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
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
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
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