'clojure.core/print-meta m w)
> (#'clojure.core/print-map m #'clojure.core/pr-on w))
>
>
>
>
> On Tuesday, June 27, 2017 at 1:06:27 AM UTC-5, Christian Johansen wrote:
>>
>> Hi,
>>
>> *print-namespace-maps* disables the new namespace maps formatting
Hi,
*print-namespace-maps* disables the new namespace maps formatting in
Clojure 1.9. However, it does not seem to affect formatting of return
values in the REPL (tried both the standard REPL as well as in Emacs with
CIDER).
Is it possible to completely disable this kind of formatting of maps
I suspect that the problem is that the library I'm looking to fetch does
not actually export anything. It only defines a polyfill. If there's any
way to make that work I'd like to know.
Christian
fredag 26. mai 2017 10.59.20 UTC+2 skrev Christian Johansen følgende:
>
&
I'm in need of an EventSource polyfill for my app to work in IE/Edge. So I
figured I'd take a look at the new npm support. I can get the left-pad
example from this post to work:
https://anmonteiro.com/2017/03/requiring-node-js-modules-from-clojurescript-namespaces/
However, trying to build with
Hi,
Prone (http://clojars.org/prone - http://github.com/magnars/prone) is a new
middleware for Ring apps that replaces the default exception page with an
interactive page that presents the exception, stack trace and environment
data in a more easily understandable way. It can also debug arbitra
Thanks for all your hard work on this!
One thought: I like the idea behind some? and friends, but the naming seems
misleading to me. In most APIs that have an every?-like function, there is a
corresponding some? or any?. In Clojure this is not the case, but we do have
every? and some, which provid
I just posted a quite long and detailed post/tutorial on using Stasis for
static web sites, including integration testing of all pages, link checker
++
The post also shows off using Optimus for asset optimization, and Enlive
and Hiccup for markup generation/manipulation.
http://cjohansen.no/bu