Liang's Blog
2009年5月4日星期一
A Lambda Calculus Interpreter in Haskell
›
I will present a Lambda Calculus interpreter in this post. It is an (almost) exact translation from the ML code in chapter 9 of ML for the W...
1 条评论:
2009年2月6日星期五
Delayed-Branch-Slot Optimization and the Result
›
Background An Instruction Set Simulator (ISS) is a program that takes stream of target instructions and simulates the effects of executio...
2009年1月4日星期日
Useful Shell Shortcuts
›
Here are some small, simple, but surprisingly useful shell commands that I use everyday. Hopefully, you may find it useful too. Change Direc...
2008年12月16日星期二
A Simple Symbolic Differentiation Program in Haskell
›
This program is inspired from, again, SICP . Comparing to the Scheme code (section 2.3.2 of SICP), my program has a front-end parser that co...
1 条评论:
2008年12月11日星期四
"Game of Life" in Haskell
›
This post includes a Haskell implementation of Conway’s game of life . There is nothing particularly fancy here and the implementation is no...
2008年12月6日星期六
Huffman Tree Decoder
›
Section 2.3.3 of SICP contains a program that decodes messages from a pre-built Huffman tree. The Scheme code: (define (make-le...
›
主页
查看网络版本