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: Do you use electric returns, rainbow parenthesis, etc. in your editor?

2 pointsby chriszhangover 4 years ago
This is a question mainly for Lisp programmers but possible to be related to other languages too. Do you use fancy features like electric returns, rainbow parenthesis while coding? What about paredit? Are these additional helper plugins worth it?

1 comment

eigenhombreover 4 years ago
I use paredit in Emacs, and most Lisp (Clojure) programmers I know use some variant of paredit in either Emacs or IntelliJ; however, I know one programmer who is very productive without paredit, though he does use rainbow parens.<p>All those parens in Lisps take a little getting used to, but to be honest, I miss them when working in any other language, precisely because of the structural editing paredit allows.<p>Also, if you&#x27;re working in Emacs, I recommend trying aggressive-indent mode as well.