This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-28
Channels
- # aws (1)
- # beginners (30)
- # boot (7)
- # cider (52)
- # clara (91)
- # cljs-dev (33)
- # cljsjs (1)
- # clojure (447)
- # clojure-brasil (3)
- # clojure-dev (16)
- # clojure-dusseldorf (5)
- # clojure-filipino (1)
- # clojure-italy (29)
- # clojure-sanfrancisco (5)
- # clojure-spec (62)
- # clojure-uk (37)
- # clojurescript (145)
- # clojurewerkz (1)
- # code-reviews (12)
- # community-development (157)
- # cursive (5)
- # datascript (1)
- # datomic (27)
- # editors (42)
- # emacs (5)
- # fulcro (31)
- # hoplon (2)
- # jobs (2)
- # keechma (1)
- # lumo (31)
- # off-topic (2)
- # om (1)
- # onyx (13)
- # parinfer (8)
- # re-frame (13)
- # reagent (32)
- # remote-jobs (4)
- # shadow-cljs (103)
- # spacemacs (15)
- # specter (10)
- # sql (1)
- # tools-deps (35)
- # unrepl (13)
Second cljs dep to be published on npm
😄 https://www.npmjs.com/package/@honeysql/honeysql
Yep that is still a good TODO
contribution, at the moment the doc is a bit in the air. So https://github.com/anmonteiro/lumo/issues/130.
so basically instead of packaging in a jar we package in a tarbal and some convention in package.json
tells us where to find the cljs src
Thats pretty cool @richiardiandrea
honeysql is basically data transformation so it was a pretty easy win 😉
I wonder if there's a way to find all of the clojurescript libraries that have been published to npm
Hello, that seems like a great step forward
Does anyone have a template or can point me to a template for using lumo for building a nodejs cli tool ?
I will need to use http requests
@rdanielo, I'd encourage you to just try it out from the repl. You can use node.js functions using JS interop
I am tired of REPLs, they're fun to start with, but as soon as you want non trivial work the become useless
I've been struggling with cljs for two days
I have setup 3 different test projects, using 3 different templates and It's being a nightmare
For an example project you could look at unravel: https://github.com/Unrepl/unravel
I now have a small project that works, but it is sooo slooow to start up and reload the files that everytime I want to check something on the repl I forget about what I was looking for
I think you can get code reloading to work with Figwheel, but I haven't done that before
(not with lumo though, that would be using the hosted compiler)
With node as a target ^^
I am using Fighwheel with node, and it is working, but the REPL is very slow
I tried lumo, and it is delightfully fast
But now I just want to setup things and start building a cmd tool with lumo
what you can do is to use a tool like watchexec to rerun/restart the lumo process whenever a file changes
or run tests
it lets you iterate pretty quickly
watchexec is a node package ?
How do you start lumo repl ? The commandline arguments are quite long. I am tempted to put it on the npm scripts section
This is being helpful
first cut at the wiki - done 🎉 https://github.com/anmonteiro/lumo/wiki