On Fri, Feb 3, 2012 at 2:40 PM, Tassilo Horn <[email protected]> wrote: > Cedric Greevey <[email protected]> writes: > >> On Fri, Feb 3, 2012 at 2:11 PM, Stuart Sierra >> <[email protected]> wrote: >>> Starting with 1.3 there is a changes.md file in the Clojure source. >> >> I'm fairly sure the OP wants a human-readable, user-centric file he >> can view by clicking a link or pasting a URL into his browser, > > Yeah, do it exactly that way. ;-) > > https://github.com/clojure/clojure/blob/master/changes.md > >> not a .md file (whatever THAT is) > > MarkDown, the wiki syntax used by github. > >> that he has to find, download, and unzip the source distribution to >> get at. > > It's 2012, the sources are browsable online!
Not without a link to them they aren't. FWIW, the file seems to act like perfectly readable HTML in the browser (surprisingly -- I was expecting something more like trying to read raw HTML, with tags cluttering up everything, and no working outbound links, since I didn't expect Firefox to speak .md) but is fairly terse on details (and, especially, on rationales for some of the changes) though it links to a much more detailed page about the numerics changes. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
