Replies: 3 comments 5 replies
-
I like!! I also want to learn fennel so having small chunks of fennel would be great for learning |
Beta Was this translation helpful? Give feedback.
-
Hi caligian! Tbh for months I have a whim with an idea that for many may be abominable, that idea is rewriting doom in fennel haha. After a small amount of time thinking about this I found some possible problems on it.
Writing only some parts of the code? I feel like it's fine if you're going to maintain them by yourself (I could help too, fennel isn't that hard) due to first problem (lack of fennel devs in neovim community). I'm not completely rejecting this idea, I currently find it good but I think this needs to be properly discussed because it introduces a new language to our stack and like everything else it introduces a learning curve for our current and future contributors. Also, is there a specific list of functionalities you want to rewrite in Fennel? Just being curious haha. Cheers! |
Beta Was this translation helpful? Give feedback.
-
In retrospect, it seems like a stupid idea. I trashed the fennel rewrite. Errors are difficult to debug because it points to the line numbers in the transpiled code :( |
Beta Was this translation helpful? Give feedback.
-
I am revamping my configuration with fennel.
I feel that it is absolutely fantastic and clean to configure in fennel. I think that we should implement some core functionality via fennel. The usage of macros is a blessing in many cases.
I shall post a utils.fnl which is a rewrite of utils.lua of mine soon.
Beta Was this translation helpful? Give feedback.
All reactions