This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-07
Channels
- # announcements (2)
- # beginners (30)
- # calva (7)
- # cherry (15)
- # clerk (21)
- # clojure (1)
- # clojure-losangeles (12)
- # clojure-norway (1)
- # clojure-spec (3)
- # clojurescript (31)
- # conjure (2)
- # cursive (44)
- # datomic (13)
- # emacs (13)
- # honeysql (15)
- # hyperfiddle (7)
- # malli (2)
- # off-topic (17)
- # overtone (6)
- # reitit (7)
- # ring (58)
- # shadow-cljs (12)
- # squint (14)
- # tools-deps (14)
- # web-security (1)
- # xtdb (29)
Would some day be possible to compile fulcro, re/frame app with the squint? what will be different beside ability to use all new javascript artifacts? Even hypothetically code would be smaller, larger, faster?
squint is intended to be used for when CLJS is a bit too heavy and the majority of your code is JS interop anyway. Also if you want to publish libraries to the NPM ecosystem, squint offers lower overhead. It's not intended as a full replacement for normal CLJS
I understand that but whenever i can't use some npm i am just looking for a goog compiler alternative. And I don't know how good js tools are now compared to goog compiler advenced mode. would the size of output be significantly different . I know it is wishful thinking ...
IMHO all npms are not just usable in shadow-cljs. I tried a couple of markup npms and was not able to import them, Ok, I could be my fault. But usually i try all documented ways to require something from npm.
You would almost certainly get the problem solved if you post on #C6N245JGG.