Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-07 Thread Moritz Heidkamp
Stephen Eilert writes: > I must apologize, btw. I was written something that required a > Markdown parser and I didn't feel like going on this huge detour to > write a Markdown parser in Scheme, so I just used the Discount library > and that's it. No need to apologize, I was using your discount e

Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-06 Thread Felix
> [...] We get shit done around here! YEEHAW! cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-06 Thread Stephen Eilert
On Mon, Aug 6, 2012 at 4:49 PM, Peter Bex wrote: > On Mon, Aug 06, 2012 at 04:40:44PM -0300, Stephen Eilert wrote: > > Cool! > > > > I must apologize, btw. I was written something that required a Markdown > > parser and I didn't feel like going on this huge detour to write a > Markdown > > parser

Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-06 Thread Peter Bex
On Mon, Aug 06, 2012 at 04:40:44PM -0300, Stephen Eilert wrote: > Cool! > > I must apologize, btw. I was written something that required a Markdown > parser and I didn't feel like going on this huge detour to write a Markdown > parser in Scheme, so I just used the Discount library and that's it.

Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-06 Thread Stephen Eilert
On Sun, Aug 5, 2012 at 2:27 PM, Moritz Heidkamp wrote: > Fellow Chickeneers, > > yesterday I released the first version of Lowdown, a Markdown parser > written in pure Chicken Scheme. The only other Markdown parser egg we > had so far, discount, requires the corresponding C library and can only >

Re: [Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-05 Thread Peter Bex
On Sun, Aug 05, 2012 at 07:27:48PM +0200, Moritz Heidkamp wrote: > Fellow Chickeneers, > > yesterday I released the first version of Lowdown, a Markdown parser > written in pure Chicken Scheme. The only other Markdown parser egg we > had so far, discount, requires the corresponding C library and c

[Chicken-users] ANN: Lowdown, a pure Chicken Markdown parser

2012-08-05 Thread Moritz Heidkamp
Fellow Chickeneers, yesterday I released the first version of Lowdown, a Markdown parser written in pure Chicken Scheme. The only other Markdown parser egg we had so far, discount, requires the corresponding C library and can only read and emit strings. Lowdown doesn't have any foreign dependencie