trivial-formatter
Code formatter for common lisp. (by hyotang666)
semantic-refactor
Semantic Refactor is a refactoring tool based on Semantic parser framework (by tuhdo)
trivial-formatter | semantic-refactor | |
---|---|---|
2 | 4 | |
41 | 268 | |
- | 0.0% | |
0.0 | 0.0 | |
almost 3 years ago | almost 2 years ago | |
Common Lisp | Emacs Lisp | |
- | - |
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.
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.
trivial-formatter
Posts with mentions or reviews of trivial-formatter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-07.
- trivial-formatter: Code formatter for common lisp.
-
Anyone using code formatter for elisp?
There is also this one for CL, so it could help: https://github.com/hyotang666/trivial-formatter
semantic-refactor
Posts with mentions or reviews of semantic-refactor.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-07.
- semantic-refactor: Semantic Refactor is a refactoring tool based on Semantic parser framework
-
Anyone using code formatter for elisp?
For elisp, I have been using srefactor for a long time, but it has quite a few issues have not been update in 5 years. Most other formatters for elisp/lisp that I have seen has some subtle issues or just does not handle splitting of long lines. People also have suggested just using aggressive-indent-mode and then putting the line breaks manually, but I was hoping to avoid having to decide where/when to split long lines as well.
- Auto-generating a C++ implementation file from its header file?
What are some alternatives?
When comparing trivial-formatter and semantic-refactor you can also consider the following projects:
lisp-format - A tool to format lisp code. Designed to mimic clang-format.
emacs-elisp-autofmt
cl-indentify - Automatic indentation for Common Lisp