Fork me on GitHub
#parinfer
<
2017-07-07
>
shaunlebron17:07:05

I’ve seen it for destructuring in clojure

shaunlebron17:07:45

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

rgdelato17:07:43

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

shaunlebron17:07:20

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

shaunlebron17:07:56

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

dominicm18:07:17

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

rgdelato18:07:16

Awesome, thank you for the list

shaunlebron18:07:41

looks like the most legitimate cases are:

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