spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
nmkip 2020-08-28T01:42:47.000900Z

Has anyone been able to run REBL using spacemacs?

practicalli-john 2020-08-28T05:49:12.003200Z

@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

nmkip 2020-08-29T12:03:59.009Z

I'll check reveal and portal

practicalli-john 2020-08-29T12:23:19.009600Z

I think portal will be easier to run with CIDER, reveal works more like REBL, although you can use reveal as a tap> source

practicalli-john 2020-08-28T06:08:34.004500Z

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/

nmkip 2020-08-29T12:03:37.008800Z

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?

practicalli-john 2020-08-29T12:20:55.009200Z

https://practicalli.github.io/spacemacs/evaluating-clojure/inspect.html should cover it, if not I'll try find more info.

practicalli-john 2020-08-29T12:22:01.009400Z

L (captial l) takes you to a parent, if you are in a nested data structure

nmkip 2020-08-29T14:22:22.010Z

Thanks!

nmkip 2020-08-29T14:23:24.010200Z

I prefer staying in emacs. I'll test cider-inspect with some big ring request

practicalli-john 2020-08-29T14:26:59.010400Z

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.

nmkip 2020-08-29T14:28:59.010600Z

I haven't watched those videos yet

jumar 2020-08-30T06:00:20.001Z

I use inspect all the time. I haven’t found rebl all that compelling

murtaza52 2020-08-28T21:45:29.006300Z

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

murtaza52 2020-08-28T21:50:01.007300Z

after cloning spacemacs I have switched to the develop folder, I am using the cloned practicalli/spacemacs.d

practicalli-john 2020-08-29T12:25:24.009800Z

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)

murtaza52 2020-08-30T11:17:45.002800Z

maybe it was a melpa issue, started it again after a day and its working πŸ™‚

practicalli-john 2020-08-30T11:18:10.003Z

Melpa happens 😁

murtaza52 2020-08-30T11:50:15.003500Z

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

practicalli-john 2020-08-30T13:38:11.006500Z

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

practicalli-john 2020-08-30T13:38:27.006700Z

Let me know if you think something is missing