This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-07
Channels
- # beginners (41)
- # boot (38)
- # cider (17)
- # cljs-dev (52)
- # cljsjs (3)
- # clojure (200)
- # clojure-italy (8)
- # clojure-russia (50)
- # clojure-spec (28)
- # clojure-uk (45)
- # clojurescript (28)
- # core-async (9)
- # core-matrix (2)
- # cursive (16)
- # datascript (15)
- # datomic (50)
- # dirac (5)
- # emacs (20)
- # figwheel (8)
- # flambo (2)
- # hoplon (10)
- # incanter (1)
- # jobs (1)
- # leiningen (2)
- # lumo (26)
- # mount (171)
- # off-topic (22)
- # om (54)
- # onyx (2)
- # pedestal (27)
- # re-frame (10)
- # reagent (12)
- # ring (27)
- # ring-swagger (3)
- # rum (2)
- # slack-help (1)
- # spacemacs (134)
- # specter (6)
- # sql (15)
- # testing (20)
- # uncomplicate (5)
- # unrepl (49)
- # untangled (9)
- # yada (29)
@hlolli can you rebase your PR?
Sorry introduced conflicts
I'm also thinking we should print Node.js
instead of Node
Otherwise looks good!
@anmonteiro yes, I'll do it, if there's no stress then I'll do it on monday or Thuesday. I'm taking few days off work to prepare a music performance this weekend (that I use Lumo for like you may have noticed).
Take your time
@hlolli oh wow! That's awesome
Let me know if you ever write about it
Yes will do. Also, on first glance at Lumo 1.3, I feel like the macros are performing better (or blocking less), but need further testing to confirm that. Yes, I will write about that, it's been bumpy road few weeks getting used to node.js, many things I took for granted using JVM.
if someone is in Belgium and wants to see Lumo on stage 😛 https://www.facebook.com/events/428669254139430/
hi! do you know if someone has attempted to have lumo socket repl running in Electron?
I don’t think anyone has tried
I may be able to help if you provide more details into what you’re trying to do
I'm experimenting with unrepl prototyping an electron based repl client. At some point I thought it would be cool to have the ability to connect the client repl to itself (or rather "itselves" as there are two processes)
hrm, but is Lumo anywhere in the picture?
Not yet. I would be interested in having the whole thing powered by self hosted cljs. Hence the idea of reusing some parts of lumo.
An unrepl server implementation for lumo would be amazing
@cgrand Lumo relies on V8 startup snapshots to have really fast startup
this means we pass a big JS file to the V8 compilation when building Lumo
that file can’t have any Node stuff because V8 doesn’t know about Node at that point
exactly
the snapshot is the compiled CLJS