Re: Tutorial about web development with Clojure

2011-07-18 Thread Anders Rune Jensen
detailed guide of using Clojure-WebApp. Very interesting! Having dabbled a bit with Django and compojure, I'm looking forward to see the details of this. Thanks for sharing. -- Anders Rune Jensen http://www.iola.dk -- You received this message because you are subscribed to the Google Gr

Re: Grabbing Rotten Tomatoes movie ratings in clojure

2011-01-20 Thread Anders Rune Jensen
d email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, sen

Re: ANN: Clojure web application using NHPM for server push

2010-12-26 Thread Anders Rune Jensen
ike websockets. Because it would easier allow me to know when a client has disconnected. > On Dec 21, 2010 5:50 PM, "Anders Rune Jensen" > wrote: >> On Mon, Dec 20, 2010 at 6:06 PM, rob levy wrote: >>> I have posted a repository containing the code for a web applicati

Re: ANN: Clojure web application using NHPM for server push

2010-12-21 Thread Anders Rune Jensen
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 email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > ht

Re: Clojure 1.3: Integrating clj-stacktrace?

2010-08-25 Thread Anders Rune Jensen
posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- Anders Rune Jensen

Re: ANN: Aleph, an asynchronous web server

2010-07-09 Thread Anders Rune Jensen
together to fix that. Is it possible to get an exception or something when a client disconnects? To avoid using needless resources. -- Anders Rune Jensen -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to c

Re: ANN: Aleph, an asynchronous web server

2010-07-09 Thread Anders Rune Jensen
On Fri, Jul 9, 2010 at 3:09 PM, David Nolen wrote: > On Fri, Jul 9, 2010 at 8:44 AM, Anders Rune Jensen > wrote: >> >> Very interesting! >> >> I've been following the thread with great interest and did a quick >> performance test today comparing standard

Re: ANN: Aleph, an asynchronous web server

2010-07-09 Thread Anders Rune Jensen
hat > different in its design and intent; it couples the request and > response to allow for seamless interop with Ring. > > Anyways, I hope some people find this interesting.  Clojure doesn't > seem to have found its own voice w.r.t. web development; hopefully we > can work t

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-07 Thread Anders Rune Jensen
t;> > > >> with your first post. >> > > >> To unsubscribe from this group, send email to >> > > >> clojure+unsubscr...@googlegroups.com >> > > >> For more options, visit this group at >> > > >>http://groups.google

Re: agents returning nil by default

2010-05-20 Thread Anders Rune Jensen
On Thu, May 20, 2010 at 2:26 PM, Daniel Werner wrote: > On 20 May 2010 11:42, Anders Rune Jensen wrote: >> The algorithm: >> >> (defn change-state [cur-state] >>   (when (> (:value cur-state) 10) >>      (assoc cur-state :message "danger, danger"))

Re: agents returning nil by default

2010-05-20 Thread Anders Rune Jensen
On Thu, May 20, 2010 at 10:40 AM, Rasmus Svensson wrote: > 2010/5/10 Anders Rune Jensen >> >> [...] But I was a little surprised to find out that by >> default, if you don't return anything, it will set the value of the >> agent to nil. [...] > > Firstl

agents returning nil by default

2010-05-10 Thread Anders Rune Jensen
e function, sort of like this in OO languages, but I decided not to. It's a bit intrusive and also my macro knowledge didn't allow me to write it ;-) -- Anders Rune Jensen http://people.iola.dk/arj/ -- You received this message because you are subscribed to the Google Groups "Cloj

Re: ClojureCLR and WPF Data Binding

2010-05-08 Thread Anders Rune Jensen
o clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/c

Re: StackOverflow exception problem in filter

2010-05-03 Thread Anders Rune Jensen
ups "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 email to > clojure+unsubscr...@googlegroups.com > For

StackOverflow exception problem in filter

2010-05-03 Thread Anders Rune Jensen
w.com/questions/2748087/stack-overflow-in-compojure-web-project Thanks in advance, I've been struggling with this problem for a while and it's really starting to bug me :-) -- Anders Rune Jensen -- You received this message because you are subscribed to the Google Groups "Clojur

Re: ANN: midi-clj and osc-clj

2010-02-25 Thread Anders Rune Jensen
sc-clj "0.1"] > > or from github: > > http://github.com/rosejn/midi-clj > http://github.com/rosejn/osc-clj > > Cheers, > Jeff -- Anders Rune Jensen http://www.iola.dk -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: Remote swank cannot recconnect

2010-01-26 Thread Anders Rune Jensen
o 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 email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http:

Re: help with serializing/deserializing structs

2010-01-26 Thread Anders Rune Jensen
mbers are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- Anders Rune Jensen http://www.iol

Re: [ANN] FleetDB: A schema-free database implemented in Clojure

2010-01-05 Thread Anders Rune Jensen
sing standard Unix > tools. FleetDB is accessible via a simple JSON-based protocol that is > implemented by clients in several programming languages." Very interesting! I've been looking for something like this. I was looking through the documentation and it seems that "aut