Re: Question about "The whole language is there, all of the time."

2009-12-18 Thread Jeff Dik
On Wed, Dec 09, 2009 at 02:35:24PM -0800, Joost wrote: > On 9 dec, 17:03, Jeff Dik wrote: > > The part "Running code at read-time lets users reprogram Lisp's > > syntax" caught my attention.  Is this talking about reader macros?  I > > believe I read that clojure doesn't have reader macros, so wou

Re: Question about "The whole language is there, all of the time."

2009-12-09 Thread Joost
On 9 dec, 17:03, Jeff Dik wrote: > The part "Running code at read-time lets users reprogram Lisp's > syntax" caught my attention.  Is this talking about reader macros?  I > believe I read that clojure doesn't have reader macros, so would it be > more accurate to say "The whole language is there, _

Re: Question about "The whole language is there, all of the time."

2009-12-09 Thread Graham Fawcett
On Wed, Dec 9, 2009 at 11:15 AM, Jarkko Oranen wrote: > Jeff Dik wrote: >> The part "Running code at read-time lets users reprogram Lisp's >> syntax" caught my attention.  Is this talking about reader macros?  I >> believe I read that clojure doesn't have reader macros, so would it be >> more accu

Re: Question about "The whole language is there, all of the time."

2009-12-09 Thread Jarkko Oranen
Jeff Dik wrote: > The part "Running code at read-time lets users reprogram Lisp's > syntax" caught my attention. Is this talking about reader macros? I > believe I read that clojure doesn't have reader macros, so would it be > more accurate to say "The whole language is there, _most_ of the > tim

Re: Question about "The whole language is there, all of the time."

2009-12-09 Thread Sean Devlin
I would say it depends how strongly you feel about reader macros, since they are purely (very useful) shorthand. On Dec 9, 11:03 am, Jeff Dik wrote: > Hi, > > I've been rereading "Programming Clojure" and on page 25 it says > >     The whole language is there, all the time.  Paul Graham's essay >