Create My own language with "Functional Programming Language"

Posted by esehara on Stack Overflow See other posts from Stack Overflow or by esehara
Published on 2011-11-16T17:32:50Z Indexed on 2011/11/16 17:50 UTC
Read the original article Hit count: 332

I prefer Haskell.

I already know How to create my own language with Procedural Language (for example: C, Java, Python, etc).

But, I know How to create my own language with Functional Language (for example Haskell, Clojure and Scala).

I've already read:

Internet Resources

  1. Write Yourself a Scheme in 48 Hours
  2. Real World Haskell - Chapter 16.Using Persec
  3. Writing A Lisp Interpreter In Haskell
  4. Parsec, a fast combinator parser
  5. Implementing functional languages: a tutorial

Books

  1. Introduction Functional Programming Using Haskell 2nd Edition -- Haskell

StackOverflow (but with procedural language)

  1. Learning to write a compiler
  2. create my own programming language

Source

  1. Libraries and tools/HJS -- Haskell

Are there any other good sources? I wants to get more links,or sources.

© Stack Overflow or respective owner

Related posts about haskell

Related posts about resources