parinfer

eraserhd 2016-11-07T15:45:28.000168Z

Interesting case, with clojure's new scoped maps (or whatever they are called). With parinfer, can't do:

#:foo{
   :hello 42}

shaunlebron 2016-11-07T21:34:04.000169Z

foo and hello aren’t siblings

shaunlebron 2016-11-07T21:35:10.000170Z

and these aren’t expected to work either:

#{
 :hello 42}
#js{
 :hello 42}