Re: [Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread C K Kashyap
Thanks Wei ... Having a working version would really help in going through the tutorial better. On Wed, Mar 31, 2010 at 9:32 PM, Wei Hu wrote: > I was working through this book last year, and posted my work at > https://patch-tag.com/r/wh5a/CoreCompiler/home. It was almost > complete. > > On We

Re: [Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread Wei Hu
I was working through this book last year, and posted my work at https://patch-tag.com/r/wh5a/CoreCompiler/home. It was almost complete. On Wed, Mar 31, 2010 at 7:12 AM, C K Kashyap wrote: > Looks like some functions are left as an exercise... I'd appreciate it if > someone could share a complete

Re: [Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread C K Kashyap
Looks like some functions are left as an exercise... I'd appreciate it if someone could share a complete code for the "Core language" On Wed, Mar 31, 2010 at 4:20 PM, C K Kashyap wrote: > Great ... thanks Thu ... > > Regards, > Kashyap > > > On Wed, Mar 31, 2010 at 4:15 PM, minh thu wrote: > >>

Re: [Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread C K Kashyap
Great ... thanks Thu ... Regards, Kashyap On Wed, Mar 31, 2010 at 4:15 PM, minh thu wrote: > 2010/3/31 C K Kashyap : > > Hi Everybody, > > I've started reading SPJ's book - When I tried to execute some sample > code > > in miranda, I found that Miranda does not seem to recognize things like > >

Re: [Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread minh thu
2010/3/31 C K Kashyap : > Hi Everybody, > I've started reading SPJ's book - When I tried to execute some sample code > in miranda, I found that Miranda does not seem to recognize things like > import Utils > or > module Langauge where ... > Has someone created a clean compilable miranda source out

[Haskell-cafe] Implementation of Functional Languages - a tutorial

2010-03-31 Thread C K Kashyap
Hi Everybody, I've started reading SPJ's book - When I tried to execute some sample code in miranda, I found that Miranda does not seem to recognize things like import Utils or module Langauge where ... Has someone created a clean compilable miranda source out of this book? -- Regards, Kashyap