This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-26
Channels
- # aws (7)
- # beginners (109)
- # boot (5)
- # carry (2)
- # cider (25)
- # clara (6)
- # cljs-dev (86)
- # cljs-experience (19)
- # cljsrn (1)
- # clojure (183)
- # clojure-dev (7)
- # clojure-dusseldorf (7)
- # clojure-gamedev (2)
- # clojure-greece (32)
- # clojure-italy (2)
- # clojure-norway (1)
- # clojure-russia (228)
- # clojure-sg (3)
- # clojure-spec (38)
- # clojure-uk (104)
- # clojurebridge (1)
- # clojurescript (29)
- # community-development (9)
- # core-async (118)
- # core-matrix (20)
- # cursive (5)
- # datomic (140)
- # emacs (25)
- # figwheel (1)
- # hoplon (21)
- # jobs (4)
- # lein-figwheel (2)
- # luminus (10)
- # lumo (35)
- # off-topic (137)
- # om (31)
- # onyx (62)
- # pedestal (6)
- # reagent (25)
- # remote-jobs (1)
- # ring-swagger (11)
- # spacemacs (2)
- # test-check (17)
- # uncomplicate (10)
- # unrepl (1)
- # untangled (20)
- # vim (4)
- # yada (3)
If I wanted to use lumo for the kind of scripting things I do w/ bash/awk/sed is there something I should read? Is it lumo or a node tutorial I need to be looking at?
and this: https://gist.github.com/yogthos/d9d2324016f62d151c9843bdac3c0f23#file-gallery-cljs
which makes me think that I need to be looking at a node tutorial and think a lot about interop (which is fine, but then I'm wondering which node things I should be reading)
and found the node api docs here: https://nodejs.org/api/
ah, and this little example will get me going https://dzone.com/articles/execute-unix-command-nodejs
Glad it went well
@anmonteiro thx for making it really smooth
Yeah, most stuff you wanna look at for now is Node.js
Eventually we'll have CLJS idiomatic wrappers for that stuff
a lot of my scripting is dealing w/dates, talking to aws, calling unix commands and processing text (from files or stdin). So as long as I can do that, then I can start to use lumo on a daily basis and that is where I'd like to be
@anmonteiro even just knowing that you expect that I should use node things via interop is a really good steer. Knowing that you want to move towards idiomatic cljs stuff is even better. 馃槃
We do have some CLJS namespaces already though
Problem is they're not documented anywhere... yet
Entire CLJS & Closure is there, Transit, Fipp, and more
They'll eventually be documented in a website to which people can send PRs
Bear with me for now, I'll have something to show soonish
The website is definitely a priority
@anmonteiro not hassling at all just offering to help
Totally, I didn't think you were
Very recursive ^
One of goals of making a website is also including something like: https://twitter.com/kommen/status/867374036006952961
I wonder if I can make people try Lumo out entirely online, hoping it's not more trouble than it's worth
Gonna play with it a little bit since it's a long weekend here