DrClojure is a Clojure IDE.
It is written in Clojure.
Features:
- Newbie-friendly
+----------------------------------+
| - DrClojure _ [] X |
+----------------------------------+
| File |
+----------------------------------+
|[ Run ]|
+----------------------------------+
|(dotimes [i 3] (prn i)) |
| |
| |
| |
+----------------------------------+
| |
+----------------------------------+
lein uberjar
java -jar JAR_FILE
or
clj -m DrClojure.core
TextArea at the top is for code (Press Run Button).
TextField in the middle is for immediate execution (Press Enter).
Copyright 2012-2023 Kim, Taegyoon
Distributed under the Eclipse Public License, the same as Clojure.