This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-13
Channels
- # 100-days-of-code (5)
- # adventofcode (1)
- # announcements (8)
- # beginners (148)
- # boot (17)
- # calva (26)
- # cider (17)
- # cljdoc (2)
- # cljs-dev (55)
- # cljsjs (2)
- # clojure (198)
- # clojure-dev (11)
- # clojure-finland (1)
- # clojure-italy (23)
- # clojure-nl (6)
- # clojure-spec (44)
- # clojure-uk (148)
- # clojurescript (27)
- # clojutre (20)
- # core-logic (21)
- # cursive (12)
- # datascript (10)
- # datomic (33)
- # emacs (11)
- # figwheel-main (49)
- # fulcro (19)
- # graphql (2)
- # off-topic (48)
- # onyx (2)
- # other-languages (53)
- # pedestal (3)
- # reagent (75)
- # reitit (17)
- # rum (1)
- # slack-help (2)
- # specter (2)
- # sql (3)
- # tools-deps (24)
- # unrepl (4)
- # yada (1)
ClojureScript utility for Terraform released today: https://twitter.com/richiardiandrea/status/1040064598685102080?s=20
Announcing [dhall-clj/dhall-clj "0.1.0"]
, a compiler from Dhall to Clojure: https://twitter.com/fabferrai/status/1040126114599981056
Dhall is a non-Turing complete, typed functional programming language. Some usecases: modular and typechecked configurations, typed data language for the wire (has an efficient binary representation), CI orchestration
More about Dhall in the language standard repo: https://github.com/dhall-lang/dhall-lang
Congrats! And the first cc.qbits/ex user I see in the wild. Thanks for the mention btw 😉
Thanks a lot for making a great library :)
clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "0.4.0"}}}'
-- Tools for working with command line arguments. https://github.com/clojure/tools.cli#change-log Converted to .cljc
to provide complete parity between Clojure and ClojureScript versions; added deps.edn
for use with clj
; drops support for Clojure 1.7 and earlier. Follow-up to #clojure
{seancorfield/clj-new {:git/url "
-- generate new projects with clj
! https://github.com/seancorfield/clj-new Now supports various command-line arguments to control project creation / code generation. Follow-up to #tools-deps
Announcing [com.vodori/chronology "0.1.0"]
. Chronology is a small library for working with cron expressions and scheduling tasks. It provides infinite sequences of cron expressions (both forwards and backwards!) and provides a small layer to schedule functions as periodic tasks using core.async machinery.
https://github.com/vodori/chronology