Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 732 Bytes

S-Explorer

An Editor targeted at developing in Lisp-Like languages, initially Clojure. Written in Obj-C/Cocoa for Mac OS X 10.8 and up.

State: This project is in its early stage; not yet ready for production

Planned Features

  • Project Directory Display (started)
  • clj File Editing Featuring...
    • Syntax-Highlighting (initial version done)
    • Auto Indentation (partially done)
    • Parenthesis Highlighting (done)
    • Expression Selection by double-clicking Parenthesis (done)
  • REPL with ...
    • Syntax-Highlighting (easy)
    • Parenthesis Highlighting (easy)
    • Expression Selection by double-clicking Parenthesis (easy)
  • Project creation via Leiningen http://www.leiningen.org
  • Support for running Tests (todo)