This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-27
Channels
- # announcements (11)
- # aws (1)
- # babashka (15)
- # beginners (345)
- # calva (5)
- # chlorine-clover (14)
- # clj-kondo (40)
- # cljfx (30)
- # clojure (174)
- # clojure-australia (6)
- # clojure-europe (64)
- # clojure-france (1)
- # clojure-nl (12)
- # clojure-uk (20)
- # clojurescript (29)
- # conjure (1)
- # core-async (53)
- # cryogen (3)
- # cursive (8)
- # datomic (12)
- # emacs (5)
- # events (4)
- # fulcro (27)
- # graalvm (1)
- # graphql (9)
- # helix (8)
- # keechma (11)
- # london-clojurians (1)
- # malli (12)
- # off-topic (12)
- # pathom (8)
- # portal (1)
- # re-frame (19)
- # reagent (13)
- # reitit (16)
- # ring-swagger (2)
- # sci (38)
- # shadow-cljs (31)
- # spacemacs (3)
- # specter (14)
- # sql (14)
- # tools-deps (31)
- # vim (4)
- # xtdb (9)
Hi there! I have started small project to mimic re-frame architecture in js with Preact called pre-frame. It has similar API, yet covers the main functionality (signal graph, interceptors, coeffects), and is ultra small (1.5kB min gzip). https://github.com/PanJarda/pre-frame.
tools.deps.graph 1.0.56 is now available, just updates to latest tools.deps.alpha and makes available -X style execution with updated docs at https://github.com/clojure/tools.deps.graph/blob/master/README.md
using latest clj
(from homebrew) I get Unqualified function can't be resolved: graph
, seems like :default-ns clojure.tools.deps.graph
is not available in this version
other minor thing, also got warning to replace :deps
with :replace-deps
shoot, it's :ns-default
sorry, we don't do PRs in contrib libs
ah, no worries, closed, thanks for the fix 👍
Excellent tool. I've added it to https://github.com/practicalli/clojure-deps-edn#project-dependencies
Just published Chlorine for Atom version 0.10.0. In this new release, I added the ability to query some Clojure metadata/vars using EQL. This does not mean that much for now, but it opens some possibilities with static analysis. So, in this version, doc-for-var
and goto-var-definition
are now using clj-kondo (if it's present on the PATH) if the editor is not connected to any REPL - so you have some functionality without the need of a connection. Discussions on #chlorine channel 🙂