Re: read-line is limited to 4095 chars

2017-10-17 Thread Tijs Mallaerts
Running the command "stty -icanon" in the KDE Konsole terminal fixed the 4096 limit for me. Op donderdag 28 september 2017 13:32:48 UTC+2 schreef Peter Hull: > > On Tuesday, 26 September 2017 12:28:26 UTC+1, baptiste...@oscaro.com > wrote: >> >> I was using read-line to read a large line and fou

Clojurecademy is Open Source now

2017-10-17 Thread Ertuğrul Çetin
Hi Everyone, I'm very happy to announce that I've open sourced Clojurecademy , I hope it's going to be useful for the community. GitHub Link: https://github.com/clojurecademy/clojurecademy -- You received this message because you are subscribed to the Google Groups

[ANN] Specter 1.0.4

2017-10-17 Thread Nathan Marz
Specter fills in the holes in Clojure's API for manipulating immutable data, allowing data manipulation to be done concisely and with near-optimal performance. Specter 1.0.4 has minor changes. The biggest highlight since the last release is the greatly improved documentation courtesy of contrib

Re: [ANN] Specter 1.0.4

2017-10-17 Thread Hari Krishnan
Thanks for the update. It is a great library. Thanks for sharing..I will update my project. On Tuesday, October 17, 2017 at 9:26:32 AM UTC-7, Nathan Marz wrote: > > Specter fills in the holes in Clojure's API for manipulating immutable > data, allowing data manipulation to be done concisely a

An idea to improve foundations of documentation in clojure

2017-10-17 Thread Sameer Rahmani
Hi all. First of all thanks all you guys because of Clojure/Clojurescript and all the fantastic tools and libraries around it. Certainly Clojure documentation needs an improvement. But to be honest there is no good tool in the community of Clojure or even any other communities to do that. Any

Re: [ANN] Specter 1.0.4

2017-10-17 Thread Mark Engelberg
Thank you Nathan! On Tue, Oct 17, 2017 at 10:31 AM, Hari Krishnan wrote: > Thanks for the update. It is a great library. Thanks for sharing..I will > update my project. > > > On Tuesday, October 17, 2017 at 9:26:32 AM UTC-7, Nathan Marz wrote: >> >> Specter fills in the holes in Clojure's API

Re: An idea to improve foundations of documentation in clojure

2017-10-17 Thread James Reeves
A better place for this is on the var's metadata, which is where the docstring, arglist, etc. are already stored. On 17 October 2017 at 20:16, Sameer Rahmani wrote: > Hi all. > > First of all thanks all you guys because of Clojure/Clojurescript and all > the fantastic tools and libraries around

Re: An idea to improve foundations of documentation in clojure

2017-10-17 Thread Sameer Rahmani
But if we use specs for it we can store them in different namespace and do not compile them for production also we can take leverage of spec it self and do some cool stuff with the doc data as well. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To