Fennel Lisp

Open-source Fennel projects categorized as Lisp

Top 8 Fennel Lisp Projects

  • Fennel

    Lua Lisp Language

  • Project mention: Did we lose our way in making efficient software? – ~30 MB doc file vs. browser | news.ycombinator.com | 2024-04-28

    It's interesting: minimal software is out there, but folks don't tend to choose it. I spend a fair amount of time thinking about how to be conservative in my dependencies, and this encourages a lightweight stack that tends to perform pretty well. These days, I'm favoring tools like Lua, SQLite, Fennel[0], Althttpd[1], Fossil[2], and the Mako Server[3] and find that great, lightweight, stable, efficient software is to be had, for free, but you have to go a bit off the beaten path. This isn't stuff you hear about on Stack Overflow.

    In terms of frontend, which the post focuses on (Google Docs and a 30MB doc), I guess I'm conflicted. While I tend to favor native apps + web pages, I'm also a daily Tiddlywiki user, and I really think web apps have their place (heck, one idea I'm working on is a lightweight local server that lets you run web apps like Tiddlywiki). But without a doubt, Tiddlywiki is more resource intensive than Emacs (my go-to for notetaking when I'm not on TW). My tab for a 6MB Tiddlywiki file uses 155MB of RAM, and my (heavily customized, dozens of open buffers) Emacs session uses 88MB. So I do think the author has a good point.

    [0]: https://fennel-lang.org/

  • aniseed

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

  • Project mention: Configuring Neovim with Fennel | dev.to | 2023-11-10

    aniseed

  • 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.

    InfluxDB logo
  • spacehammer

    Hammerspoon config inspired by Spacemacs

  • Project mention: Why Fennel? | news.ycombinator.com | 2023-09-13
  • hotpot.nvim

    :stew: Carl Weathers #1 Neovim Plugin.

  • Project mention: Configuring Neovim with Fennel | dev.to | 2023-11-10

    hotpot.nvim

  • tangerine.nvim

    🍊 Sweet Fennel integration for Neovim

  • Project mention: Configuring Neovim with Fennel | dev.to | 2023-11-10

    local function bootstrap(url, ref) local name = url:gsub(".*/", "") local path = vim.fn.stdpath [[data]] .. "/lazy/" .. name if vim.fn.isdirectory(path) == 0 then print(name .. ": installing in data dir...") vim.fn.system { "git", "clone", url, path } if ref then vim.fn.system { "git", "-C", path, "checkout", ref } end vim.cmd [[redraw]] print(name .. ": finished installing") end vim.opt.runtimepath:prepend(path) end bootstrap("https://github.com/udayvir-singh/tangerine.nvim") -- Optional and only needed if you also want the macros bootstrap("https://github.com/udayvir-singh/hibiscus.nvim") require 'tangerine'.setup { target = vim.fn.stdpath [[data]] .. "/tangerine", -- compile files in &rtp rtpdirs = { "ftplugin", }, compiler = { -- disable popup showing compiled files verbose = false, -- compile every time changes are made to fennel files or on entering vim hooks = { "onsave", "oninit" } }, }

  • nvim-parinfer

    parinfer for Neovim

  • nvim-minor-mode

    Emacs like minor modes for Neovim

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • nvim

    Neovim configuration in Fennel (by fedemengo)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Fennel Lisp related posts

  • Did we lose our way in making efficient software? – ~30 MB doc file vs. browser

    2 projects | news.ycombinator.com | 28 Apr 2024
  • Configuring Neovim with Fennel

    7 projects | dev.to | 10 Nov 2023
  • Why Fennel?

    12 projects | news.ycombinator.com | 13 Sep 2023
  • Can I use elixir as the scripting language of my game engine?

    1 project | /r/elixir | 6 Jun 2023
  • TimL: Clojure-like Lisp dialect that runs on and compiles down to Vimscript

    3 projects | news.ycombinator.com | 26 May 2023
  • Announcing automation-service: write and schedule home automation scripts in Lua

    3 projects | /r/haskell | 12 May 2023
  • I'm trying to switch from Python to Lua so I can get into game development... where do I start?

    4 projects | /r/lua | 21 Mar 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    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. Learn more →

Index

What are some of the best open-source Lisp projects in Fennel? This list will help you:

Project Stars
1 Fennel 2,315
2 aniseed 596
3 spacehammer 543
4 hotpot.nvim 340
5 tangerine.nvim 189
6 nvim-parinfer 156
7 nvim-minor-mode 19
8 nvim 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com