[Haskell-cafe] When is waitForProcess not necessary?

Bryan O'Sullivan bos at serpentine.com
Fri Aug 3 09:38:15 EDT 2007


Dougal Stanton wrote:

> I had to do this recently, so you might be interested in my approach:
> 
> <http://193.219.108.225/code/blogpost/BlogPost.hs>
> 
> The idea here is to run arbitrary text (blog posts) through Markdown
> and Smartypants before sending them out to the wider world.

Pardon me while I veer off-topic, but you could also use Pandoc to do 
this.  No forking required.
http://sophos.berkeley.edu/macfarlane/pandoc/

	<b


More information about the Haskell-Cafe mailing list