
Hello Andy, Thursday, August 11, 2005, 5:18:12 AM, you wrote: AE> I'm a relative newcomer to Haskell, and am very much besotted with it AE> - it's a great language! :-) AE> At the moment, I'm in the early stages of putting together a little AE> "Haskell-like" language using the Spirit parser framework (Spirit is AE> part of the Boost C++ libraries). Spirit also has a AE> functional-programming "sister" library (Phoenix), which includes AE> lambdas, lazy functions and lots more. Phoenix is currently being AE> merged with the Boost Lambda Library. btw, afaik Spirit is modeled after ParseC (parsing combinators) haskell library and Phoenix was needed for this library because parser combinators require lazy functional language to work :) -- Best regards, Bulat mailto:bulatz@HotPOP.com