Has anyone been able to run REBL using spacemacs?
@juan.ignacio848 To get Cider to use REBL I use some middleware to run REBL with nrepl. http://practicalli.github.io/clojure/clojure-tools/data-browsers/rebl-data-visualization.html#configure-rebl-with-cider-for-spacemacs--emacs
I'll check reveal and portal
I think portal will be easier to run with CIDER, reveal works more like REBL, although you can use reveal as a tap>
source
There are several tools similar to REBL for data browsing or inspecting data. I still use cider-inspect
the most though, as its built into CIDER.
http://practicalli.github.io/clojure/clojure-tools/data-browsers/
After reading this, I tried cider-inspect
. I liked it. A couple of questions:
β’ Do you have evil keys in that buffer? I can only move with hjkl
β’ I inspected (pressed enter) a keyword in a map and cider-inspect buffer showed me its content. Is there a way to return to the upper level of the map?
https://practicalli.github.io/spacemacs/evaluating-clojure/inspect.html should cover it, if not I'll try find more info.
L
(captial l) takes you to a parent, if you are in a nested data structure
Thanks!
I prefer staying in emacs. I'll test cider-inspect
with some big ring request
I found cider-inspect
very useful when working with a data science data set I used for Covid19 visualisations. Really nice for paging through data and nested expressions.
I don't really understand tap, datafy and REBL that much yet, but great to see them evolve.
I haven't watched those videos yet
I use inspect all the time. I havenβt found rebl all that compelling
trying to do a new installation of spacemacs on a new OS, it is not able to find most of the packages such as helm etc. I have even tried starting it with the --insecure flag
after cloning spacemacs I have switched to the develop folder, I am using the cloned practicalli/spacemacs.d
Another thought, it could be that some emacs packages have been installed via the manjaro package manager, this could cause some conflict (although I've not used manjaro for a long time)
maybe it was a melpa issue, started it again after a day and its working π
Melpa happens π
could you also list what binaries would be good to have installed for searching etc I underdstand these are optional ones, however they could really improve the dev experience
Easy, I already did that π https://practicalli.github.io/spacemacs/before-you-start/recommended-command-line-tools.html I've added this link to the practicalli/spacemacs.d README to make it more discoverable
Let me know if you think something is missing