Python 3k
Monday, September 17th, 2007Via Slashdot:
An interesting discussion about concurrency in Python. I must say, I have to agree. If you design a new language at the moment, you have to ask yourself some questions:
What does my language do for people using no concurrency at all. Are they hindered by the concurrency support (e.g. slower code execution) ?
Does my [...]




