parinfer

shaunlebron 2017-07-07T17:22:05.591201Z

I’ve seen it for destructuring in clojure

shaunlebron 2017-07-07T17:24:45.670689Z

actually, i’m having trouble coming up with a real example, lemme run a grep search on clojure core repos

👍 1
rgdelato 2017-07-07T17:25:43.699462Z

I guess my actual question was closer to "would it feel limiting if the first example was disallowed?" ...which may turn out to be "yes", I'm not sure

shaunlebron 2017-07-07T17:27:20.749232Z

i’m not sure, some real world usages might help answer

shaunlebron 2017-07-07T17:35:56.009050Z

i’m not sure if grep is liking my character class regex syntax

shaunlebron 2017-07-07T17:41:49.180823Z

trying https://github.com/BurntSushi/ripgrep

❤️ 1
dominicm 2017-07-07T18:11:17.083257Z

One of our projects was causing a segfault in ag it pt. Switched to ripgrep, been VERY happy since.

👍 1
rgdelato 2017-07-07T18:12:16.112701Z

Awesome, thank you for the list

shaunlebron 2017-07-07T18:33:41.752710Z

looks like the most legitimate cases are:

({foo 1
  bar 2
  ...} x)
(map (fn []
       ...) xs)