Re: [ANN] Ikota

2018-12-13 Thread Sonny To
It has reagent like components. I extracted this library out while creating a reagent like library without a dependency on react.js -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note tha

[ANN] com.cognitect.aws/api-0.8.158

2018-12-13 Thread David Chelimsky
com.cognitect.aws/api-0.8.158 is now available. Changes: - use signingName when available in service metadata. #26 Repo: https://github.com/cognitect-labs/aws-api/ Changelog: https://github.com/cognitect-labs/aws-api/blob/master/CHANG

[ANN] dispacio

2018-12-13 Thread John Newman
dispacio is an experimental, simple, predicate stack dispatch system. Predicates are tested in the order they are defined and the first truthy match wins. Features being worked on: - similar interface to `defmethod` - `isa?` hierarchies, similar to `defmethod` - `prefer` a la `prefer-method` - d

Re: [ANN] Ikota

2018-12-13 Thread peterhull90
On Thursday, 13 December 2018 17:04:08 UTC, Sonny To wrote: > > Yet another Hiccup implementation for Clojure and ClojureScript > Looks good. What's the difference between this and the original weavejester Hiccup? -- You received this message because you are subscribed to the Google Groups "Clo

Re: [ANN] Clojure 1.10.0-RC5

2018-12-13 Thread Mark
Ah. Makes sense. Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this gr

Re: [ANN] Clojure 1.10.0-RC5

2018-12-13 Thread Alex Miller
Metadata attaches to the form following it, so I would read this (with my Clojure Reader hat on) as: ( read list begin meta read symbol #_ read and discard next form ^ read meta and form, then apply meta to form :hello read key

Re: [ANN] Clojure 1.10.0-RC5

2018-12-13 Thread Mark
Hi Alex - Not sure if this is a bug or spec'd behavior. When combining the reader literal for comments with the reader literal for metadata, I get unexpected behavior: > (meta #_^:hello []) > yields a compilation error. I get the same error in 1.9.0. On Wednesday, December 12, 2018 at 8:43

[ANN] Ikota

2018-12-13 Thread Sonny To
Yet another Hiccup implementation for Clojure and ClojureScript https://bitbucket.org/sonwh98/ikota/src/master/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new m

[ANN] CHP Clojure Hiccup Page

2018-12-13 Thread Sonny To
https://bitbucket.org/sonwh98/chp/src/master/ PHP is popular for server-side web development because it is easy to get started. It was initially designed to be a templating language to create dynamic HTML pages on the server-side. PHP pages are HTML pages with embedded code. CHP borrows this