This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-29
Channels
- # adventofcode (11)
- # beginners (98)
- # boot (2)
- # cider (3)
- # clara (3)
- # cljs-dev (15)
- # cljsrn (2)
- # clojure (122)
- # clojure-austin (4)
- # clojure-russia (1)
- # clojure-spec (2)
- # clojurescript (30)
- # css (6)
- # cursive (5)
- # docs (1)
- # fulcro (4)
- # hoplon (118)
- # keechma (3)
- # leiningen (5)
- # lumo (1)
- # off-topic (28)
- # onyx (6)
- # re-frame (4)
- # reagent (1)
- # reitit (1)
- # shadow-cljs (53)
- # sql (1)
- # unrepl (1)
emacs has multiple display options, terminal is one of them but probably not the one most people are using
huh, ok.... most of my daily workflow still revolves around a 16-color terminal emulator, gawd I'm primitive.
mine too (git/vim/repl in terminal are how I get most of my work done)
in what way does Emacs have Chrome in it?
https://www.gnu.org/software/emacs/manual/html_node/emacs/Embedded-WebKit-Widgets.html
I used emacs' built in svg renderer years ago before chrome support ever hit
there's a keystroke to switch between the svg as code and the image
(it might have involved some kind of svg->postscript thing in the background)
aha, that is different yes
I misunderstood
now that I think about it a bit more; basically I'm asking for: a browser with elisp as scripting language + all existing elisp packages ported + perhaps never loading remote URLs to avoid code execution
Not elisp, but inspired is https://next-browser.github.io/
so far, best I have in mind is "arr" (short for array, which iks underlying rep of tensors)
I have some data and I want to visualize it various ways. Rather than code the charts myself, I'd like to just pour the data into something that can graph it. I'd kinda like a notebook thingy, but GorillaRepl doesnt seem to have a lot of love, http://zeppelin.apache.org and http://jupyter.org/ seem to treat clojure as pretty far down the checklist, https://metabase.com/ seems pretty nifty. Does anyone else have ideas (besides learning excel/libre office - which might also be good)
There is new work on Clojure+jupyter. However, my goto thing for this now is vega-lite https://vega.github.io/vega-lite/ - completely data driven and impressively interactive. You don't need an API - just use clj/cljs maps. A simple client-server using sente and cljsjs wraps for vega, vega-lite and you are set. Ask in #data-science where this stuff comes up often.
wondering what neat clojurescript stuff could one do with https://www.gnu.org/software/emacs/manual/html_node/emacs/Embedded-WebKit-Widgets.html maybe: tighter devcards integration? code something, see results right in emacs probably I wouldn't embed my SPA within emacs (as one needs devtools, tabs, etc), but for smaller components this could be a thing