| Age | Commit message (Collapse) | Author | Lines |
|
I didn't like that you couldn't keep mixing and matching, so I made it
so you can.
In the process, I also implemented even?, odd?, filter, mapcat, flat,
and concat.
Some of them didn't end up needing to exist, and the entire :toast.
namespace does need to be cleaned up.
Then again, it's not like I'm selling this like an alternative stdlib.
I should really try and port all of clojure.core though, it'd be funny.
|
|
Lmao oops, tfw you don't function without `dec` anymore.
|
|
It performs significantly better and I have no idea why.
|
|
I increase/decrease quote levels a lot, so I figured I'd write a small
thing for doing that more easily in visual mode.
This isn't without problems. Known bugs:
* In normal-mode, it's a bit slow (waiting for more inputs? possible,
but if you give it more inputs it just does it twice).
* You cannot increase/decrease indentation with <</>> with this on. This
is mostly a bummer for code blocks.
* Doesn't work with indentation-based quoting, rather than >.
But it's good enough for me, eh?
|