TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to edit Clojure in vim comfortably?

1 pointsby bgarover 11 years ago
I want to do more programming in Clojure, but all the current solutions for the REPL don&#x27;t work well. Vim doesn&#x27;t facilitate embedded REPLs and frankly I don&#x27;t want to deal with nailgun + vim, or slimv.<p>Any ways to comfortably edit lisps without resorting to Emacs + Evil mode?

1 comment

cgagover 11 years ago
Use fireplace from tpope. All you need to do is go to your project dir and run lein repl, then when you&#x27;re in vim it will automatically connect to the repl and you can do stuff like :%Eval to eval the file, or cpp to eval the expression under your cursor. See the github and :help fireplace for more.
评论 #6372221 未加载