Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredoverflow/clopad
Clojure + Notepad = Clopad!
https://github.com/fredoverflow/clopad
clojure
Last synced: 3 months ago
JSON representation
Clojure + Notepad = Clopad!
- Host: GitHub
- URL: https://github.com/fredoverflow/clopad
- Owner: fredoverflow
- Created: 2018-04-29T18:49:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T20:57:58.000Z (11 months ago)
- Last Synced: 2024-08-02T13:34:01.845Z (6 months ago)
- Topics: clojure
- Language: Java
- Homepage:
- Size: 217 KB
- Stars: 106
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.