Re: Literate Clojure - a good lead ...

2010-07-22 Thread Eli Barzilay
Tim Daly writes: > >Antony Blakey wrote: >> The essence of the PLT model is the language integration that >> allows symbol resolution by reusing the language mechanism for the >> documentation. > > "Language integration" is a false goal. It is technically possible > to call functions in any langu

Re: Literate Clojure - a good lead ...

2010-07-22 Thread Tassilo Horn
On Thursday 22 July 2010 12:08:15 Martin Clausen wrote: > No it is right. The .org file can be found in the source code archive: > > http://genprog.adaptive.cs.unm.edu/asm/asm-gp.tar.bz2 Oh, I see. A very nice example. :-) Bye, Tassilo -- You received this message because you are subscribed

Re: Literate Clojure - a good lead ...

2010-07-22 Thread Martin Clausen
No it is right. The .org file can be found in the source code archive: http://genprog.adaptive.cs.unm.edu/asm/asm-gp.tar.bz2 /mac On Thu, Jul 22, 2010 at 12:00 PM, Tassilo Horn wrote: > On Thursday 22 July 2010 03:41:15 martin_clausen wrote: > > Hi Martin, > >> A good example of this for a non-

Re: Literate Clojure - a good lead ...

2010-07-22 Thread Tassilo Horn
On Thursday 22 July 2010 03:41:15 martin_clausen wrote: Hi Martin, > A good example of this for a non-trivial app is here: > > http://genprog.adaptive.cs.unm.edu/asm/instructions.html I guess that's the wrong link... Viele Grüße, Tassilo > On Jul 21, 8:54 am, Tassilo Horn wrote: > > On Wedne

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Tim Daly
Antony Blakey wrote: On 22/07/2010, at 3:08 AM, Tim Daly wrote: "Language integration" is a false goal. It is technically possible to call functions in any language from latex but unnecessary in general. It is technically possible to generate latex from any language. Have you read t

Re: Literate Clojure - a good lead ...

2010-07-21 Thread martin_clausen
A good example of this for a non-trivial app is here: http://genprog.adaptive.cs.unm.edu/asm/instructions.html /mac On Jul 21, 8:54 am, Tassilo Horn wrote: > On Wednesday 21 July 2010 06:32:02 Mark Engelberg wrote: > > Hi Mark, > > > I would definitely welcome a literate Clojure tool. > > You m

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Antony Blakey
On 22/07/2010, at 3:08 AM, Tim Daly wrote: > "Language integration" is a false goal. It is technically possible to > call functions in any language from latex but unnecessary in general. > It is technically possible to generate latex from any language. Have you read the paper? Being able to auto

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Mark Engelberg
On Wed, Jul 21, 2010 at 3:10 PM, Mark Fredrickson wrote: > I've been playing around with a Emacs mode (more properly looking at > existing multi-major-mode work). I'm open to ideas on how to make it > play better with a REPL. As always, any form can be sent via C-C C-C. > What more did you have in

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Mark Fredrickson
> I'd be perfectly happy with a LaTeX-based solution, although I > understand the appeal of something more "within Clojure". I've been playing with a Clojure solution: http://github.com/markmfredrickson/changeling I just pushed a version to clojars as well. > As a first approximation, literate

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Mark Engelberg
I'd be perfectly happy with a LaTeX-based solution, although I understand the appeal of something more "within Clojure". As a first approximation, literate programming needs to make it easy to enter English text with code snippets that run. Haskell does this by assuming that in a file ending in .

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Tim Daly
Antony Blakey wrote: On 21/07/2010, at 10:29 PM, Tim Daly wrote: The PLT Scheme mechanism mentioned above is a good idea but it has a niche quality to it. Latex is an industry standard publication language. Many books and technical papers, especially in mathematics, use it. Some conferenc

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Antony Blakey
On 21/07/2010, at 10:29 PM, Tim Daly wrote: > The PLT Scheme mechanism mentioned above is a good idea > but it has a niche quality to it. > > Latex is an industry standard publication language. Many > books and technical papers, especially in mathematics, > use it. Some conferences require it. A

Re: Literate Clojure - a good lead ...

2010-07-21 Thread Tim Daly
The PLT Scheme mechanism mentioned above is a good idea but it has a niche quality to it. Latex is an industry standard publication language. Many books and technical papers, especially in mathematics, use it. Some conferences require it. All publishers support it and it is widely used. Traditio

Re: Literate Clojure - a good lead ...

2010-07-20 Thread Tassilo Horn
On Wednesday 21 July 2010 06:32:02 Mark Engelberg wrote: Hi Mark, > I would definitely welcome a literate Clojure tool. You might want to have a look at Emacs' org-mode [1]. It has a facility called Babel [2] that allows for literate programming in all the languages listed at [3], Clojure being

Re: Literate Clojure - a good lead ...

2010-07-20 Thread Mark Engelberg
I would definitely welcome a literate Clojure tool. -- 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 moderated - please be patient with your first post.

Literate Clojure - a good lead ...

2010-07-20 Thread Antony Blakey
Might be of interest to some here: http://lambda-the-ultimate.org/node/4017 Antony Blakey -- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent