Re: Interest in Scribble for Clojure?

2012-10-18 Thread Gary Johnson
Alright, Eli. You've piqued my interest. I'll have to take a closer look sometime soon. ~Gary On Wednesday, October 17, 2012 10:22:54 AM UTC-4, Eli Barzilay wrote: > > Gary Johnson uvm.edu> writes: > > > > I see. After taking a closer look, I can see that you could do LP in > > Scribble >

Re: Interest in Scribble for Clojure?

2012-10-17 Thread Eli Barzilay
Gary Johnson uvm.edu> writes: > > I see. After taking a closer look, I can see that you could do LP in > Scribble (Yeah, but again -- that's really not its main goal.) > as well as also outputting some different kinds of documentation > formats, such as Javadocs or standalone documents. The do

Re: Interest in Scribble for Clojure?

2012-10-12 Thread Gary Johnson
I see. After taking a closer look, I can see that you could do LP in Scribble as well as also outputting some different kinds of documentation formats, such as Javadocs or standalone documents. The downside I'm seeing is that this all has to be programmed in Scheme and that you may have to do s

Re: Interest in Scribble for Clojure?

2012-10-11 Thread Eli Barzilay
Gary Johnson uvm.edu> writes: > > A lot of scribble's features are geared towards providing tooling for > Literate Programming, No, this is wrong. The LP that we have is based on Scribble, but it was done mainly as a demonstration of the benefits you get from having a real language for writing

Re: Interest in Scribble for Clojure?

2012-10-10 Thread Grant Rettke
On Wed, Oct 10, 2012 at 1:11 PM, Gary Johnson wrote: > A lot of scribble's features are geared towards providing tooling for > Literate Programming, I didn't read into Scribble like it's goal was LP, but I could have missed that and not known enough about LP, too. > and currently I'm way more th

Re: Interest in Scribble for Clojure?

2012-10-10 Thread Gary Johnson
A lot of scribble's features are geared towards providing tooling for Literate Programming, and currently I'm way more than satisfied with org-babel. This has been built into Emacs by defaut since IIRC version 23.2 or so. Opening any file in org-mode (`M-x org-mode') immediately provides you wi

Re: Interest in Scribble for Clojure?

2012-10-10 Thread John Gabriele
On Wednesday, October 10, 2012 11:32:22 AM UTC-4, Grant Rettke wrote: > > On Tue, Oct 9, 2012 at 1:00 PM, Michael Fogus > > wrote: > >> Any existing solutions or interest in something like this? > > > > There are no _public_ solutions as far as I know, > > So everyone has their private custom

Re: Interest in Scribble for Clojure?

2012-10-10 Thread Grant Rettke
On Tue, Oct 9, 2012 at 1:00 PM, Michael Fogus wrote: >> Any existing solutions or interest in something like this? > > There are no _public_ solutions as far as I know, So everyone has their private custom approaches I guess? I'm curious if people would share them. > although I think it can be d

Re: Interest in Scribble for Clojure?

2012-10-09 Thread Michael Fogus
> Any existing solutions or interest in something like this? There are no _public_ solutions as far as I know, although I think it can be done fairly trivially (famous last words) using the existing ClojureScript compiler. I'd love to see it done as an open source project. -- You received this

Interest in Scribble for Clojure?

2012-10-08 Thread Grant Rettke
Hi, Scribble is a DSL for Racket that lets you do some nice stuff for generating documentation. Examples and documentation are here: http://docs.racket-lang.org/scribble/ Any existing solutions or interest in something like this? The value-adds are that you have your in-code documentation execu