I\'m thinking of writing a compiler in haskell, and just to gain some knowledge and experience, I will try to implement compilers for existing languages. Could someone give
Scheme is often used for this. There's even a tutorial called Write Yourself a Scheme in 48 hours for Haskell.