unrepl icon indicating copy to clipboard operation
unrepl copied to clipboard

A common ground for better Clojure REPLs

Results 15 unrepl issues
Sort by recently updated
recently updated
newest added

I found a strange behavior on the UNREPL printer while using datahike. Lauching a REPL with: ``` clj -Sdeps '{:deps {io.replikativ/datahike {:mvn/version "0.2.1"}}}' ``` and running the following code: ```clojure...

nREPL moved from nrepl.xyz to nrepl.org

There are two common scenarios in which a client might want to edit print limits (a.k.a. modify REPL state): 1. At init time, provided the client lets its user tweak...

By Common Tooling I refer to all tooling features that can be shared and reused by UNREPL clients. In slack @pesterhazy and I were discussing on the best way to...

In particular this means that actions need not be present on blob generation. For a static client this is not really relevant. However a client which wants to provide extension...

The side-loading mechanism should not be modeled after `ClassLoader` but after the subset of behaviours that are possible from jar or fs-based loaders. It means: * no difference between class...

Hey, just saw this in my Twitter feed. I recently spent some time with REPL related ideas myself and one of the key requirements for me is that I want...

question

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](https://www.reddit.com/r/Clojure/comments/7wdlq4/first_cut_of_prepl_%E8%B7%AF_clojureclojure86a158d/), it...

question