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
- Write Yourself a Scheme in 48 Hours
- Real World Haskell - Chapter 16.Using Persec
- Writing A Lisp Interpreter In Haskell
- Parsec, a fast combinator parser
- Implementing functional languages: a tutorial
Books
StackOverflow (but with procedural language)
Source
Are there any other good sources? I wants to get more links,or sources.
© Stack Overflow or respective owner