-
It seems the fennel queries aren't quite correct, leading to odd behavior:
```fennel
{:foo 1
|:bar 2
:qux 3}
```
Given my cursor on the `:` of `:bar`, if I press `W`, my cursor will move to …
-
I'm currently trying to see if I can make the Fennel nREPL server [JeeJah](https://gitlab.com/technomancy/jeejah) work with Calva Connect to REPL.
But:
- Calva's handshake is very Clojure-centric.…
-
Is there an easy way to force fennel to regenerate the lua files?
-
https://fennel-lang.org/
**Description**
Fennel is a lisp that compiles to Lua.
```fennel
;; Printing
(print "Hello, World!")
;; Looping
(for [i 0 9]
(print i))
;; Accessing argum…
-
Hi, how to add Fennel language support?
at least syntax highlighting, i came across [tree-sitter-fennel](https://github.com/travonted/tree-sitter-fennel)
and basic fennel lsp [fennel-ls](https://g…
-
https://fennel-lang.org/
https://github.com/bakpakin/Fennel
-
[Fennel](https://fennel-lang.org/) is a Lisp that compiles straight to Lua that's been recently gaining a lot of attention especially in the Neovim community. Therefore I think parinfer-rust should su…
-
**Language**
> Fennel is a programming language that brings together the simplicity, speed, and reach of [Lua](https://www.lua.org/) with the flexibility of a [lisp syntax and macro system.](https:…
-
Guide assumes you're using `lspconfig`.
By default, fennel-ls does not include `fnl/` directories in its module and
macro search paths.
You may either pass updated paths as options to fennel-ls…
-
Just a thought but would it be unreasonable to include fennel source and the other packages we use in the project?
## Pros
- Static install location
- Remove luarocks
- More stable, so when fe…