Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Jerry
very good article for beginners like me. thanks for sharing. On Aug 29, 2012 4:38 PM, "Evan Mezeske" wrote: > I finally got around to writing the first installment in what is going to > be a series of articles about my experiences with building a commercial web > app in Clojure and ClojureScript

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Jonas
On Wednesday, August 29, 2012 8:29:05 PM UTC+3, Evan Mezeske wrote: > > On Wednesday, August 29, 2012 6:10:59 AM UTC-7, Stathis Sideris wrote: >> >> Nice post, thanks. Did you write the the geometry utilities yourself? > > > Yeah, I did. That code is pretty application-specific. It covers thing

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Evan Mezeske
On Wednesday, August 29, 2012 6:10:59 AM UTC-7, Stathis Sideris wrote: > > Nice post, thanks. Did you write the the geometry utilities yourself? Yeah, I did. That code is pretty application-specific. It covers things like "if a lab-bench desk with two chairs is rotated, where do the seats end

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread David Nolen
On Wed, Aug 29, 2012 at 4:38 AM, Evan Mezeske wrote: > I finally got around to writing the first installment in what is going to be > a series of articles about my experiences with building a commercial web app > in Clojure and ClojureScript: > > http://blog.mezeske.com/?p=552 > > Sorry if the fir

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Stathis Sideris
Nice post, thanks. Did you write the the geometry utilities yourself? On Wednesday, 29 August 2012 09:38:06 UTC+1, Evan Mezeske wrote: > > I finally got around to writing the first installment in what is going to > be a series of articles about my experiences with building a commercial web > app

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Marco Dalla Stella
2012/8/29 Evan Mezeske : > I finally got around to writing the first installment in what is going to be > a series of articles about my experiences with building a commercial web app > in Clojure and ClojureScript: > > http://blog.mezeske.com/?p=552 > > Sorry if the first article doesn't have enoug

Re: Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Shantanu Kumar
Thanks for sharing the blog post - I enjoyed reading it. Looking forward to the rest of the series. Shantanu On Aug 29, 1:38 pm, Evan Mezeske wrote: > I finally got around to writing the first installment in what is going to > be a series of articles about my experiences with building a commerci

Building School Seating Charts in Clojure and ClojureScript: Part 1

2012-08-29 Thread Evan Mezeske
I finally got around to writing the first installment in what is going to be a series of articles about my experiences with building a commercial web app in Clojure and ClojureScript: http://blog.mezeske.com/?p=552 Sorry if the first article doesn't have enough meaty technical details (or code