Clojure Editor written in Clojure
Asked Answered
B

4

9

Note: I'm not looking for LightTable. I really am looking for a Clojure Editor implemented in Clojure.

Recently, I've been studying slime/swank/elisp. Although it's an amazing system, I actually don't understand (beside reasons of historical artifacts) why I should:

(*) write parts of my code in Clojure, and yet code up editor plugins in elisp

It seems like besides the fact that emacs/swank/elisp already exists, there is no reason to prefer elisp over clojure.

Thus, my question: are there any usable projects to implement a clojure editor/ide in clojure? It's okay if it's less developed than emacs/slime/swank -- I don't mind writing more clojure code.

Thanks!

Brittani answered 21/4, 2012 at 9:47 Comment(2)
One can typically achieve amazing customizations with very litte amounts of elisp. In addition by being part of a bigger community you can take advantage of already existing solutions for almost every issue that may arise.Pressurize
is LightTable not going to be written in Clojure ? I thought that was the pointSycosis
L
12

Clooj is implemented in Clojure and people seem to like it. I don't believe it has any extension mechanisms yet though, but when it does, I'm sure they'll be written in Clojure.

Limited answered 21/4, 2012 at 9:49 Comment(1)
This looks more scriptable than both enclojure & counterclockwise.Brittani
K
2

LightTable was just open sourced https://github.com/LightTable/LightTable

Kanpur answered 9/1, 2014 at 0:54 Comment(0)
R
1

There are a few newer editors written in Clojure (or ClojureScript)

Rellia answered 20/2, 2014 at 13:38 Comment(0)
F
0

Nightcode is excellent, written in Clojure and actively developed, see https://github.com/oakes/Nightcode

Forego answered 13/11, 2014 at 9:36 Comment(1)
Please elaborate: What about plugins?Melisa

© 2022 - 2024 — McMap. All rights reserved.