Tentative plan:
- Move logic from
core.cljx to /comportex/src/org/nfrac/comportex/repl.cljx
- Stop enabling truncation automatically in library code. Require a function call.
- Create
/comportex/dev/user.clj. Make it autoload truncation.
This opens the REPL code to other consumers (making user.clj simply a consumer of the API that anyone else can use)
Tentative plan:
core.cljxto/comportex/src/org/nfrac/comportex/repl.cljx/comportex/dev/user.clj. Make it autoload truncation.This opens the REPL code to other consumers (making
user.cljsimply a consumer of the API that anyone else can use)