Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 744 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 744 Bytes

Code to the book "Implementing Functional Languages"

Build Status

This repository contains my code from the book

Simon L. Peyton Jones, David Lester
Implementing Functional Languages
A Tutorial
Prentice Hall, 1992
ISBN 0-13-7211952-0

This book is available for free from Microsoft Research

This is an attempt to learn more about the inner workings of functional languages.

Directories

  • src - the Haskell source
  • examples - some examples in the Core language