Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
610 stars 28 forks source link

Add `case`, `faccumulate` and `fcollect` #147

Closed rrrnld closed 11 months ago

rrrnld commented 11 months ago

Went through https://fennel-lang.org/reference and added some forms that have recently been added to the language (last update was around 0.10.0 I think).

Olical commented 11 months ago

Nice one, thanks a lot! I checked the original fennel.vim I forked this from and it hasn't been updated in 3 years, so I guess this is the most up to date version these days still.

If there's an "official" maintained version we could always point people at that / copy it here, but I don't think there's a better source right now. Maybe I should move this to a separate repo so people can use it without Aniseed 🤔 (i.e. nfnl)