Programming
2010-12-11
Introduction
Programming is one of my favorite activities. This page provides links to materials related to programming techniques and languages.
Scheme
Scheme is a lexically scoped and tail-recursive programming language. The language definition (both the syntax and the standard library) is simple, but allows graceful expression of various programming paradigms. This makes Scheme an ideal language for educational purposes. Due to the availability of good implementations and a wealth of extensions for various purposes, Scheme can also be put to good use outside academia.
Linux
This page contains information on how to program for the Linux kernel.