Re: [Haskell] Displaying trees in Haskell

2012-03-08 Thread Brent Yorgey
On Thu, Mar 08, 2012 at 03:13:13PM +, John Lato wrote: > > From: Luana Fagarasan > > > > Hello, > > > > I am quite new to Haskell and I am seeking the best way to > > display trees graphically when using Haskell. I have looked on > > the web, but am still not clear! > > IMHO Haskell is a good

Re: [Haskell] Displaying trees in Haskell

2012-03-08 Thread John Lato
> From: Luana Fagarasan > > Hello, > > I am quite new to Haskell and I am seeking the best way to > display trees graphically when using Haskell. I have looked on > the web, but am still not clear! IMHO Haskell is a good language for this sort of task; there are several graphics libraries that I

Re: [Haskell] Displaying trees in Haskell

2012-03-07 Thread Robby Findler
While it is nice to plug an FPer, we would be remiss if we didn't also mention that there is a hugh literature on graph drawing, out there. Wikipedia seems to be a great place to start. http://en.wikipedia.org/wiki/Graph_drawing Robby On Wed, Mar 7, 2012 at 3:30 PM, Alexander Batischev wrote:

Re: [Haskell] Displaying trees in Haskell

2012-03-07 Thread Alexander Batischev
Hello, On Wed, Mar 07, 2012 at 09:06:59PM +, Luana Fagarasan wrote: > I am quite new to Haskell and I am seeking the best way to > display trees graphically when using Haskell. I have looked on > the web, but am still not clear! Andrew J. Kennedy wrote a functional pearl describing how to dra

[Haskell] Displaying trees in Haskell

2012-03-07 Thread Luana Fagarasan
Hello, I am quite new to Haskell and I am seeking the best way to display trees graphically when using Haskell. I have looked on the web, but am still not clear! For those interested, please find more detailed information below. Regards, Luana Fagarasan Further information: I am writing a theo