Newbie question about anonymous functions

2009-08-02 Thread Chad Harrington
I have a newbie question about anonymous functions. Why does the first form below work and the second form does not? user> ((fn [] "foo")) "foo" user> (#("foo")) ; Evaluation aborted. Thanks, Chad --~--~-~--~~~---~--~~ You received this message because you are

Build error in latest clojure checkout

2009-08-05 Thread Chad Harrington
oes anyone know what is going on here? Thanks for your help, Chad Harrington chad.harring...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj

Re: Build error in latest clojure checkout

2009-08-05 Thread Chad Harrington
Yes. The recent commit fixed the problem and I am back up and running. I guess that's the problem with living on the bleeding edge... Chad Harrington chad.harring...@gmail.com On Wed, Aug 5, 2009 at 1:29 PM, Rob Wolfe wrote: > > > > Chad Harrington napisał(a): > >

Re: Question about pmap

2009-08-08 Thread Chad Harrington
Andy, I just thought I'd mention that for 80 cents you can rent an hour on an 8-core EC2 machine with 7GB of RAM. We use EC2 a lot for such things at work. It may be an easy way for you to accomplish your goals. http://aws.amazon.com/ec2/instance-types/ Chad Harrington chad.harring...@gmai

Newbie code review

2009-08-09 Thread Chad Harrington
(nth (val %) 1) (key %)) data (defn name-by-age [age] (first (data (age-index age (println (name-by-age 26)) ------ code end --- Chad Harrington chad.harring...@gmail.com --~--~-~--~~~---~

Re: Newbie code review

2009-08-11 Thread Chad Harrington
] [age k]) data))) > Jarkko, Thank you for your clear, clean code. It's nice to have such a helpful Clojure community! Chad Harrington chad.harring...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &q

Re: Can Clojure be as fast as Java?

2009-08-11 Thread Chad Harrington
vely and informative > but I hope it's run its course. > > --Chouser > +1 Chad Harrington chad.harring...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" grou

Re: clojure success story ... hopefully :-)

2009-08-14 Thread Chad Harrington
share with the community? Chad Harrington chad.harring...@gmail.com On Fri, Aug 14, 2009 at 12:10 PM, bradford cross wrote: > We have just released flightcaster.com which uses statistical inference > and machine learning to predict flight delays in advance of airlines > (initial results

Re: Clojure Conference Poll

2010-01-24 Thread Chad Harrington
- Friday / Saturday - SF Bay Area Chad Harrington chad.harring...@gmail.com On Fri, Jan 22, 2010 at 9:36 AM, dysinger wrote: > We will be organizing a conference in the next month for 2010 > (probably in the fall). One question I would like to ask is, given > the conference is proba

Clojurescript 1.9.493+ breaks core.async with :advanced optimizations

2017-03-03 Thread Chad Harrington
.js line 1426 : 32 Can others reproduce this? This issue is blocking us from using the latest cljs, as we rely on core.async and :advanced optimizations. Thank you for your efforts, Chad Harrington chad.harring...@gmail.com c...@farbetter.com -- You received this message because you are subscr

[ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-17 Thread Chad Harrington
SON encoding / decoding and produces much smaller output. It also supports Avro schema evolution <http://avro.apache.org/docs/current/spec.html#Schema+Resolution>, allowing your data formats to change over time without breaking things. Issues and PRs are welcomed. Chad Harrington chad.ha

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Chad Harrington
Hi Łukasz, Logical types could certainly be added. Are you more interested in arbitrary logical type support or the specific logical types defined in the spec (Decimal, Date, Time, Timestamp, Duration)? Understanding your use case will help with the design. Thanks, Chad Harrington chad.harring

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Chad Harrington
Good idea. I will try to add that to the perf results sometime this week. Chad Harrington chad.harring...@gmail.com On Sun, Nov 18, 2018 at 10:37 PM Tommi Reiman wrote: > Looks good. Would be interesting to see the JVM Json perf tested also with > https://github.com/metosin/js

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Chad Harrington
s it easy to do that. Chad Harrington chad.harring...@gmail.com On Sun, Nov 18, 2018 at 9:59 PM Gerard Klijs wrote: > The big penalty for the smaller size is that you need the scheme in order > to deserialize the message. This can make some uses much more complex. For > example when sendi

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Chad Harrington
The JavaScript perf seems okay to me: https://github.com/deercreeklabs/lancaster/blob/master/README.md#performance I probably need to test Transit alongside the other cljs performance tests. I will try to do more / better perf testing this week. Thanks for your interest, Chad Harrington

Re: [ANN] Lancaster 0.6.0 - Avro Schema Creation / Serialization / Deserialization

2018-11-19 Thread Chad Harrington
orking out the details of the feature. Thanks for your interest, Chad Harrington chad.harring...@gmail.com On Mon, Nov 19, 2018 at 11:38 AM Łukasz Korecki wrote: > Hi! > > We're interested in the Date/Time/Timestamp part of the spec. A bit of > background: our RabbitMQ framewor

Re: [Meta] Anyone else having trouble with this site recently?

2015-08-25 Thread Chad Harrington
e Google's ability to load content. Interestingly, most other sites worked fine. Turning off my personal hotspot cleared things up immediately. No idea if that is a problem you have, but I thought I'd mention it just in case. Best regards, Chad Harrington chad.harring...@gmail.com On Mon, A