parinfer

shaunlebron 2017-08-06T18:18:38.368138Z

I think it makes sense to have this change

shaunlebron 2017-08-06T18:20:34.378263Z

anyone have thoughts about just compiling a single implementation to different langs?

cfleming 2017-08-06T21:45:24.399941Z

@shaunlebron So I was thinking that having the reference impl in TypeScript would make translation to Kotlin trivial, including possibly automatic translation.

cfleming 2017-08-06T21:45:56.402287Z

But doing the same to e.g. elisp is probably trickier

cfleming 2017-08-06T23:22:46.885779Z

TypeScript is nice in that the types are cleanly expressed (I believe, I don’t have a lot of experience with it) and it includes good tools for parsing/elaborating an AST