Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Puni Alternatives
Similar projects and alternatives to puni
-
symex.el
An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
smartparens
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
-
-
expand-region.el
Emacs extension to increase selected region by semantic units.
-
-
citar
Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
-
evil-textobj-tree-sitter
Tree-sitter powered textobjects for evil mode in Emacs
-
-
speed-of-thought-lisp
Write elisp at the speed of thought. Emacs minor mode with abbrevs and keybinds.
-
-
lisp-extra-font-lock
Highlight bound variables and quoted expressions in lisp
-
-
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
puni reviews and mentions
- Paredit-like features in non-lisp modes?
-
Good Emacs Packages
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
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?
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?
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
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.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 29 May 2023
Stats
AmaiKinono/puni is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of puni is Emacs Lisp.