Unrepl / unravel

Unravel your REPL
171 stars 6 forks source link

Print vars #6

Closed pesterhazy closed 7 years ago

pesterhazy commented 7 years ago

Vars should be printed as #'user/foo, not using the generic #unrepl/object notation.

cgrand commented 7 years ago

#'user/foo is not EDN. However current representation does not include name. Opened https://github.com/cgrand/unrepl/issues/12

cgrand commented 7 years ago

So #clojure/var clojure.core/conj and #clojure/var nil for what Clojure prints #<Var: --unnamed-->.

cgrand commented 7 years ago

Shouldn't you render tagged vars as Clojure traditional vars?

Le mar. 11 juil. 2017 à 20:23, Paulus Esterhazy notifications@github.com a écrit :

Closed #6 https://github.com/pesterhazy/unravel/issues/6 via c093276 https://github.com/pesterhazy/unravel/commit/c093276d180ec7a5723ae92f85d038ebb1237a54 .

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/pesterhazy/unravel/issues/6#event-1159339898, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC3sU5SnRXa20SdI1xsuXSx2778HkbIks5sM72GgaJpZM4OUM8R .

-- On Clojure http://clj-me.cgrand.net/ Clojure Programming http://clojurebook.com Training, Consulting & Contracting http://lambdanext.eu/

pesterhazy commented 7 years ago

@cgrand I should - I've created another issue