This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-27
Channels
- # aleph (8)
- # announcements (14)
- # beginners (25)
- # cider (20)
- # cljdoc (5)
- # clojure (70)
- # clojure-europe (2)
- # clojure-germany (6)
- # clojure-italy (8)
- # clojure-nl (3)
- # clojure-russia (107)
- # clojure-spec (22)
- # clojure-uk (40)
- # clojurescript (18)
- # core-async (3)
- # cursive (8)
- # data-science (11)
- # datomic (20)
- # editors (1)
- # emacs (5)
- # figwheel-main (19)
- # fulcro (25)
- # graphql (1)
- # hoplon (2)
- # hyperfiddle (2)
- # jobs (1)
- # leiningen (3)
- # lumo (4)
- # off-topic (40)
- # pedestal (1)
- # quil (4)
- # re-frame (5)
- # shadow-cljs (105)
- # sql (4)
- # uncomplicate (1)
Does anyone know how to set a binding in cljs.user
when evaluating code with the self-hosted compiler? I’d like the eval
function to have a binding already set up for cljs.user/*db*
when I call it. I’m pretty sure I need to manipulate the [:cljs.analyzer/namespaces 'cljs.user :defs '*db*]
object in the compiler state but I have no idea what I should set it to. I’m just binding a data structure, not a function or anything
is there a way to write cljs code on iOS? my search only showed me people trying to develop for iOS, not on it
I’m 95% sure you aren’t interested in this approach, but blink (the best ios ssh program) + emacs on (substitute the cloud provider of your choice)
I use it for clojure dev regularly from an ipad. You really need an external keyboard, but it works well.
@spacemods @jsa-aerial thanks, I now included parinfer: https://twitter.com/borkdude/status/1078230510193836032
Anyone know how to access the compiler options passed to clojurescript at compile time? Specifically I’m looking to save the :asset-path
option so I can use it to spawn a web worker
@jimberlage See https://github.com/clojure/clojurescript/blob/f289ffee2270567f7976d45012a0a52c38eb6488/src/main/clojure/cljs/analyzer/api.cljc#L55
Ah, perfect. Thanks!
I am asking for feedback
I made a library to validate form inputs in CLJS with spec
and fn
.
https://github.com/kwladyka/form-validator-cljs
I would love to know if you will use it and get constructive feedback!
PS What is the best place to publish to community information about this library? It needs some advertising and I don’t have famous blog 🙂
I think common places include #announcements or the mailing list