6 ms·
In terms of practical application, I saw (e.g. leap[1]) and enjoyed using fennel[2] for writing neovim plugins. [1]: https://github.com/ggandor/leap.nvim https
by kxc42 4y ago
In terms of practical application, I saw (e.g. leap[1]) and enjoyed using fennel[2] for writing neovim plugins.
[1]: https://github.com/ggandor/leap.nvim https://github.com/ggandor/leap.nvim
[2]: https://fennel-lang.org/ https://fennel-lang.org/
- funklute 4y agoDo you feel that fennel was merely a slightly nicer way of writing neovim plugins, or did it in fact give you a significant boost in productivity/capabilities?
- kxc42 4y agoDifficult to say, as I did not measure anything. From the code I've written I get the "feeling" that it is more compact compared to plain lua, reducing (my) cognitive load. Fennel transpiles to lua, it doesn't give more capabilities, I would say. The concept of productivity (and capability) is anyway confounded by so many factors, making the choice of programming language negligible (unless you pick one of the extremes, such as Brainfuck, of course).
- jhbadger 4y agoFennel can also be used to write games in the TIC-80 fantasy console (an open source project similar to PICO-8).