This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-07
Channels
- # beginners (49)
- # boot (48)
- # cider (5)
- # cljs-dev (6)
- # clojure (165)
- # clojure-android (1)
- # clojure-austin (1)
- # clojure-india (2)
- # clojure-italy (23)
- # clojure-nl (2)
- # clojure-poland (4)
- # clojure-russia (63)
- # clojure-spec (5)
- # clojure-uk (121)
- # clojurescript (187)
- # core-async (1)
- # core-logic (4)
- # cursive (17)
- # datascript (1)
- # datomic (12)
- # emacs (2)
- # funcool (3)
- # hoplon (2)
- # jobs (7)
- # juxt (6)
- # lambdaisland (1)
- # luminus (2)
- # lumo (20)
- # midje (8)
- # off-topic (11)
- # om (38)
- # onyx (42)
- # pedestal (6)
- # planck (23)
- # protorepl (29)
- # ring (3)
- # rum (23)
- # spacemacs (6)
- # untangled (70)
- # vim (1)
hey, guys.. i just wrote an article about ES6 (ECMAScript 2015/ES2015), explaining some new resources of Javascript. I thought this could be a nice place to share. Let me know if you have any doubt or if you like it. Enjoy the read. I hope it is as interesting to you as it was to me to write it. https://medium.com/@flaviohfreitas/es6-javascript-does-love-you-f36c532c87db#.oabyxaldb
flaviohenriquecbc: please use the word «compiler» instead of «transpiler» :)
thank you @U06GS6P1N for the tip 😉
@tbaldridge that would be great 🙂
@sveri found it, had to search Rich's retweets. Says something about how good it is: https://yow.eventer.com/yow-2013-1080/lessons-learned-from-adopting-clojure-by-jey-fields-1397
@tbaldridge Great, thank you very much, I did not know that one 🙂
Maybe with ES6
we can do cljs format
?
Clojure: (format "Some %s thing" a)
JS
(((a1) => `Some ${a1} thing`)(a))
To me, it feels like ES6 puts all the right features behind all the wrong constraints and abstractions...