Anyone know of a good language that can run with 2 processors? I've heard of stacking Python as a way to do it, but is there anything else? Is C# able to do such a thing?
Name:
Anonymous2006-12-12 10:34
Here's an idea I had for Python: create a decorator for pure functions that implements a lookahead cache with the generator running in another thread.