Re: Clojure in production

2013-06-11 Thread Robert Stuttaford
We use Clojure full-stack at www.cognician.com. Clojure, ClojureScript, Datomic. Still under 20k loc. Loving it! On Monday, June 10, 2013 11:47:25 PM UTC+2, Plinio Balduino wrote: > > Hi there > > I'm writing a talk about Clojure in the real world and I would like to > know, if possible, which

Re: which one would you prefer (instantiate vs. new-instance)?

2013-07-04 Thread Robert Stuttaford
Looks like the tradeoffs are composability vs avoiding reflection. I personally would go for the function until performance becomes a concern. Being able to use it in HOFs is a big deal! On Thursday, July 4, 2013 12:57:32 PM UTC+2, Jim foo.bar wrote: > > (defmacro instantiate > "Returns an ins

Re: IDE feature

2013-08-08 Thread Robert Stuttaford
Lee has a valid point. Lee's point is: let me decide. Put paredit in, but let me turn it off if I want. I agree that paredit is the only sane way for me and for anyone who doesn't have Lee's muscle memory to overcome. But for Lee, paredit is 'doing it wrong', because he doesn't enjoy it and he

Re: Datomic notifications ?

2013-10-04 Thread Robert Stuttaford
http://docs.datomic.com/clojure/index.html#datomic.api/tx-report-queue ! On Friday, October 4, 2013 11:40:23 AM UTC+2, Roman Yakovlev wrote: > > Hi > I wonder if there any notifications system in Datomic, that notify about > changes in DB ? > -- -- You received this message because you are s

Re: Improving visibility of clojure-doc.org

2013-03-11 Thread Robert Stuttaford
Has this effort started up yet? Is there a github url? I'd really love to see clojuredocs.org showing the 1.5 apis. Willing to help make that happen! On Tuesday, March 12, 2013 12:03:22 AM UTC+2, Phil Hagelberg wrote: > > > Devin Walters writes: > > > I assume this has been discussed to death a

ClojureScript and Google Closure Type Annotations

2012-05-02 Thread Robert Stuttaford
Forgive me if this has been asked before. I am writing a GClosure app at the moment (using the long-form java-style Google Closure javascript *blecch*), and I'm using JSDoc type-annotations for everything: /** @type {number} */ var x = parseInt( data['foo'], 10 ); These annotations allow ADVAN

Re: Multiple ClojureScript (sub)projects with shared CLJS libraries per single clojure project

2012-05-13 Thread Robert Stuttaford
I'm planning a base app which loads and unloads cljs mini-apps into the main app, one at a time. The problem domain is such that there are simply too many mini-apps to load upfront. Is lein-cljs build clever enough to generate exports and externs so that these modules can talk to each other? Fo

Re: Clojure Bee iPhone app updated

2012-05-19 Thread Robert Stuttaford
Hey Kyle, I bought this, it looks great. However, browsing around I get a lot of "Sorry, (doc string|Clojure source) not available" messages. Was this intentional? If so, why? If not, will it be fixed sometime soon? Also, could I ask you a huge, massive favour and make the app universal? I'd b

Re: Clojure Bee iPhone app updated

2012-05-19 Thread Robert Stuttaford
in the future. Sorry that's vague, but I'm working through > it at the moment. > > Thanks again for the feedback. It's great to hear how things are working, > or not, as the case may be. > > Best, > Kyle > > On Saturday, May 19, 2012 1:42:04 AM UTC-10, R

Re: Starting a new ClojureScript project, where to start?

2012-10-04 Thread Robert Stuttaford
You might find this quick-start I put together handy: https://github.com/robert-stuttaford/demo-enfocus-pubsub-remote/ On Friday, September 28, 2012 8:30:12 PM UTC+2, Daniel Glauser wrote: > > Hi folks, > > Where would you point someone if they wanted guidance starting a new >

Re: [ANN] 4x library v1 releases, and a new A/B testing library

2012-11-05 Thread Robert Stuttaford
Thanks for your contributions, Peter! Tower is of particular interest to me. Are you planning any support for ClojureScript with Tower, at all? Either way, I know we'll almost certainly make use of Tower. We will need to bring what Tower does into our cljs app as well. Perhaps we can contribute

Re: what should I use for my webapp?

2012-11-20 Thread Robert Stuttaford
I reckon you can have this going in a couple hundred lines of code. webnoir.org: http, routing, html generation. pick it up, tell it what you want. couldn't be simpler. sqlkorma.com: sql query dsl. clojuremongodb.info: mongodb query dsl. Probably the most sticky bit is the Google auth, but perh

[ANN] Clojure Meetup in Cape Town, South Africa

2012-12-05 Thread Robert Stuttaford
I am hosting a Clojure meetup in Cape Town on the 15th of December. If there are any Cloders down here that want to attend, please contact me off list for details! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to