6 ms·
I'll plug Parinfer as the best tool I've found for removing the pain of editing s-expressions. It's done wonders for my own workflow, and there's almost nothing
by coolmitch 9y ago
I'll plug Parinfer as the best tool I've found for removing the pain of editing s-expressions. It's done wonders for my own workflow, and there's almost nothing to learn before you can use it effectively (compare to Paredit which requires you to know quite a few shortcuts before becoming productive)
I almost never have to think about the parentheses while editing, any more than I would braces in a c-like language. It's really freeing. It's also fully integrated into Cursive so there isn't even a setup step if you're using that already.
https://shaunlebron.github.io/parinfer/ https://shaunlebron.github.io/parinfer/
- ledgerdev 9y agoI feel most syntax themes are designed for syntax based languages and make the parenthesis far too dark/prominent and it's visually overwhelming. If you dial back the color of parenthesis and brackets to a lighter grey, the experience is almost like writing python with parinfer.