Re: [Haskell-cafe] DSL in Haskell

2009-11-16 Thread Henk-Jan van Tuyl
Escapades/Goodies/Construct_WAV.html I'd appreciate it very much if you could give me some pointers on getting started. Regards, Kashyap -- *From:* Don Stewart *To:* CK Kashyap *Cc:* haskell-cafe@haskell.org *Sent:* Mon, November 16, 2009 12:57:54 AM *Subject:* Re:

Re: [Haskell-cafe] DSL in Haskell

2009-11-16 Thread CK Kashyap
; haskell-cafe@haskell.org Sent: Mon, November 16, 2009 11:19:07 PM Subject: Re: [Haskell-cafe] DSL in Haskell Have you seen the Haskell School of Expression book by Paul Hudak? The book is available on line, Ch 9 and 10 talks about music. http://plucky.cs.yale.edu/cs431/HaskoreSoeV-0.7.pdf

Re: [Haskell-cafe] DSL in Haskell

2009-11-16 Thread Daryoush Mehrtash
askell-cafe@haskell.org > *Sent:* Mon, November 16, 2009 12:57:54 AM > *Subject:* Re: [Haskell-cafe] DSL in Haskell > > ck_kashyap: > > Hi All, > > I was reading a Ruby book and in that it was mentioned that its > capability to > > dynamically query and modify classes

Re: [Haskell-cafe] DSL in Haskell

2009-11-16 Thread Justin Bailey
V.html > > I'd appreciate it very much if you could give me some pointers on getting > started. > > Regards, > Kashyap > > From: Don Stewart > To: CK Kashyap > Cc: haskell-cafe@haskell.org > Sent: Mon, November 16, 2009 12:57

Re: [Haskell-cafe] DSL in Haskell

2009-11-16 Thread CK Kashyap
2:57:54 AM Subject: Re: [Haskell-cafe] DSL in Haskell ck_kashyap: > Hi All, > I was reading a Ruby book and in that it was mentioned that its capability to > dynamically query and modify classes makes it suitable for implementing DSL's > ... I am referring to Ruby's reflection and met

Re: [Haskell-cafe] DSL in Haskell

2009-11-15 Thread Don Stewart
ck_kashyap: > Hi All, > I was reading a Ruby book and in that it was mentioned that its capability to > dynamically query and modify classes makes it suitable for implementing DSL's > ... I am referring to Ruby's reflection and methods like "method_missing" > here. > It can allow things like not h

[Haskell-cafe] DSL in Haskell

2009-11-15 Thread CK Kashyap
Hi All, I was reading a Ruby book and in that it was mentioned that its capability to dynamically query and modify classes makes it suitable for implementing DSL's ... I am referring to Ruby's reflection and methods like "method_missing" here. It can allow things like not having to define constan