Fork me on GitHub
#announcements
<
2018-09-13
>
richiardiandrea03:09:05

ClojureScript utility for Terraform released today: https://twitter.com/richiardiandrea/status/1040064598685102080?s=20

🙂 8
👏 4
nilrecurring06:09:56

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

parrot 16
partywombat 20
nilrecurring06:09:29

More about Dhall in the language standard repo: https://github.com/dhall-lang/dhall-lang

mpenet11:09:36

Congrats! And the first cc.qbits/ex user I see in the wild. Thanks for the mention btw 😉

nilrecurring12:09:07

Thanks a lot for making a great library :)

seancorfield07:09:52

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

seancorfield07:09:12

{seancorfield/clj-new {:git/url "" :sha "21ca1b27f46dc324be084ba839beca555aeda387"}} -- 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

👏 28
rutledgepaulv13:09:41

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

👏 12