parinfer / parinfer.js

Let's simplify the way we write Lisp
https://shaunlebron.github.io/parinfer
MIT License
1.76k stars 40 forks source link

Add a sockets API? #43

Closed refi64 closed 8 years ago

refi64 commented 8 years ago

I'd be interested in making a Parinfer bundle for Howl, but Howl's written in MoonScript and can't interface easily with Clojure. Would it be possible to have a sockets-based API to allow other editors to access Parinfer?

shaunlebron commented 8 years ago

@snoe has neovim using parinfer through a node host, see here. and @oakmac will be doing something similar for sublime. This is not something I'm familiar with, so maybe one of them can offer advice on this

refi64 commented 8 years ago

I think that'll work. Thanks!