eerohele / Tutkain

A Sublime Text package for interactive Clojure development
https://tutkain.flowthing.me
Other
68 stars 8 forks source link

Implement Paredit commands #9

Open eerohele opened 4 years ago

eerohele commented 4 years ago

The paredit package doesn't work perfectly with Clojure, and it has no license, so I can't fork it. That means I need to reimplement some subset of Paredit commands from scratch.

See also the Animated Guide to Paredit.

eerohele commented 4 years ago

Whew… I think that's all I'm going to implement for now. I'll look at implementing the rest if I come across a situation where I need them (or maybe if someone asks for them).