Re: [Haskell-cafe] How to Create Programming Language with Haskell?

2011-11-16 Thread Anton Kholomiov
This can be very helpful: Implementation of FP languages by Simon Peyton Jones http://research.microsoft.com/en-us/um/people/simonpj/papers/slpj-book-1987/index.htm 2011/11/16 Shogo Sugamoto eseh...@gmail.com Hi,Cafe. I want to create my own Programming Language with Haskell, and I learn

Re: [Haskell-cafe] How to Create Programming Language with Haskell?

2011-11-16 Thread Ahn, Ki Yung
Don't think this is what Shogo is looking for since the book is not about implementing a language WITH Haskell, but how to implement Haskell like languages with a more low level language (like C). 2011년 11월 16일 00:13, Anton Kholomiov 쓴 글: This can be very helpful: Implementation of FP

[Haskell-cafe] How to Create Programming Language with Haskell?

2011-11-15 Thread Shogo Sugamoto
Hi,Cafe. I want to create my own Programming Language with Haskell, and I learn how to do it. I read: WikiBooks of Write Yourself a Scheme in 48 Hours, Real World Haskell of Chapter Using Parsec, Source of HJS, Book of Introduction of Functional Programming Using Haskell. Ok,What is another