This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-21
Channels
- # arachne (1)
- # aws-lambda (50)
- # beginners (10)
- # boot (59)
- # capetown (4)
- # cider (9)
- # cljsjs (27)
- # clojure (249)
- # clojure-berlin (8)
- # clojure-finland (7)
- # clojure-germany (1)
- # clojure-italy (6)
- # clojure-nl (7)
- # clojure-russia (91)
- # clojure-spec (100)
- # clojure-uk (61)
- # clojureremote (2)
- # clojurescript (171)
- # core-async (11)
- # cursive (31)
- # data-science (1)
- # datascript (2)
- # datomic (11)
- # dirac (2)
- # emacs (16)
- # events (1)
- # hoplon (142)
- # juxt (4)
- # lein-figwheel (9)
- # leiningen (10)
- # luminus (7)
- # lumo (44)
- # mount (3)
- # off-topic (150)
- # om (18)
- # onyx (5)
- # perun (12)
- # planck (12)
- # protorepl (13)
- # re-frame (28)
- # reagent (8)
- # ring (1)
- # ring-swagger (10)
- # spacemacs (2)
- # specter (11)
- # sql (14)
- # untangled (99)
- # vim (18)
- # yada (2)
very much a spike for now - you can use the npm nrepl-client module like this in clojurescript
(def nrepl-client (js/require "nrepl-client"))
(def client (.connect nrepl-client #js {:port 9999}))
(def expr "(def boot.user/g 6)")
(.eval client expr (fn [err result]
(println expr err)
(.end client)))
it works inside a nvim node-host remote plugin - I have a project for it here https://github.com/michaelbruce/replay.nvim
All the good repl names will be gone soon, and we'll have to resort to harvesting from other languages!
@dominicm Regarding the article, IMO the "correct" handling of names misses the point. It's not the point to rename something so a woman does not have to say "nipple". The point is to live in a society where there are no per-gender taboo words. One may feel uneasy saying "nipple" in the context of a silly project name if she has been shamed about that in the past. Eradicating shaming and sexist prejudice is an enormous problem, though. Maybe not using that one stupid work was the only practical solution. But let
's not lie to ourselves that it is the Right Thing.
Avoiding words like that is curing a symptom. Let's not forget about that.
@not-raspberry: Having "gender OK" words contributes to a gap between genders, completely agree. I think people are quick to jump to solutions like this, but actually encourage more sexism through it.
A bit?