Hi Andre,
Thanks for an interesting article.
I don't entirely agree.
I think C++ is best kept isolated to speed/efficiency critical sections of a web application. I think overall program workflow is not a processor or memory intensive task. I think a dynamic language such as Python is more appropriate for workflow expression because it is more flexible and therefore allows more time to be spent on defining the logic concisely.
July 31, 2008, 11:21 p.m. - Emir
Hi Andre, Thanks for an interesting article. I don't entirely agree. I think C++ is best kept isolated to speed/efficiency critical sections of a web application. I think overall program workflow is not a processor or memory intensive task. I think a dynamic language such as Python is more appropriate for workflow expression because it is more flexible and therefore allows more time to be spent on defining the logic concisely.