Yesterday, I followed the excellent "Clojurescript Quick Start Guide"
(https://clojurescript.org/guides/quick-start). Everything worked as
expected. They did a great job of making it as minimal as possible.
After that, I followed the "Emacs and Inferior Clojure Interaction Mode"
guide (https://
I tried this, changing node to browser, like so:
clojure -J-Dclojure.server.repl="{:port ${1:-} :accept
cljs.server.browser/repl}" -cljs-canary -m cljs.main -re browser -r
That starts a REPL in my terminal, but when I try to connect to it from
Emacs, using C-c M-c RET localhost RET ,
I shouldn't have said that two of those errors were the same. They're
different, but they both mention unquoted symbols.
Monroe
clojure.lang.ExceptionInfo: Arguments to require must be quoted. Offending
spec: (symbol (namespace (quote clojure.repl/pst))) at line 1
{:file "", :line 1, :column
I've determined that the previously mentioned errors are related to
incompatibilities with inf-clojure and clojurescript.
I filed a bug, and a workaround, with inf-clojure
here: https://github.com/clojure-emacs/inf-clojure/issues/150
--
You received this message because you are subscribed to t
Hi All,
Thanks for the tip to use (group-by last …)
It was working fine until my csv file got updated. Now i am not sure abt
the number of columns in my csv. It could change in every row, but I still
need to group it with Heading 3 itself.
Example of my updated CSV is as below
Heading1 Headin
Hi All,
Thanks for the tip to use (group-by last …)
It was working fine until my csv file got updated. Now i am not sure abt
the number of columns in my csv. It could change in every row, but I still
need to group it with Heading 3 itself.
Example of my updated CSV is as below
Heading1 Headin