This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-02
Channels
- # aws-lambda (1)
- # beginners (28)
- # boot (54)
- # cider (11)
- # clara (28)
- # cljs-dev (74)
- # cljsrn (13)
- # clojure (342)
- # clojure-austin (3)
- # clojure-dusseldorf (4)
- # clojure-france (2)
- # clojure-greece (11)
- # clojure-italy (42)
- # clojure-poland (7)
- # clojure-russia (11)
- # clojure-spec (44)
- # clojure-uk (156)
- # clojure-ukraine (4)
- # clojurescript (102)
- # cursive (17)
- # datascript (19)
- # datomic (17)
- # dirac (39)
- # emacs (22)
- # funcool (56)
- # hoplon (25)
- # jobs (3)
- # jobs-discuss (31)
- # leiningen (2)
- # luminus (4)
- # lumo (3)
- # off-topic (47)
- # om (51)
- # onyx (57)
- # re-frame (13)
- # reagent (57)
- # remote-jobs (15)
- # ring (9)
- # ring-swagger (7)
- # robots (2)
- # rum (6)
- # specter (16)
- # sql (7)
- # test-check (37)
- # untangled (7)
- # yada (5)
gotcha. just out of curiosity, do you mean compromises on my side? or compromises in making it stable in the hoplon core?
mostly compromises in the way you express clojurescript source code in the .html.hl file
ahh i see
that makes sense
yea, for sure. ok, ill start working with the cljs syntax. thanks!
@flyboarder could you tell me a bit more about hoplon/brew?
@thedavidmeister yes! Hoplon brew is where we put user contrib things that aren't for hoplon core
But are useful for everyone
This way we get to test things before working them into core
Hi, I don’t know if this is a hoplon specific problem, but I thought I would try here first. I’ve just created a blank lein new hoplon-castra
project and ran boot dev
in it, which results in the following exception:
java.lang.RuntimeException: No such var: string/includes?
clojure.lang.ExceptionInfo: No such var: string/includes?
file: "cljs/util.cljc"
line: 156
I suppose my real question is, “is the lein new hoplon-castra
the idiomatic way to start a new hoplon castra project?"
I don’t know the answer, and haven’t used castra at all yet (other than at work a tiny bit on an existing project) but I tend to use boot new to start projects.
@mudphone once you've done things a few times you can just copy and paste the relevant stuff by hand 🙂
but yeah, maybe the dependencies are out of whack in the boot file