this post was submitted on 01 Jul 2023
1 points (100.0% liked)

Clojure programming language discussion

2 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS
 

Im fairly new to the clojure programming language and had some questions.

My main daily editor is neovim but i read most clojure developers prefer emacs.

What are your prefered editor for writing clojure and are any of you daily driving neovim and can shine some light how to use it.

you are viewing a single comment's thread
view the rest of the comments

I also use emacs, but I wouldn't expect too much drawback wiring clojure in vim?

Getting a Repl working is probably easy, where I could see question marks is with structural editing and vims modal editing keybinds.

In emacs I would have a couple of ideas on how to marry the two, you don't happen to have ambitions to switch to emacs' eVIl-mode?;)