This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-25
Channels
- # announcements (6)
- # asami (1)
- # babashka (80)
- # beginners (89)
- # bitcoin (1)
- # calva (30)
- # cider (33)
- # clj-kondo (1)
- # cljsrn (45)
- # clojars (5)
- # clojure (60)
- # clojure-australia (1)
- # clojure-dev (9)
- # clojure-europe (133)
- # clojure-italy (7)
- # clojure-nl (6)
- # clojure-uk (44)
- # clojurescript (11)
- # conjure (1)
- # data-oriented-programming (2)
- # datahike (13)
- # datascript (4)
- # datomic (19)
- # deps-new (29)
- # depstar (5)
- # duct (39)
- # fulcro (8)
- # girouette (1)
- # helix (10)
- # honeysql (17)
- # jobs (5)
- # jobs-discuss (2)
- # leiningen (6)
- # lsp (51)
- # malli (60)
- # meander (37)
- # membrane (8)
- # off-topic (31)
- # overtone (3)
- # pathom (36)
- # re-frame (8)
- # reagent (30)
- # remote-jobs (2)
- # sci (1)
- # sql (32)
- # startup-in-a-month (3)
- # testing (3)
- # tools-deps (7)
- # xtdb (7)
Hi! I am pleased to announce that my first Clojure library is out! 🎉 https://github.com/PrestanceDesign/get-port With this lib I tried to embrace the concept of Clojure (composability, separation of concerns), so it does one things: Get an available TCP port with some options. :)
Fixed a bug in my implementation of the Aho Corasick algorithm (ironically it was caused because I forgot to remove debug code), useful for fast string matching https://github.com/Tyruiop/aho
New https://github.com/exoscale/telex is out 0.1.6
* adds body-handler read timeout support
I just pushed the first release of Pure Conditioning, a purely functional, fast, and cleanly decomplected condition / restart system in Clojure. It does not use exceptions and needs no global state at all. I think it can cover all Common Lisp condition/restart use cases, at least I haven't encountered any that it can't do. https://github.com/pangloss/pure-conditioning
I just released a new library template. https://github.com/redstarssystems/rssyslib This `Library template` helps you to quick start new library project using https://clojure.org/guides/getting_started and https://github.com/seancorfield/clj-new. This `Library template` provides: • project control via `Justfile` (see https://github.com/casey/just) and scripting using https://github.com/babashka/babashka; • environment variables control using `direnv` utility; • editor configuration via `.editorconfig` file; • configured `clj-kondo` linter; • configured `cljstyle` formatter; • run tests using https://github.com/lambdaisland/kaocha. Project workflow:
mike@mbp02 just
List of available recipes
Available recipes:
build # Build deployable jar file of this project
bump level='patch' # Bump version artifact in `version_id` file. Parameter should be one of: major, minor, patch, alpha, beta, rc, release.
clean # Clean target folder
default # Help
deploy # Deploy this library to Clojars
format # Format source code
install # Install deployable jar locally (requires the pom.xml file)
lint # Lint source code
outdated # Check for outdated dependencies
repl # Run Clojure repl
requirements # Install project requirements (OS will be detected automatically)
test # Run tests
Hi Friends! I just released a new clojure SDK for interacting with the NuID Authentication API. I'd love feedback on the library if you get a chance to check it out 🙂 NuID provides a trustless authentication service using zero knowledge proofs to make it so you never have to store passwords again. We're built on clj/s and datomic and absolutely love this community. Source: https://github.com/NuID/sdk-clojure Docs: https://cljdoc.org/d/nuid/sdk/CURRENT Clojars: https://clojars.org/nuid/sdk NuID Developer Portal: https://portal.nuid.io