F# + Silverlight
ICFP 2006 UM
The ICFP2 2006 problem involved building a virtual machine (the UM) and executing a binary (the codex) with it. I wrote about an
F# implementation of the UM
on my blog last year. Here is a Silverlight version of that implementaiton, running the unzipped codex:
Try out the UM
L-Systems
Lindenmayer systems are a fascinating algorithmic representation of some of the kinds of self-symmetry that is found in nature. See
The Algorithmic Beautry of Plants
for details, and then use this Silverlight implementation to try out a few L-Systems:
Try out L-Systems
Echo
Very simple echo app to show basics of Silverlight Console control.
Try out Echo