Of course in a similar way also parallel execution of different code snippets can be implemented, making the language a "parallel-aware language". ============================ There's also the conception of "pure function" - which mean such function doesn't use & doesn't change any out-of-function variables thus can safely run in multiple instances. Haskell enforces its functions to be "pure" the unless serve special global interface (so named "monads" ) .
------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

