Skip to main content
in addition to a haskell compiler, a haskell interpreter
Source Link
Francesco
  • 1.4k
  • 14
  • 22

"Let's build a compiler" was already suggested. There is a "modernized" version using Haskell instead of Turbo Pascal: http://alephnullplex.appspot.com/blog/view/2010/01/12/lbach-1-introduction

Keeping with Haskell, there is a very instructive Scheme interpreter which could give further ideas: Write Yourself a Scheme in 48 Hours

"Let's build a compiler" was already suggested. There is a "modernized" version using Haskell instead of Turbo Pascal: http://alephnullplex.appspot.com/blog/view/2010/01/12/lbach-1-introduction

"Let's build a compiler" was already suggested. There is a "modernized" version using Haskell instead of Turbo Pascal: http://alephnullplex.appspot.com/blog/view/2010/01/12/lbach-1-introduction

Keeping with Haskell, there is a very instructive Scheme interpreter which could give further ideas: Write Yourself a Scheme in 48 Hours

Post Made Community Wiki by Michael Ekstrand
Source Link
Landei
  • 2k
  • 1
  • 13
  • 19

"Let's build a compiler" was already suggested. There is a "modernized" version using Haskell instead of Turbo Pascal: http://alephnullplex.appspot.com/blog/view/2010/01/12/lbach-1-introduction