[ Content | View menu ]

Monthly Archive November, 2007

Deriving a Virtual Machine

November 26, 2007

Given an interpreter of a small language, derive a virtual machine and a corresponding compiler

[More ...] - 5 Comments
Tags: .

Maximum segment sum is back: deriving algorithms for two segment problems with bounded lengths

November 13, 2007

S-C. Mu. Maximum segment sum is back: deriving algorithms for two segment problems with bounded lengths. In Partial Evaluation and Program Manipulation (PEPM ‘08), pp 31-39. January 2008.
[PDF] [GZipped Postscript]

[More ...] - 0 Comments
Tags: , .

Maximum Segment Sum, Agda Approved

November 11, 2007

To practise using the Logic.ChainReasoning module in Agda, Josh proved the foldr-fusion theorem, and I thought it would be an small exercise over the weekend to start off where he finished…

[More ...] - 2 Comments
Tags: , , .