tree-sitter-elisp VS emacs-ng

Compare tree-sitter-elisp vs emacs-ng and see what are their differences.

emacs-ng

A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender. (by emacs-ng)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tree-sitter-elisp emacs-ng
2 78
53 1,623
- 0.9%
3.6 10.0
12 months ago 9 days ago
C Emacs Lisp
MIT License 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.

tree-sitter-elisp

Posts with mentions or reviews of tree-sitter-elisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.
  • RMS – EmacsConf Talk
    3 projects | news.ycombinator.com | 6 Dec 2022
    Here is the tree-sitter grammar of Elisp:

    https://github.com/Wilfred/tree-sitter-elisp/blob/main/gramm... (approx. 200 lines)

    and here is the grammar of JavaScript:

    https://github.com/tree-sitter/tree-sitter-javascript/blob/m... (approx. 1200 lines)

    JavaScript evolved into a language of similar complexity as Perl 5 (the corresponding tree sitter syntax table counts almost 2000 lines, currently).

  • EmacsConf 2022 Starting Now
    1 project | news.ycombinator.com | 3 Dec 2022
    > I like the multiprocess approach with standard protocols, despite its complexities, because it lets different editors share smarts.

    Yes, the benefit LSP brings is putting editors/IDEs on equal footing with respect to a specific language. Also the multiplicative effect when the author of a new language provides a language server so nobody needs to switch their IDEs to try it out.

    However, seeing how „straight forward“ a tree-sitter specific language grammar looks in practice (1) makes we wonder if by providing a TS grammar for a language would realize (almost) the same benefit. Based on such a grammar and TS’ selector engine figuring out a syntax highlighting scheme, code folder, a docstring or symbol scanner might not be such a huge endeavor any more as you described for ENSIME.

    So, yeah, in the end LSP might be dead end at some point, especially because TS promises to be very fast and avoids any IPC. Performance seems to be the biggest problem of LSP clients in Emacs and probably other editors as well.

    (1) https://github.com/Wilfred/tree-sitter-elisp/blob/main/gramm... — of course, the example being ELISP makes it look easier than said, if you compare it with the grammar of Perl5 that’s not yet finished unsurprisingly.

emacs-ng

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

What are some alternatives?

When comparing tree-sitter-elisp and emacs-ng you can also consider the following projects:

tree-sitter-javascript - Javascript grammar for tree-sitter

remacs - Rust :heart: Emacs

go-tree-sitter - Golang bindings for tree-sitter https://github.com/tree-sitter/tree-sitter

lightspeed.nvim - deprecated in favor of leap.nvim

tree-sitter-html - HTML grammar for Tree-sitter

emacs-cl - Common Lisp implemented in Emacs Lisp.

tree-sitter-markdown - Markdown grammar for tree-sitter

magit - It's Magit! A Git Porcelain inside Emacs.

tree-sitter-comment - Tree-sitter grammar for comment tags like TODO, FIXME(user).

tig - Text-mode interface for git

tide - Tide - TypeScript Interactive Development Environment for Emacs

calctex