This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-25
Channels
- # aws (6)
- # babashka (4)
- # beginners (30)
- # calva (82)
- # clj-kondo (8)
- # clojure (65)
- # clojure-brasil (1)
- # clojure-denmark (1)
- # clojure-europe (23)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-norway (112)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (13)
- # cursive (3)
- # datahike (7)
- # datomic (5)
- # events (1)
- # fulcro (17)
- # instaparse (3)
- # introduce-yourself (2)
- # lsp (4)
- # malli (18)
- # nbb (5)
- # off-topic (46)
- # pedestal (4)
- # polylith (20)
- # practicalli (4)
- # reitit (4)
- # releases (1)
- # rewrite-clj (11)
- # sql (28)
Whats the shortest description of Clojurescript that would tell someone it's relationship to javascript? is it "Javascript compiler" Or is it only accurate to give the longer description: "Clojurescript compiles to javascript"
Me to, so it's necessary to say "CLJS compiles to JS"?
i guess it's not really any longer, i was trying to fit the description as an aside.
e.g clojurescript (javascript compiler)
How about this from the https://clojurescript.org/?: > ClojureScript is a compiler for http://clojure.org that targets JavaScript. It emits JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler.
That's clearly correct. But far to long to fit in a resume where the goal is to explain how I have written most of my javascript through clojurescript. I went with "coding solutions in ClojureScript, which compiles to JavaScript". I was hoping trying to get the four words down to two, and ideally in a way that it could be a quick aside. e.g "coding solutions in Clojurescript (BLAH javascript)"
If you know cljs and js, then I might just write "clojurescript and javascript".
I feel like the resume is mostly for recruiters who are just doing keyword matching. Explaining clojurescript on a resume seems unlikely to be read by anyone. Shorter seems better.
"coding solutions in clojurescript/javascript" or "coding solutions in javascript (clojurescript)"
That's clearly correct. But far to long to fit in a resume where the goal is to explain how I have written most of my javascript through clojurescript. I went with "coding solutions in ClojureScript, which compiles to JavaScript". I was hoping trying to get the four words down to two, and ideally in a way that it could be a quick aside. e.g "coding solutions in Clojurescript (BLAH javascript)"