speed-of-thought-lisp VS lisp-extra-font-lock

Compare speed-of-thought-lisp vs lisp-extra-font-lock and see what are their differences.

speed-of-thought-lisp

Write elisp at the speed of thought. Emacs minor mode with abbrevs and keybinds. (by Malabarba)

lisp-extra-font-lock

Highlight bound variables and quoted expressions in lisp (by Lindydancer)
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
speed-of-thought-lisp lisp-extra-font-lock
2 1
70 55
- -
0.0 10.0
11 months ago about 1 year ago
Emacs 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.

speed-of-thought-lisp

Posts with mentions or reviews of speed-of-thought-lisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • Have an emacs completion setup that works really smoothly in practice? Requesting examples
    2 projects | /r/emacs | 8 Mar 2023
    Try speed of thought lisp and see if you like it, or yasnippet. I think it is great, I can just type acronym (actually could be any abbrev) and space and it completes, however I dislike the fact that it requires me to remember acronyms. But I do use it for some of the more usual stuff like with-current-buffer is wcb, require is r and so on.
  • What packages do I need to for the best elisp editing environment?
    8 projects | /r/emacs | 6 Jan 2023
    Paredit, Speed-of-thought lisp, Helm, perhaps Lispy but I am not using it myself. I found expand-region to work really well when writing and modifying elisp. lisp-extra-font-lock if you want some more blink (and font-lock-studio). Helpful is very good to have instead of built-in help, it displays the source code by default as well as symbol properties. It is a very informative learning experience to see how built-in stuff is implemented. I am quite lazy to press extra in built-in help to see the source code, but with Helpful, you get it auto in the same window, whicih is great for learning. Seeing symbol properties is sometimes a time saver so you don't have to M-: and type an Elisp function to see the symbol properties when debugging. Learn Edebug, it is very useful built-in application for Emacs Lisp development.

lisp-extra-font-lock

Posts with mentions or reviews of lisp-extra-font-lock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-06.
  • What packages do I need to for the best elisp editing environment?
    8 projects | /r/emacs | 6 Jan 2023
    Paredit, Speed-of-thought lisp, Helm, perhaps Lispy but I am not using it myself. I found expand-region to work really well when writing and modifying elisp. lisp-extra-font-lock if you want some more blink (and font-lock-studio). Helpful is very good to have instead of built-in help, it displays the source code by default as well as symbol properties. It is a very informative learning experience to see how built-in stuff is implemented. I am quite lazy to press extra in built-in help to see the source code, but with Helpful, you get it auto in the same window, whicih is great for learning. Seeing symbol properties is sometimes a time saver so you don't have to M-: and type an Elisp function to see the symbol properties when debugging. Learn Edebug, it is very useful built-in application for Emacs Lisp development.

What are some alternatives?

When comparing speed-of-thought-lisp and lisp-extra-font-lock you can also consider the following projects:

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

.emacs.d - My current Emacs setup.

helpful - A better Emacs *help* buffer

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

macrostep - interactive macro-expander for Emacs

lispy - Short and sweet LISP editing

prescient.el - ☄️ Simple but effective sorting and filtering for Emacs.