Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.07 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.07 KB

DrClojure

DrClojure is a Clojure IDE.

It is written in Clojure.

Features:

  • Newbie-friendly

Screenshot

DrClojure Screenshot

+----------------------------------+
| - DrClojure               _ [] X |
+----------------------------------+
| File                             |
+----------------------------------+
|[              Run               ]|
+----------------------------------+
|(dotimes [i 3] (prn i))           |
|                                  |
|                                  |
|                                  |
+----------------------------------+
|                                  |
+----------------------------------+

Usage

Compile

lein uberjar

Run

java -jar JAR_FILE

or

clj -m DrClojure.core

GUI

TextArea at the top is for code (Press Run Button).

TextField in the middle is for immediate execution (Press Enter).

License

Copyright 2012-2023 Kim, Taegyoon

Distributed under the Eclipse Public License, the same as Clojure.