[RFC] Testing ClojureScript code with clojurescript.test and Karma

2015-02-10 Thread Kevin Bell
We at CircleCI have been running our clojurescript.test tests with Karma lately, with great results. Easy access to Chrome devtools for unit tests is great, and it provides great community plugins like junit-formatted xml output (which CircleCI understands). You can read about how it works in

[ANN] DACOM: A skeleton app, Leiningen template for Datomic, Compojure, and Om

2014-01-09 Thread Kevin Bell
A Leiningen template featuring all of the most popular Clojure technologies that all of the coolest kids are using: sample project repo https://github.com/bellkev/dacom or `lein new dacom my-project` -- -- You received this message because you are subscribed to the Google Groups Clojure

Re: CloudFormation template generation with Clojure

2013-11-27 Thread Kevin Bell
Cool, thanks Marshall! I do think it would be nice to have an option to more or less compile/decompile between Clojure and CloudFormation templates. That would help lower the barrier to entry for people currently heavily using CF but not so much Clojure. (I'm kind of trying to use this project

Re: CloudFormation template generation with Clojure

2013-11-26 Thread Kevin Bell
On Tuesday, November 26, 2013 3:41:29 PM UTC+11, Kevin Bell wrote: Hey folks, I'm working on a tool to enable the generation of AWS CloudFormation templates using a Clojure-based syntax kind of like leiningen's project.clj. I'm working on how the syntax should look to be most clojurey, and I

Re: CloudFormation template generation with Clojure

2013-11-26 Thread Kevin Bell
Hey Craig and Jeroen, Jeroen: Can you elaborate on what kind of features you would like to support? Are you just deciding on DSL syntax or do you have already some kind of Clojure layer working? -My main goals are to create as pretty of a format for defining CF templates within Clojure

Re: CloudFormation template generation with Clojure

2013-11-26 Thread Kevin Bell
Hey Gary, Thanks for the references. Those videos were awesome! I think Cristophe definitely hit the nail on the head with this slidehttp://www.slideshare.net/cgrand/dsl-5537797/21 about the challenges of binding. Though, I'm not sure I fully get what he meant by binding specs and capturing

CloudFormation template generation with Clojure

2013-11-25 Thread Kevin Bell
Hey folks, I'm working on a tool to enable the generation of AWS CloudFormation templates using a Clojure-based syntax kind of like leiningen's project.clj. I'm working on how the syntax should look to be most clojurey, and I wonder if anyone has some input: