This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-09
Channels
- # announcements (3)
- # beginners (61)
- # biff (20)
- # cider (13)
- # clerk (6)
- # clojure (58)
- # clojure-brasil (5)
- # clojure-europe (30)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (5)
- # clr (25)
- # core-async (2)
- # cursive (19)
- # datahike (5)
- # datalevin (1)
- # docker (1)
- # emacs (3)
- # fulcro (4)
- # hoplon (3)
- # hyperfiddle (91)
- # java (2)
- # juxt (5)
- # london-clojurians (1)
- # lsp (38)
- # malli (12)
- # nrepl (9)
- # off-topic (7)
- # polylith (15)
- # portal (49)
- # rdf (2)
- # re-frame (43)
- # releases (2)
- # shadow-cljs (30)
- # spacemacs (15)
- # sql (36)
- # tools-build (20)
- # xtdb (3)
org.clojure/tools.cli {:mvn/version "1.0.219"}
-- https://github.com/clojure/tools.cli -- Command-line processing:
• Add ClojureCLR support https://clojure.atlassian.net/browse/TCLI-102 @dmiller
Follow-up in #clr (or #clojure for general tools.cli
Qs)
I’ve released version 0.3.5 of https://github.com/nathell/skyscraper, a framework for structurally scraping whole sites in Clojure. Get it from Clojars: {skyscraper/skyscraper {:mvn/version "0.3.5"}}
.
Changes in this release:
• Feature: New function cached-document
for accessing a previous (cached) version of a page downloaded while in update mode.
• Documentation: New example illustrating the use of a Redis cache backend. (Thanks to @patrick.glind, @skuro, @alvin.francis.dumalus, and Oskar Gewalli for contributing!)
https://github.com/ont-app/vocabulary
v 0.3.0
• Adding Resource
protocol with method resource-class
• Addding methods as-uri-string
, as-kwi
, as-qname
dispatched on resource-class
• Adding and enforcing specs for uri strings, kwis, qnames, and namespace metadata