Kevin Nakamura

Results 27 comments of Kevin Nakamura

I just checked, you can supply a custom reader to do anything. Here's an example of the insanity. ```clojure (require '[clojure.edn :as edn]) (defn foo [i] (if (= i 41)...

https://github.com/edn-rs/edn-rs/issues/158

> good call, I have granted access to crates.io I think you'll need to add a token to the repo in the secrets? I've never published to crates.io, so I...

https://github.com/edn-rs/edn-rs/issues/158 No need if there's not many releases.

What is the use case for the `edn!` macro? I wasn't really thinking about it until looking closely at the README. In several places it is called "parse", but it's...

I made it match the current usage a bit more. I also managed to make it dependency-free. If we go this route, I'll go for 100% coverage and move over...

Depending on what we do with #148 we can actually capture with a proc_macro https://github.com/Grinkers/constexpr_edn/blob/ba130aaaca55fb4df19b4826b6782c763ad713c3/examples/example.rs#L28-L31 so it should be possible to do something like ```rust let num = some_calc(); return...