other-languages

emccue 2021-12-26T02:32:28.173200Z

https://github.com/bowbahdoe/edn_format

quoll 2022-01-09T19:24:29.005200Z

How is the performance of this looking? I’m wondering, because EDN parsing on ClojureScript is not as fast as JSON, but a performant Rust implementation compiled to WASM may make up that difference.

emccue 2022-01-09T21:37:29.015700Z

Zero clue. I’d be willing to assist with an attempt to benchmark/make a wasm module though.

quoll 2022-01-09T21:38:16.016200Z

I’m trying to do more with WASM, so I’d be happy to help with this.

emccue 2021-12-26T02:32:34.173500Z

working on documenting and publishing

emccue 2021-12-26T04:06:19.173700Z

https://crates.io/crates/edn-format

borkdude 2021-12-26T07:02:08.174300Z

Awesome!

Yehonathan Sharvit 2021-12-26T07:05:34.175100Z

@emccue Looks great. What was your motivation for this cool project? Just for the fun or you had a specific need at work?

emccue 2021-12-26T15:17:48.175600Z

explained in thread with borkdude above