Re: What makes Clojure Clojure?

2017-03-05 Thread Alex Miller
cljc is (nothing more than) a file extension (the extra c stands for "common") indicating a file that can be read in more than one Clojure platform. cljc files also support reader conditionals by default on read (but they are of course not required if not needed). -- You received this message

Re: What makes Clojure Clojure?

2017-03-05 Thread Colin Yates
4, 2017 at 6:51 PM Didier <didi...@gmail.com> wrote: >> >> The Specter post about if it should be made into core or not got me >> wondering what makes Clojure Clojure. >> >> I'm trying to wrap my head around what is the most minimal set of things >&g

Re: What makes Clojure Clojure?

2017-03-05 Thread Kevin Baldor
ibrary. > > On Sat, Mar 4, 2017 at 6:51 PM Didier <didi...@gmail.com> wrote: >> The Specter post about if it should be made into core or not got me >> wondering what makes Clojure Clojure. >> >> I'm trying to wrap my head around what is the most minimal set o

Re: What makes Clojure Clojure?

2017-03-04 Thread John Newman
idi...@gmail.com> wrote: > The Specter post about if it should be made into core or not got me > wondering what makes Clojure Clojure. > > I'm trying to wrap my head around what is the most minimal set of things > that uniquely make up Clojure. > > Right now, in that set I'v

What makes Clojure Clojure?

2017-03-04 Thread Alex Miller
Rich considers ClojureScript and ClojureCLR to be dialects of Clojure, not different languages. -- 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

What makes Clojure Clojure?

2017-03-04 Thread Didier
The Specter post about if it should be made into core or not got me wondering what makes Clojure Clojure. I'm trying to wrap my head around what is the most minimal set of things that uniquely make up Clojure. Right now, in that set I've got: - The Clojure syntax and its semantics