Unrepl / unrepl

A common ground for better Clojure REPLs
231 stars 17 forks source link

What about prepl? #33

Open chpill opened 6 years ago

chpill commented 6 years ago

A few days ago, some new feature appeared in clojure 1.10 alpha that overlaps greatly with what unrepl is trying to do: https://github.com/clojure/clojure/commit/86a158d0e0718f5c93f9f2bb71e26bc794e7d58e.

From what I heard on reddit, it was not coordinated or inspired by the work done here.

Are there fundamental differences in the the design of unrepl and prepl, or are the idea of unrepl finally going into clojure.core?

cgrand commented 6 years ago

The scope of what is currently known of preps is smaller. However without doubt unrepl will benefit from new features pushed by prepl. (It's also comforting to see that prep independently settled on the chars-in/edn-out design.)