puni VS ts-movement

Compare puni vs ts-movement and see what are their differences.

puni

Structured editing (soft deletion, expression navigating & manipulating) that supports many major modes out of the box. (by AmaiKinono)

ts-movement

Emacs 29+ minor mode for syntax tree navigation using Tree Sitter (by haritkapadia)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
puni ts-movement
8 4
357 54
- -
6.0 3.7
3 months ago about 1 month ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

puni

Posts with mentions or reviews of puni. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • Paredit-like features in non-lisp modes?
    4 projects | /r/emacs | 27 May 2023
  • Good Emacs Packages
    7 projects | /r/emacs | 14 May 2023
    For working with delimiters, you might want to check out Smartparens or Puni. There are many other packages like these, but those are the two I know about.
  • Tree-sitter starter guide
    7 projects | /r/emacs | 17 Jan 2023
    I'm guessing the way forward here for navigation is to change Emacs' built-in sexp-navigation when treesitter is available? forward-sexp, backward-up-list, down-list, raise-sexp etc do a good job in lisp environments, and they can now work everywhere. Packages that build on these (like Puni will automatically gain treesitter-awareness.
  • What modal sexp editing mode should I switch to?
    6 projects | /r/emacs | 10 Jan 2023
    I have never used lispy, but I have used puni for a while now, and I'm pretty satisfied with it. I am not sure that it's exactly what you're looking for since it takes a more limited approacg, but it has a lot of the same features: slurping, barfing, raising, splicing etc.
  • What packages do I need to for the best elisp editing environment?
    8 projects | /r/emacs | 6 Jan 2023
    For any Lisp you want paredit or any other structural editing package (I switched to puni recently because it’s more customizable and works with non-Lisp languages too). The first three days will suck hard because it’ll feel like the tools get in your way, but once you’re comfortable with it it’ll be the best thing ever.
  • paredit based on treesitter
    3 projects | /r/emacs | 30 Nov 2022
    Afaik puni uses only forward-sexp for navigating and manipulating sexps. So if you implement a forward-sexp-function that uses treesit.el it should work without any changes.
  • Find out a great emacs package for structural editing.
    2 projects | /r/emacs | 23 Jan 2022

ts-movement

Posts with mentions or reviews of ts-movement. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-17.

What are some alternatives?

When comparing puni and ts-movement you can also consider the following projects:

smartparens - Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

combobulate - Structured Editing and Navigation in Emacs with Tree-Sitter

jinx - 🪄 Enchanted Spell Checker

haskell-ts-mode - Emacs major mode for Haskell tree-sitter support.

symex.el - An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs

lispy - Short and sweet LISP editing

jake-emacs - My personal Emacs configuation.

speed-of-thought-lisp - Write elisp at the speed of thought. Emacs minor mode with abbrevs and keybinds.

expand-region.el - Emacs extension to increase selected region by semantic units.

lunarymacs - Moon-based Emacs configuration.

helpful - A better Emacs *help* buffer

lisp-extra-font-lock - Highlight bound variables and quoted expressions in lisp