This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-21
Channels
- # announcements (1)
- # babashka (66)
- # beginners (37)
- # calva (3)
- # cljdoc (2)
- # clojure (14)
- # clojure-australia (6)
- # clojure-doc (4)
- # clojure-europe (22)
- # clojurescript (9)
- # datalevin (5)
- # datomic (4)
- # emacs (5)
- # events (1)
- # figwheel-main (6)
- # graalvm (41)
- # lsp (16)
- # luminus (1)
- # off-topic (2)
- # overtone (2)
- # re-frame (2)
- # reagent (8)
- # remote-jobs (1)
- # reveal (49)
- # shadow-cljs (9)
- # spacemacs (14)
- # tools-build (4)
- # tools-deps (16)
I have an idea for a library that fits in a tweet, and tweets are immutable, can we have twitter procurer?
I wrote one one time. But just fetching the tweet leaves longer messages truncated so I abounded it
Since we have unlimited scroll back at the moment https://clojurians.slack.com/archives/C03RZGPG3/p1578369151371700
I mean, for clojure, since it is already expression oriented, you could do something like a reader tag that loads an expression from Twitter(or wherever) instead of via the deps machinery
I made a fun library that defines code from tweets: https://github.com/vlaaad/tweet-def
@U064X3EF3 I currently implemented tweet deps as a library ^^^, but I think it makes more sense to have tweet deps as a part of tools-deps toolchain… do you think Clojure tools could support it?
Dep sources are an open extension point - you have the power to adapt it into tools.deps :)
clojure.tools.deps.alpha.extensions
What doesn't exist at the moment is the ability to install and use an extension with the CLI
Well if you did the other work I'd think more about that :)