|
Hello! I'm currently using https://github.com/Olical/conjure and I was wondering how this project is different. Do you know? |
Answered by
liquidz
Nov 4, 2024
Replies: 1 comment 1 reply
|
@agriffis I didn't have used Conjure, so I cannot compare the functionalities. But a major outward difference is that Conjure is written in Lua (Fennel) and is a Neovim-specific plugin without any special dependencies. It also supports a wide range of languages beyond Clojure. On the other hand, Elin is mostly written in Clojure and depends on Babashka. While it works not only in Neovim but also in Vim, currently, it only supports Clojure. |
1 reply
Answer selected by
agriffis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@agriffis I didn't have used Conjure, so I cannot compare the functionalities.
But a major outward difference is that Conjure is written in Lua (Fennel) and is a Neovim-specific plugin without any special dependencies. It also supports a wide range of languages beyond Clojure.
On the other hand, Elin is mostly written in Clojure and depends on Babashka. While it works not only in Neovim but also in Vim, currently, it only supports Clojure.