This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-22
Channels
- # announcements (2)
- # beginners (42)
- # calva (2)
- # cider (13)
- # clara (2)
- # cljdoc (1)
- # cljs-dev (8)
- # clojure (118)
- # clojure-australia (1)
- # clojure-europe (3)
- # clojure-finland (2)
- # clojure-italy (42)
- # clojure-japan (1)
- # clojure-nl (2)
- # clojure-spec (26)
- # clojure-uk (58)
- # clojurescript (83)
- # cursive (6)
- # data-science (2)
- # datomic (13)
- # devcards (2)
- # duct (9)
- # figwheel-main (4)
- # fulcro (11)
- # graphql (51)
- # jobs (1)
- # juxt (14)
- # kaocha (1)
- # off-topic (24)
- # re-frame (65)
- # reagent (4)
- # reitit (19)
- # remote-jobs (8)
- # shadow-cljs (50)
- # specter (3)
- # speculative (1)
- # vim (5)
- # yada (50)
To solve the -
vs _
munging problem, does mapping -
to _DASH_
seem reasonable? (Instead of _
, like now.) The bug: https://imgur.com/a/6wNv2mZ (I think there is a Jira ticket for this already)
Maybe the same as this one: https://dev.clojure.org/jira/browse/CLJS-2461
@isak problem is that this would potentially break a lot of applications that rely on calling functions from html. <script>my.app.do_something();</script>
would break given that it would be do_DASH_something()
now.
5
but there is a precedent for where _DASH_
is useful/required 😉 https://github.com/clojure/clojurescript/commit/4bcc95175e4282d43ed74bf0abd670550fc40140