Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fredoverflow/clopad

Clojure + Notepad = Clopad!
https://github.com/fredoverflow/clopad

clojure

Last synced: 3 months ago
JSON representation

Clojure + Notepad = Clopad!

Awesome Lists containing this project

README

        

![clopad](clopad.png)

## Background

Do you struggle with setting up complicated Clojure development environments just to define your first function and evaluate some expressions?
Welcome to Clopad, a minimalistic Clojure code editor that will support you through your first steps!

## How do I compile clopad into an executable jar?
```
git clone https://github.com/fredoverflow/freditor
cd freditor
mvn install
cd ..
git clone https://github.com/fredoverflow/clopad
cd clopad
mvn package
```
The executable `clopad-x.y.z-SNAPSHOT-jar-with-dependencies.jar` will be located inside the `target` folder.