Evolution of Computer Languages and Programming Paradigms
Evolution of Computer Languages and Programming Paradigms
Evolution of Computer Languages and Programming Paradigms
• Restrictive • Unrestrictive
– This is a good thing! – Bad for HPC!
Why restrictive can be good
Fortran C / C++
integer,parameter :: N = 3 int const N = 3;
integer :: i int i;