parinfer

jysandy 2020-07-17T10:16:19.019700Z

I noticed that the parinfer project is archived. https://github.com/shaunlebron/parinfer Has development on the project stopped? Or is it simply considered complete?

justinbarclay 2020-07-17T14:56:43.022300Z

I would say that repo acts as the spec for Parinfer and I believe Shaun considers it complete (with the caveat that smart mode as specified is really hard for most text editors to do). There are still implementations of parinfer being actively maintained however. At the very least: https://github.com/eraserhd/parinfer-rust

justinbarclay 2020-07-17T14:57:54.023300Z

I looked at Atom and VS Code, but those both had last commits on master 2 years ago ¯\(ツ)

dharrigan 2020-07-17T15:21:55.023600Z

I use parinfer-rust, works great.

sekao 2020-07-17T15:51:29.025Z

i wrote an implementation in cljc from scratch if anyone's interested https://github.com/oakes/parinferish not 100% conforming, as the name implies =D

1
❤️ 1
eraserhd 2020-07-17T17:50:08.025700Z

I let it collect dust for too long.

eraserhd 2020-07-17T17:52:54.027100Z

Although, I must thank some contributors who made some PRs and issues and got me to put it on my list again.