1 | Key idea behind data-parallel languages - and perhaps all good languages |
2 | The language expresses problem and not the machine architecture |
3 | Need different approach to express functional parallelism |
4 | Use"object-oriented" feature when problems has natural objects |
5 | Do not use "object-oriented" features when objects are artifacts of target machine |
6 | Need data and functional (object) parallel paradigms in many problems - especially multidisciplinary |