All Projects → hansroland → CoreLang

hansroland / CoreLang

Licence: other
Code from/to the book S.L.Peyton Jones, D.Lester: Implementing Functional Languages. A Tutorial, 1992

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to CoreLang

Tutorials
Step by step to learn coding and build Apps 🎉. Code files of Youtube & University tutorials.
Stars: ✭ 80 (+142.42%)
Mutual labels:  tutorial-code
SSFS
Simple & Stupid Filesystem (Using FUSE)
Stars: ✭ 64 (+93.94%)
Mutual labels:  tutorial-code
coding-notes
I'm compiling comprehensive coding tutorials for many different languages and frameworks! 🐲
Stars: ✭ 201 (+509.09%)
Mutual labels:  tutorial-code
fer
Facial Expression Recognition
Stars: ✭ 32 (-3.03%)
Mutual labels:  tutorial-code
tutorial
Tutorials to help you build your first Swim app
Stars: ✭ 27 (-18.18%)
Mutual labels:  tutorial-code
KotlinTutorials
Step by step to build Kotlin Apps 🎉. Code files for youtube tutorial
Stars: ✭ 13 (-60.61%)
Mutual labels:  tutorial-code
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (-45.45%)
Mutual labels:  tutorial-code
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-36.36%)
Mutual labels:  tutorial-code
magento custom reports example
An example module about the basic of how to create a custom report in Magento
Stars: ✭ 31 (-6.06%)
Mutual labels:  tutorial-code
database-engine
LSM-Tree Key-Value Store based on RocksDB
Stars: ✭ 47 (+42.42%)
Mutual labels:  tutorial-code
drf-jwt-example
Code samples of the tutorial "How to Use JWT Authentication with Django REST Framework"
Stars: ✭ 31 (-6.06%)
Mutual labels:  tutorial-code
Image-Uploader
A simple demo for macOS Development
Stars: ✭ 16 (-51.52%)
Mutual labels:  tutorial-code
foth
Tutorial-style FORTH implementation written in golang
Stars: ✭ 50 (+51.52%)
Mutual labels:  tutorial-code
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (+127.27%)
Mutual labels:  tutorial-code
code with me
flutter app and code demos
Stars: ✭ 31 (-6.06%)
Mutual labels:  tutorial-code
tutorial currency converter
This is a code repository for the corresponding article on Medium. In this tutorial, we will build educational application that is going to improve your overall knowledge of Async/Await.
Stars: ✭ 44 (+33.33%)
Mutual labels:  tutorial-code
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (-42.42%)
Mutual labels:  tutorial-code
example-static-website-docker-nginx-certbot
Example static website with Docker, Nginx and Certbot
Stars: ✭ 29 (-12.12%)
Mutual labels:  tutorial-code
Tutorials
Introductory tutorial notebooks for learning data science, as part of the Data Science in Practice materials.
Stars: ✭ 66 (+100%)
Mutual labels:  tutorial-code
CustomSegueDemo
Demonstrates encapsulation of a custom view controller transition into a UIStoryboardSegue subclass
Stars: ✭ 31 (-6.06%)
Mutual labels:  tutorial-code

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].