1.10.0-beta5 is now available.
You can try it with clj using:
clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version
"1.10.0-beta5"}}}'
Changes in 1.10.0-beta5:
- In addition to prior methods of extension, values can now extend
protocols by adding metadata where keys are fully-qua
Just wondering...
You know how the escaping of double quotes with backslashes gets pretty
messy in windows because single quotes aren't used, well does it need to be?
As I understand it, in Windows the command line is just a string (as
returned by GetCommandLine), and it is broken up into things
Nice to see continued progress on Clojure 1.10!
It is not clear to me what metadata extension provides that is not already
possible with direct definitions or external extensions. Some additional
background or a small motivating example would be much appreciated in
clearing up the confusion!
O
On Tuesday, November 6, 2018 at 9:25:31 AM UTC-6, John Schmidt wrote:
>
> Nice to see continued progress on Clojure 1.10!
>
> It is not clear to me what metadata extension provides that is not already
> possible with direct definitions or external extensions. Some additional
> background or a sm
This pattern appears in clojure.zip, also. (Any point in updating that?)
On Tue, Nov 6, 2018 at 10:51 AM Alex Miller wrote:
>
> On Tuesday, November 6, 2018 at 9:25:31 AM UTC-6, John Schmidt wrote:
>>
>> Nice to see continued progress on Clojure 1.10!
>>
>> It is not clear to me what metadata e
On Tue, Nov 6, 2018 at 9:58 AM Jason Felice
wrote:
> This pattern appears in clojure.zip, also. (Any point in updating that?)
>
clojure.zip is not currently protocol-oriented, but could be, in which case
it's impl would be pretty similar to what it is now (but using the instance
protocol suppor
Wow, that's a nice example, makes it clear that it brings something new to
the table!
On Tuesday, November 6, 2018 at 4:50:55 PM UTC+1, Alex Miller wrote:
>
>
> On Tuesday, November 6, 2018 at 9:25:31 AM UTC-6, John Schmidt wrote:
>>
>> Nice to see continued progress on Clojure 1.10!
>>
>> It is