I have written a lot of XSL code which seems to be a pure functional language. (Can't change values once assigned, but you can do math an call functions etc.) I wonder how many other domain specific languages are functional?
On the contrary, spreadsheets are a cool model of computation. They're live - you can update the value of any variable (cell) and all the other references update automatically. It's a dataflow model.
8 comments
[ 3.1 ms ] story [ 22.7 ms ] threadSee, for example, the Cells project at http://common-lisp.net/project/cells/