Tamas Herman

Results 64 comments of Tamas Herman

Recommendation on Slack, by @lread : @onetom, I would prefer a non zero exit in this scenario as well. But... it is also pretty easy to write [a kaocha hook](https://github.com/lread/test-doc-blocks/blob/65bddd419c29f0e3ef8146aa11111df12bd7c1fd/tests.edn#L12)...

@aroemers I would update the README too and add some tests, but first, I would like to know if you see any problem with the feature itself or with the...

We were thinking about using rmap in ClojureScript too and not sure what complications would reader tags impose. Apart from that, it makes unevaluated values stand out better, so that's...

Thank you for the `rval-tags` experiment. I was trying to implement it myself last Thursday and Friday, but I was tripped over by not excluding `clojure.core/ref` in the namespaces, where...

I just got back to this feature finally. Successfully converted our configuration map into an rmap and it was observable along the way as expected. I see there are still...

Having the following definition for `rmap*` would get rid off those `??`s: ```clojure (defn ^:no-doc rmap* [m] (reduce-kv (fn [a k ??] (assoc a k (RVal. (.f (rval ??)) ??)))...

-1 (probably) Is there a legitimate use-case though for using such expected values which get mutated? I'm coming from Clojure world, so to me this looks like a rather scandalous...

I was also just learning about IntelliJ profiling and I got this error, when I tried to start a `Local Clojure REPL` run config with the `Profile with 'IntelliJ Profiler'`...

Just tried https://github.com/clojure-goes-fast/clj-async-profiler and I could use it for CPU profiling, but it's not integrated with IntelliJ, of course.

This link is broken, so here is a snapshot of it from the Internet Archive: https://web.archive.org/web/20130116215619/http://paganbooks.eu/software/article/rc