Re: Instarepl in REPL

2016-08-15 Thread Bryan Maass
If you use CIDER, cider-enlighten-mode will show you something similar to that. Without cider-enlighten-mode: https://fetchh--captured.s3.amazonaws.com/2016-08-16_162853.png with it: https://fetchh--captured.s3.amazonaws.com/2016-08-16_162832.png and a gif comparing the 2: https://fetchh--cap

Re: Multiple key-value pairs in assoc-in (old issue)

2016-08-15 Thread Łukasz Kożuchowski
Thanks for the tip. I imagine the patch author is much more sad (it's been one year...). Łukasz Kożuchowski -- 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

Clojure Bootcamp

2016-08-15 Thread DomKM
Several people approached me about organizing a Clojure bootcamp, so I'm running a survey to determine community interest. The bootcamp would most likely be remote, part-time, and run 8-12 weeks (in keeping with other remote coding bootcamps). If you are interested, please fill out this quick q

Re: ANN: ClojureScript 1.9.211, cljs.spec fixes

2016-08-15 Thread David Nolen
I just cut 1.9.216, the relevant changes are fixing a regression around instrumenting multi-arity fns and adding spec assert. On Mon, Aug 15, 2016 at 8:58 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.co

[ANN] Clojure/conj CFP & Opportunity Grant Applications open

2016-08-15 Thread Lynn Grogan
Hey All, I just wanted to you let you know that the Call for Presentations and Opportunity Grant applications have opened for Clojure/conj . Details are below. Please help spread the word! Thanks, Lynn Grogan Clojure/conj Organizer Clojure/conj Opportunity

Re: using the same middleware (wrap-multipart-params) with different parameters in one app [ring] [compojure]

2016-08-15 Thread Michael Drago
I ran into this SAME issue today. Did you ever find a solution? Even looking into ring's code it seems like it always takes the :store fn first and if one isn't defined it takes the default-store. https://github.com/ring-clojure/ring/blob/1.5.0/ring-core/src/ring/middleware/multipart_params.clj#

Instarepl in REPL

2016-08-15 Thread Yangkook Kim
I love LightTable's instarepl feature. Are there any existing libraries/macros that allows me do the similar thing? Here is the video that shows instarepl in action: https://youtu.be/cs3lO4FE3U4?t=68 My idea is that "with-instarep" prints out the source of inner function with evaluated values

[ANN] clojurescript.org

2016-08-15 Thread Alex Miller
We are pleased to announce that http://clojurescript.org is now a site rather than a redirect to the github repo. Content was seeded from the CLJS wiki. The site contribution process is the same as http://clojure.org - Contributor Agreement is required, but then contributions can be sent via P

ANN: ClojureScript 1.9.211, cljs.spec fixes

2016-08-15 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.9.211"] This release addresses a few bugs around cljs.spec discovered in the last release a