This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-17
Channels
- # announcements (10)
- # aws (10)
- # babashka (11)
- # beginners (77)
- # calva (9)
- # cider (10)
- # cljdoc (7)
- # cljs-dev (47)
- # clojure (47)
- # clojure-uk (4)
- # clojurescript (87)
- # community-development (15)
- # conjure (14)
- # core-async (25)
- # cursive (6)
- # fulcro (6)
- # helix (3)
- # joker (2)
- # nrepl (1)
- # off-topic (1)
- # pathom (9)
- # pedestal (6)
- # re-frame (22)
- # reitit (15)
- # shadow-cljs (26)
- # spacemacs (16)
- # testing (2)
- # tools-deps (12)
- # uncomplicate (10)
- # xtdb (22)
Hello! 👋 Want to mentor two dedicated Clojure learners to enable them to contribute to an open-source Clojure project? See thread 👉
EXHIBIT A. Why? • Get to really follow up on two dedicated learners; get to know them, not just answer a random question. • Clear goal in mind: beginner-friendly issue on Open-Source project
EXHIBIT B. Where? • https://slack-redir.net/link?url=https%3A%2F%2Fgithub.com%2Fathensresearch%2Fathens%2Fblob%2FClojureFam%2Fdoc%2FClojureFam.md&v=3 • https://clojureverse.org/t/want-to-mentor-learning-clojurians-for-open-source-work-with-athens/5974
@U0ETXRFEW Seeing how you interact with the #calva community has been a very good anchor 🙂
Welcome [metosin/reitit "0.5.0"]
.
Reitit is a fast data-driven routing library for Clojure/Script. 0.5.0 contains a lot of small changes, including:
* reitit-core
: order of magnitude faster router creation, thanks to smarter route conflict resolver
* reitit-ring
& reitit-http
: improved OPTIONS handling, helpers to serve files, nil-friendly routes
.
* reitit-frontend
: fixes in handling History
* reitit-sieppari
: faster interceptors, drops default support for core.async, see sieppari docs how to enable it
* reitit-swagger-ui
: defaults to latest version v3.25.3
, instead of old (but classy) v2.10.0
* changes in updated support libs: spec-tools, schema-tools, jsonista, muuntaja, sieppari and malli
full changelog: https://github.com/metosin/reitit/blob/master/CHANGELOG.md#050-2020-05-17
big thanks to all contributors!
Discussion and help at #reitit
Awesome, I am about to start a new Clojure api project and doing some research if I should use compojure-api vs reitit. My conclusion was to go with reitit, Ill use the newest version right away 😄 Thx!
Spire version 0.1.0-alpha.10 released. initial nrepl release https://github.com/epiccastle/spire/releases/tag/v0.1.0-alpha.10 - remove -h, -o, -v flags for less surface area to conflict with user flags - fixed local execution under a user running fish shell fails to gather facts - add nrepl support - added lots of docstrings
Generate really nice documents and html pages and books with Clojure snippets from R Markdown (https://rmarkdown.rstudio.com/) using knitr
(https://en.wikipedia.org/wiki/Knitr), rep
(https://github.com/eraserhd/rep) and nRepl
. Here is how to glue all the tools: https://github.com/genmeblog/rmarkdown-clojure