Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-30 Thread Steve Shogren
0.8-snapshot. > > — > Cheers, > Bozhidar > > On October 29, 2014 at 5:43:56 PM, Steve Shogren (steve.a...@gmail.com > ) wrote: > > Supposedly that was fixed in nrepl 0.2.6, which is the version I am using. > Still nothing. > > On Wednesday, October 29, 2014 10:15:34 A

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-30 Thread Steve Shogren
-9b16-c89f818ed326")) On Wednesday, October 29, 2014 1:12:14 PM UTC-4, Bozhidar Batsov wrote: > > I’d suggest filing the a ticket with output from *nrepl-messages* so we > can have an idea what’s going on. > You can also try the 0.8-snapshot. > > — > Cheers, > Bozh

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Steve Shogren
ssues/785 > > — > Cheers, > Bozhidar > > On October 29, 2014 at 2:41:02 PM, Steve Shogren (steve.a...@gmail.com > ) wrote: > > I cannot seem to see the results of "println", "print", or > "clojure.tools.trace/trace" when running my si

Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread Steve Shogren
I cannot seem to see the results of "println", "print", or "clojure.tools.trace/trace" when running my site, per my setup here: http://stackoverflow.com/questions/22365741/missing-out-in-clojure-with-lein-and-ring?lq=1 The one comment suggested trying (.println System/out msg) which prints as

Philadelphia SICP Study Group starting Feb 5th

2013-12-17 Thread Steve Shogren
Quite a few in the Philadelphia area expressed interest in having a study group around the excellent book Structure and Interpretation of Computer Programs, and so here it is! http://www.meetup.com/Clojadelphia/events/155920672/ But, SICP is in Scheme, right? What does that have to do with Cloj

Clojure Macro Tutorial

2013-08-19 Thread Steve Shogren
http://deliberate-software.com/intro-to-macros/ I wrote this tutorial up for a friend of mine who is a Ruby programmer thinking of learning Clojure, as my defense of why Clojure is worth his time. I will welcome any advice, code reviews, or suggestions about the post or code samples. Thanks!

Deft: A Typeshaping Library

2013-08-12 Thread Steve Shogren
Hello everyone! I recently created this libraryto solve a problem I was having with maps. I am not sure if it would be helpful to anyone else, I would appreciate any feedback. The point of the library is to provide some run-time "typeshape" checking of C