This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-02
Channels
- # announcements (1)
- # beginners (15)
- # calva (6)
- # cider (72)
- # clojure (105)
- # clojure-europe (2)
- # clojure-france (1)
- # clojure-italy (4)
- # clojure-nl (2)
- # clojure-uk (32)
- # clojurescript (14)
- # code-reviews (10)
- # cursive (8)
- # data-science (2)
- # datomic (38)
- # events (1)
- # fulcro (31)
- # graphql (1)
- # hyperfiddle (47)
- # java (4)
- # jobs (4)
- # off-topic (18)
- # overtone (2)
- # parinfer (12)
- # pathom (19)
- # pedestal (4)
- # philosophy (2)
- # portkey (22)
- # re-frame (42)
- # reagent (1)
- # rum (1)
- # shadow-cljs (36)
- # specter (3)
- # tools-deps (2)
hum was from looking into this aws-cdk thing, finding out that they use a Javascript Yaml library made by a Finn (https://github.com/eemeli/yaml, organization name sounded really revealing :)) for yaml input/output, then finding out https://github.com/awslabs/jsii, which is the glue they use to bridge the Typescript implementation to Java, Javascript and C# (other langs coming)
I am working on tests for aws right now ! Help me @viesti gain time ;-)
What is it about. ?
CDK (https://awslabs.github.io/aws-cdk/index.html) is programmatic way of generating Cloudformation templates
I think I have an obsession on using snakeyamlâs really Java centric API from Clojure to play along with Cloudformation yaml short format tags: https://github.com/portkey-cloud/cfn-yaml
ok so tests for rest-xml should be okay
I donât know if it makes sense since cognitect pull out aws but itâs fun anyway đ
just now found out https://github.com/dupuchba/aws-clj-exp đ
thatâs the whole rewrite đ
duties await though, have to make evening snack for kids and start bedding routine đ
almost all protocol where implemented but i was stuck with custom attributes so I rolled back just a little to implement kind of âend 2 endâ tests on every protocol