A working Lisp editor
Find a file
2019-09-12 12:33:21 +01:00
dev Added an empty Clojure/ClojureScript project, about to add a Lisp one. 2019-09-12 12:33:21 +01:00
resources/public Added an empty Clojure/ClojureScript project, about to add a Lisp one. 2019-09-12 12:33:21 +01:00
src Added an empty Clojure/ClojureScript project, about to add a Lisp one. 2019-09-12 12:33:21 +01:00
project.clj Added an empty Clojure/ClojureScript project, about to add a Lisp one. 2019-09-12 12:33:21 +01:00
README.md Added an empty Clojure/ClojureScript project, about to add a Lisp one. 2019-09-12 12:33:21 +01:00

ledit

A working Lisp editor

Status

There is nothing here yet. You cannot use it. It is just a very rough plan.

Clojure implementation

There is the beginnings of a Clojure implementation. This is probably just proof-of-concept rapid prototyping. Clojure makes it extremely hard to rebind symbols, so in-core editing of Clojure is going to be pretty hard to make work. It's highly likely that working LEdit will be Common Lisp only.