This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-11
Channels
- # adventofcode (8)
- # announcements (1)
- # arachne (23)
- # beginners (146)
- # boot (4)
- # calva (2)
- # cider (48)
- # cljs-dev (17)
- # clojure (214)
- # clojure-austin (2)
- # clojure-berlin (1)
- # clojure-europe (9)
- # clojure-italy (5)
- # clojure-nl (2)
- # clojure-sanfrancisco (2)
- # clojure-spec (124)
- # clojure-uk (67)
- # clojured (3)
- # clojurescript (95)
- # community-development (7)
- # cursive (68)
- # data-science (1)
- # datomic (80)
- # emacs (19)
- # figwheel (3)
- # figwheel-main (5)
- # fulcro (61)
- # javascript (2)
- # kaocha (1)
- # off-topic (25)
- # pathom (21)
- # pedestal (1)
- # perun (4)
- # reitit (11)
- # ring-swagger (2)
- # shadow-cljs (55)
- # spacemacs (4)
- # sql (8)
- # test-check (16)
- # tools-deps (2)
- # vim (13)
- # yada (4)
I'm getting into playing with Arduino boards, and I had a very good experience working with the johnny-five library. I'm wondering if it might be possible to livecode with clojurescript and johnny-five, but, there's a lot I don't know about firmata/i2c/microcontrollers in general. Here's the johnny-five repl code, which I couldn't really make heads or tails of: https://github.com/rwaldron/johnny-five/blob/master/lib/repl.js
@mathpunk checkout this repo
it uses shadow-cljs to make cljs->npm-module
then import the npm-module from JSX and use the infrastructure from npm
/ metro
to get cljs working in react native
you can do something like it
https://github.com/wilkerlucio/multi-timer