Submitted by Thomas Herchenroeder (not verified) on Mon, 07/30/2007 - 11:13.
Just a quick fix: The example
"map(guard('10+', not('%2')), [1,2,3,4])" in your Function-level programming section should probably produce
"-> [1,12,3,14]", or shouldn't it?!
Oliver Steele lives in Western Massachusetts and commutes to downtown LA, where he is bringing an operating system from handwaving to reality. He was the architect of OpenLaszlo, the author of PyWordNet and other open source projects. His interests include programming languages, knowledge representation, information visualization, and math education. [more]
Just a quick fix: The example
"map(guard('10+', not('%2')), [1,2,3,4])" in your Function-level programming section should probably produce
"-> [1,12,3,14]", or shouldn't it?!