[Haskell-cafe] global variables

Albert Y. C. Lai trebla at vex.net
Thu May 17 17:34:22 EDT 2007


There is no reality about global variables. Global variables are 
syntactic sugar for local variables. That is the reality we need to 
think through. This syntactic sugar streamlines many practical programs 
and is indeed valuable.


More information about the Haskell-Cafe mailing list