emacs-buttercup VS straight.el

Compare emacs-buttercup vs straight.el and see what are their differences.

emacs-buttercup

Behavior-Driven Emacs Lisp Testing (by jorgenschaefer)

straight.el

🍀 Next-generation, purely functional package manager for the Emacs hacker. (by radian-software)
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
emacs-buttercup straight.el
4 70
358 2,655
- 0.3%
8.0 5.5
about 2 months ago 25 days ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only MIT License
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.

emacs-buttercup

Posts with mentions or reviews of emacs-buttercup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.
  • Emacs is big, emacs is god, emacs makes unit tests a major PITA
    2 projects | /r/emacs | 1 Apr 2023
    ERT doesn't have much to help with this, but Buttercup has a number of facilities to help with controlling the environment around each test: https://github.com/jorgenschaefer/emacs-buttercup/
  • Emacs’s Builtin Elisp Cheat Sheet
    8 projects | news.ycombinator.com | 6 Jul 2022
    > (For example, when trying to test things out I haven't really found a way much better than typing into scratch, selecting code and running it while staring at messages....)

    Are you talking about when you're noodling, trying to figure how things work, or actually trying to build something?

    For playing around, I found that scratch works ok, but I found a better workflow.

    I end up using a daily note in org-roam, with #begin_src elisp... I then tag the heading with :REFILE:ELISP: so I can always find it later. Basically evaluate everything inline within that org-babel block.

    When I'm building something, or driving towards a specific goal, I use buttercup [0] to write actual unit tests. If I squint, it kinda looks like TDD.

    Finally, for debugging of running elisp, take a look at edebug [1]. It's a pretty standard looking debugger (if you used something like gdb). By default emacs uses debug which is not as friendly.

    [0]: https://github.com/jorgenschaefer/emacs-buttercup

    [1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Ed...

  • Writing my first tests in elisp
    1 project | /r/emacs | 9 Sep 2021
    Ok, before posting this I looked up a bit and found this and this. Buttercup seems great. Links or tips from experienced developers are welcome.
  • emacs-buttercup: Behavior-Driven Emacs Lisp Testing
    1 project | /r/planetemacs | 25 Feb 2021

straight.el

Posts with mentions or reviews of straight.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.

What are some alternatives?

When comparing emacs-buttercup and straight.el you can also consider the following projects:

dark-notify - Watcher for macOS 10.14+ light/dark mode changes

use-package - A use-package declaration for simplifying your .emacs

treemacs

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

dotfiles - My dotfiles: macOS, OpenBSD, Linux. Setup: git init; git remote add github https://github.com/rollcat/dotfiles; git pull github master

melpa - Recipes and build machinery for the biggest Emacs package repo

.emacs.d - Centaur Emacs - A Fancy and Fast Emacs Configuration

prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.

dap-mode - Emacs :heart: Debug Adapter Protocol

eglot - A client for Language Server Protocol servers

vim-orgmode - Text outlining and task management for Vim based on Emacs' Org-Mode

evil-org-mode - Supplemental evil-mode keybindings to emacs org-mode