pact.nvim VS hotpot.nvim

Compare pact.nvim vs hotpot.nvim and see what are their differences.

pact.nvim

πŸ”ͺ🩸🐐 semver aware package manager for neovim (by rktjmp)
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
pact.nvim hotpot.nvim
1 16
43 332
- -
0.0 9.3
over 1 year ago about 1 month ago
Fennel Fennel
MIT License 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.

pact.nvim

Posts with mentions or reviews of pact.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-21.
  • Hibiscus 🌺 -- Fennel eye-candy for neovim
    4 projects | /r/neovim | 21 May 2022
    Macros are pretty attractive, because you suddenly feel really unconstrained by syntax. You can write a fennel macro to handle really weird non-uniform syntax which can be exciting. In the end, it's generally less hassle to go with functions though. Often I'll write a macro, then tune it, then tune it again, then realise I just need a function function, i.e this was all a macro initially but now the macro is simply sugar to let you go (await (my-func 10)), and even then it's pretty debatable if simply accepting a function name and arguments is particularly worse (i.e: (await my-func 10) where await is just a function), I really just wanted to retain the "call style" on the day I wrote it. They do give you a lot of power though, one of the first things I wrote after Hotpot was a macro to set keymaps to functions directly, with closure scope which would have been pretty annoying without the macro - possible as the macro is just lua in the end, but pretty annoying, annoying enough that most people didn't bind "one shot" functions. I think that is where macros really shine, allowing you to actually patch short comings, not just alter syntax. Apart from that - which is now deprecated by 0.7 - I think I have one other macro in my config which ... could actually just be a function.

hotpot.nvim

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

What are some alternatives?

When comparing pact.nvim and hotpot.nvim you can also consider the following projects:

nvim-lua

aniseed - Neovim configuration and plugins in Fennel (Lisp compiled to Lua)

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

lush.nvim - Create Neovim themes with real-time feedback, export anywhere.

lightspeed.nvim - deprecated in favor of leap.nvim

tangerine.nvim - 🍊 Sweet Fennel integration for Neovim

leap.nvim - Neovim's answer to the mouse 🦘

conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

hibiscus.nvim - :hibiscus: Flavored Fennel Macros for Neovim

cajus-nvim - Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.

neovim-dotfiles - luong komorebi neovim lua configurations

which-key.nvim - πŸ’₯ Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.