Re: Clojure in production

2013-06-11 Thread Simon Holgate
Bruce Durling's semi-irregular update for London Clojurians is here: https://groups.google.com/forum/?fromgroups#!searchin/london-clojurians/production/london-clojurians/ES8AuxXI0Nk/4xgY52znaUcJ On Monday, 10 June 2013 22:47:25 UTC+1, Plinio Balduino wrote: > > Hi there > > I'm writing a talk abo

[ANN] Liverpool Clojure talk on LiveStream: Deploying apps on OpenShift

2013-01-25 Thread Simon Holgate
I wouldn't normally announce this on the main list but it may be of interest to some since I haven't seen much about Clojure on OpenShift. We're having short talk from Steven Citron-Pousty (@TheSteve0), a Developer Advocate for RedHat about deploying Clojure apps

Re: Who's using Clojure?

2012-12-16 Thread Simon Holgate
London Clojurians has a periodic update of who's using Clojure in production. The latest thread is here: https://groups.google.com/forum/?fromgroups#!topic/london-clojurians/ES8AuxXI0Nk There are a few here that haven't been mentioned elsewhere such as Likely.co, MastodonC, uSwitch, Trampoline,

Re: A/B testing in Clojure?

2012-10-17 Thread Simon Holgate
l be needing to do so in the next month or two. I'd be > interested to hear if you made any progress and possibly in collaborating. > > Jon > > On Monday, October 8, 2012 11:04:10 AM UTC-3, Simon Holgate wrote: >> >> Hi, >> >> Is anyone doing sp

A/B testing in Clojure?

2012-10-08 Thread Simon Holgate
Hi, Is anyone doing split (A/B) testing in Clojure? What are you using? Any pointers on things to consider if I'm implementing it myself? Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: Clojurians in the midlands (UK)

2012-07-30 Thread Simon Holgate
Jim, this is really great! I have joined the google group and I'm looking > forward to the next meetup! Great! Welcome to the group! as the website suggests i will keep an eye on the time and place as it says > it is not always fixed...too bad I missed the clojurescript talk :( > Yep, the C

Re: Clojurians in the midlands (UK)

2012-07-27 Thread Simon Holgate
Hi all, sorry I didn't spot your emails before but you may not be aware of the Manchester Lambda Lounge which is a functional programming group: http://www.lambdalounge.org.uk/ The group used to be a solely Clojure meetup but we were few so Rick Moynihan (who has been the driving force behin

Re: 6 December 2012 - London - Clojure eXchange - Call for Presentations

2012-07-04 Thread Simon Holgate
Thanks for organising this, Bruce. I hadn't come across Clojure eXchange before. For other folks that want more info on what happened last year and what's proposed for this year, the links are: http://skillsmatter.com/event/scala/clojure-exchange and http://skillsmatter.com/event/scala/clojure-

Re: beginner help with views in ClojureScript One?

2012-03-20 Thread Simon Holgate
Thanks for posting this. I actually had the same problem and couldn't work out what was going wrong. Cheers, Simon On Friday, 16 March 2012 15:42:03 UTC, George Oliver wrote: > > > > hi, I'm starting to modify the One sample application and can't get >> the hang of rendering a new view. I've t

Re: -> and ->>

2012-02-08 Thread Simon Holgate
My "Joy of Clojure" is on its way. Perhaps I should have waited for its arrival before posting. Thanks for all the useful pointers. Simon -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com No

Re: -> and ->>

2012-02-08 Thread Simon Holgate
Thank you! S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send

-> and ->>

2012-02-08 Thread Simon Holgate
Could anyone point me to a description of "->" and "->>", please? I've seen a few references to them (e.g. git://gist.github.com/1761143.git) but nothing in "Programming Clojure". Google doesn't seem to like searching for such strings. Thanks. -- You received this message because you are subscr

Re: Accessing vals in clojure.lang.PersistentVector

2012-02-01 Thread Simon Holgate
I missed your reply, Raek. Sorry. Your solution is very helpful. Cheers, Simon > From what I can tell, you want to list the values and extract the > value associated with :time for a map. The problem is that res is not > a map, but a vector of maps. If you want to do these operations on > ever

Re: Accessing vals in clojure.lang.PersistentVector

2012-01-25 Thread Simon Holgate
Answering myself, I see that I need to do: (vals (res 1)) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first

Accessing vals in clojure.lang.PersistentVector

2012-01-25 Thread Simon Holgate
Hi, I've retrieved some data from my database which is returned as a clojure.lang.PersistentVector: org.psmsl.netcdf.core> res [{:name "BREST", :time #, :rlrdata 6882M} {:name "BREST", :time #, :rlrdata 6908M} {:name "BREST", :time #, :rlrdata 6873M}...{:name "BREST", :time #, :rlrdata 7140M} {:na

Re: Alternative structures to arrays?

2011-12-24 Thread Simon Holgate
lmost the same access and memory costs arrays do, > but with all the advantages of being immutable (multi-threaded goodness). > > On Thu, Dec 22, 2011 at 5:11 AM, Simon Holgate wrote: > > > > > Hi, > > > I'm pretty new to functional languages but really love Clo

Alternative structures to arrays?

2011-12-22 Thread Simon Holgate
Hi, I'm pretty new to functional languages but really love Clojure. My work typically involves multi-dimensional arrays of data. I'm an oceanographer and typically use things like sea surface height data from satellite altimetry on 1/3 degree 2D grids with maybe 800 time slices (=O(5E8 data point

Re: NW UK Clojurians?

2011-12-09 Thread Simon Holgate
I guess that strictly I should have said NW England rather than NW UK since I don't think may of our Scottish friends would be able to make a regular trip south either... > If it's of interest, there's a Clojure Dojo on the 2nd Monday of every > month at Manchester's Madlab:http://manchester.cloju

NW UK Clojurians?

2011-12-07 Thread Simon Holgate
Hi, anyone out there in the NW of the UK? I'm in Liverpool and pondering a NW Meetup. Any takers? Simon -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members a

Re: Stanford ai-class

2011-11-07 Thread Simon Holgate
Hi Finn, > who is taking the Stanford ai-class with Peter Norvig and Sebastian Thrun? I'm taking it. Really enjoying it too. >. I'm doing now the > advanced track and it is a lot of fun although we have no programming > assignments > campus students have programming assignments like pacman and th

Re: Anyone on Google+ yet?

2011-07-23 Thread Simon Holgate
Here's my shiny new account... http://gplus.to/sjh123 On Jul 21, 7:26 pm, Simon Holgate wrote: > Hi, has anyone got a spare invite for me, please? :) > > On Jul 15, 3:09 pm, Sergey Didenko wrote: > > > > > > > > > Jeremy, I can send you an invitation. D

Re: Anyone on Google+ yet?

2011-07-23 Thread Simon Holgate
Thank you, Tassilo! On Jul 22, 12:55 pm, Tassilo Horn wrote: > Simon Holgate writes: > > Hi, has anyone got a spare invite for me, please? :) > > I did so. :-) > > Bye, > Tassilo -- You received this message because you are subscribed to the Google Groups "Cl

Re: Anyone on Google+ yet?

2011-07-22 Thread Simon Holgate
Hi, has anyone got a spare invite for me, please? :) On Jul 15, 3:09 pm, Sergey Didenko wrote: > Jeremy, I can send you an invitation. Do you need it? > > On Fri, Jul 15, 2011 at 4:53 PM, Jeremy Heiler wrote: > > > > > > > > > Is Google+ invite based? How did all of you get a profile? -- You re