oss-archive / Nightcode

An IDE for Clojure

Home Page:https://sekao.net/nightcode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

Introduction

Nightcode is a simple IDE for Clojure and ClojureScript. See the website for more information.

Development

  • Install JDK 11 or above
  • Install the Clojure CLI tool
  • To develop: clj -A:dev
  • To build the ClojureScript files: clj -A:cljs
  • To build the uberjar for each OS:
    • clj -A:prod uberjar windows
    • clj -A:prod uberjar macos
    • clj -A:prod uberjar linux

Licensing

All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.

About

An IDE for Clojure

https://sekao.net/nightcode/

License:The Unlicense


Languages

Language:Clojure 98.7%Language:Shell 0.7%Language:Batchfile 0.4%Language:JavaScript 0.2%